Catalog
DevSpeak
Officialby juanjaragavi
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
Converts technical text into formal specification documents.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
DEVSPEAK_API_KEYrequiredsecretDevSpeak API key. Generate one from Settings → API Keys in the DevSpeak dashboard.
DEVSPEAK_API_URLOptional DevSpeak API base URL override. Leave unset to use https://www.devspeak.dev.
claude_desktop_config.json
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": [
"-y",
"@devspeak/mcp@1.0.3"
],
"env": {
"DEVSPEAK_API_KEY": "<YOUR_DEVSPEAK_API_KEY>",
"DEVSPEAK_API_URL": "<YOUR_DEVSPEAK_API_URL>"
}
}
}
}