MCP Proxy for Artifact Hub — wraps stdio MCP server as Streamable HTTP via mcp-proxy
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"artifacthub-mcp-prox": {
"command": "npx",
"args": [
"-y",
"metacoma/artifacthub-mcp-proxy"
]
}
}
}
Run in terminal:
claude mcp add artifacthub-mcp-prox npx -y metacoma/artifacthub-mcp-proxy
Add to .cursor/mcp.json:
{
"mcpServers": {
"artifacthub-mcp-prox": {
"command": "npx",
"args": [
"-y",
"metacoma/artifacthub-mcp-proxy"
]
}
}
}