Example of converting a stdio MCP server to HTTP using ModelContextProtocol.AspNetCore
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"console-to-http-mcp-": {
"command": "npx",
"args": [
"-y",
"halter73/console-to-http-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add console-to-http-mcp- npx -y halter73/console-to-http-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"console-to-http-mcp-": {
"command": "npx",
"args": [
"-y",
"halter73/console-to-http-mcp-server"
]
}
}
}