A minimal Model Context Protocol (MCP) HTTP server implementing the 2026-07-28 protocol, including the Tasks extension. Zero runtime dependencies.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"http-mcp-server": {
"command": "npx",
"args": [
"-y",
"maxylev/http-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add http-mcp-server npx -y maxylev/http-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"http-mcp-server": {
"command": "npx",
"args": [
"-y",
"maxylev/http-mcp-server"
]
}
}
}