Http Server
Freeby MCP Community
Model Context Protocol (MCP) server integration for @ttoss/http-server
v0.11.1Added Apr 12, 2026
aikoallmmcpmodel-context-protocol
Http Server MCP Server
Model Context Protocol (MCP) server integration for @ttoss/http-server
Installation
Reviews
Installation
Quick install
npx -y @ttoss/http-server-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"http-server": {
"command": "npx",
"args": ["-y", "@ttoss/http-server-mcp"]
}
}
}