Http Server
Freeby MCP Community
High performance HTTP Server for MCP
v1.1.1-beta.2Added Apr 12, 2026
Http Server MCP Server
High performance HTTP Server for MCP
Installation
Reviews
Installation
Quick install
npx -y @agent-infra/mcp-http-server
Add to claude_desktop_config.json
{
"mcpServers": {
"http-server": {
"command": "npx",
"args": ["-y", "@agent-infra/mcp-http-server"]
}
}
}