Loading MCP server directory, please wait...
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
npx @getmcp/cli add io.github.juanjaragavi/devspeakRequires Node.js 18+. Community-contributed server. Review source before installing.
DEVSPEAK_API_KEYDevSpeak API key. Generate one from Settings → API Keys in the DevSpeak dashboard.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.juanjaragavi/devspeak": {
"command": "npx",
"args": [
"-y",
"@devspeak/mcp"
],
"env": {
"DEVSPEAK_API_KEY": "",
"DEVSPEAK_API_URL": ""
}
}
}
}