A TypeScript streamable HTTP and SSE proxy for MCP servers that use stdio transport.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "npx",
"args": [
"-y",
"punkpeye/mcp-proxy"
]
}
}
}
Run in terminal:
claude mcp add mcp-proxy npx -y punkpeye/mcp-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-proxy": {
"command": "npx",
"args": [
"-y",
"punkpeye/mcp-proxy"
]
}
}
}