DevSpeak bridges the gap between product and engineering. Powered by Gemini AI, it instantly translates ambiguous stakeholder requirements into structured technical specs, Jira tickets, and API designs tailored to your specific tech stack and audience level.
Tools
translate_text
translate_markdown
refine_translation
detect_language
list_languages
auth_confirm
patch_translation_note
Server Config
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": [
"-y",
"-p",
"@devspeak/mcp",
"devspeak-mcp"
],
"env": {
"DEVSPEAK_API_KEY": "<YOUR_DEVSPEAK_API_KEY>"
}
}
}
}