zbowling/mcpcodeserver
A Model Context Protocol (MCP) proxy server that translates tool calls into TypeScript code generation. Instead of making multiple tool calls back and forth, LLMs can write TypeScript code that calls multiple tools naturally, reducing token overhead and leveraging the LLM's superior code generation capabilities.
Platform-specific configuration:
{
"mcpServers": {
"mcpcodeserver": {
"command": "npx",
"args": [
"-y",
"mcpcodeserver"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...