declaude for Claude Desktop
io.github.tenkenco/declaude
Rewrites Claude-English into plain English, preserving meaning, code and structure.
client:Claude Desktop
transport:streamable-http
Install declaude in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"declaude": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://speak-english.tenken.co/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs