DevSpeak
Quality Score
95
/100
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://devspeak.dev/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": [
"-y",
"@devspeak/mcp"
],
"env": {
"DEVSPEAK_API_KEY": "<your-devspeak_api_key>",
"DEVSPEAK_API_URL": "<devspeak_api_url>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": [
"-y",
"@devspeak/mcp"
],
"env": {
"DEVSPEAK_API_KEY": "<your-devspeak_api_key>",
"DEVSPEAK_API_URL": "<devspeak_api_url>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @devspeak/mcp§02 Environment variables
DEVSPEAK_API_KEYrequiredsecret
DevSpeak 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.
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04 Alternatives in Developer Tools
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
ai.smithery/DynamicEndpoints-powershell-exec-mcp-server
Execute PowerShell commands securely with controlled timeouts and input validation. Retrieve syste…
ai.smithery/neverinfamous-memory-journal-mcp
ai.smithery/neverinfamous-memory-journal-mcp
A MCP server built for developers enabling Git based project management with project and personal…
ai.usealloy/alloy
ai.usealloy/alloy
Connect Claude, Cursor, Codex, and other AI tools to your robotics mission data.