
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@devspeak/mcp
Advanced tools
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
Official DevSpeak MCP server. Expose DevSpeak's technical translation engine as tools inside any MCP-compatible AI IDE or agent.
DevSpeak converts informal stakeholder requirements into formal, audience-specific technical specifications — Technical Specs, Jira Tickets, API Designs, RFCs, Data Models, and more.
| Tool | Description |
|---|---|
translate_text | Translate informal input into a formal technical spec |
translate_markdown | Translate README / docs while preserving Markdown structure |
refine_translation | Iteratively refine generated output based on feedback |
detect_language | Detect the natural language of input text |
list_languages | Return supported natural languages |
auth_confirm | Verify API credentials against DevSpeak |
patch_translation_note | Surgically update a note in the DevSpeak Notes Workspace |
Add to ~/.claude/settings.json (user-level) or .claude/settings.json (project-level):
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Or install the server globally and reference it directly:
npm install -g @devspeak/mcp
{
"mcpServers": {
"devspeak": {
"command": "devspeak-mcp",
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Create or edit .cursor/mcp.json at the project root or ~/.cursor/mcp.json globally:
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"devspeak": {
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Create .vscode/mcp.json at the workspace root:
{
"servers": {
"devspeak": {
"type": "stdio",
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
Add to Zed's assistant.json (accessible via Zed → Settings → Assistant):
{
"context_servers": {
"devspeak": {
"command": {
"path": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE"
}
}
}
}
}
{
"command": "npx",
"args": ["-y", "-p", "@devspeak/mcp", "devspeak-mcp"],
"env": {
"DEVSPEAK_API_KEY": "dsk_live_YOUR_KEY_HERE",
"DEVSPEAK_API_URL": "https://www.devspeak.dev"
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
DEVSPEAK_API_KEY | Yes | — | DevSpeak API key (dsk_live_… or dsk_test_…) |
DEVSPEAK_API_URL | No | https://www.devspeak.dev | Override for self-hosted or staging instances |
Once installed, your AI agent can invoke DevSpeak tools directly:
Translate this rough spec into a formal Technical Spec for a Senior Dev:
"users should be able to log in with google and remember their session"
Translate the README at the path below for a Junior Dev audience, preserving all Markdown:
./README.md
Refine the previous output — make it more concise and remove the implementation details section.
The server also exposes three read-only resources your agent can fetch:
devspeak://supported-languages — list of supported natural languagesdevspeak://api-reference — DevSpeak API surface summarydevspeak://workflow-reference — the 3-stage Optimize → Translate → Refine workflowFor guided, task-specific workflows (translate a README, translate docs, improve code comments, draft release notes), install the official DevSpeak Agent Skills:
devspeakSkills require this MCP server to be installed and authenticated.
FAQs
Official DevSpeak MCP server — translate technical text into formal specs from any AI IDE or agent
We found that @devspeak/mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.