Skip to content

Http Server

Free

by MCP Community

High performance HTTP Server for MCP

v1.1.1-beta.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Http Server MCP Server

High performance HTTP Server for MCP

Installation

Reviews

Leave a Review

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"]
    }
  }
}