Self-contained remote MCP (Model Context Protocol) servers over Streamable HTTP — the counterpart to mcp-local-servers. Hostable web-service MCP servers with a minimal echo starter.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-remote-servers": {
"command": "uvx",
"args": [
"mcp-remote-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-remote-servers uvx mcp-remote-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-remote-servers": {
"command": "uvx",
"args": [
"mcp-remote-servers"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-remote-servers