鵲 - Bridge Claude Desktop to Streamable HTTP MCP servers via mcp-proxy
鵲 - Bridge Claude Desktop to Streamable HTTP MCP servers via mcp-proxy
uv tool install cdcasasagiPreview what will be written to claude_desktop_config.json:
cdcasasagi add https://developers.openai.com/mcp --name openai-developer-docsThis shows a unified diff of the proposed change. No files are modified.
Apply the change:
cdcasasagi add https://developers.openai.com/mcp --name openai-developer-docs --writeThis writes the following entry to your Claude Desktop config:
{
"mcpServers": {
"openai-developer-docs": {
"command": "/Users/you/.local/bin/mcp-proxy",
"args": [
"--transport",
"streamablehttp",
"https://developers.openai.com/mcp"
]
}
}
}The --name flag is optional. If omitted, a name is automatically derived from the URL hostname (e.g. developers for the URL above).
| Option | Description |
|---|---|
--name | Key name for the mcpServers entry. Auto-derived from URL if omitted. |
--transport | Transport type passed to mcp-proxy. Default: streamablehttp. |
--force | Overwrite an existing entry with the same name. |
--write | Actually write to the config file. Without this flag, only a preview is shown. |
ftnext/cdcasasagi
April 12, 2026
April 13, 2026
Python