A plug-and-play .NET library for hosting Model Context Protocol (MCP) servers using the Streamable HTTP transport.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcphttpserver": {
"command": "npx",
"args": [
"-y",
"keerukee/McpHttpServer"
]
}
}
}
Run in terminal:
claude mcp add mcphttpserver npx -y keerukee/McpHttpServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcphttpserver": {
"command": "npx",
"args": [
"-y",
"keerukee/McpHttpServer"
]
}
}
}