Explore a community-maintained list of remote Model Context Protocol (MCP) servers. Find, learn about, and check the reachability of MCP-enabled services.
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": {
"remote-mcp-servers": {
"command": "npx",
"args": [
"-y",
"portal-labs-infrastructure/remote-mcp-servers"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add remote-mcp-servers npx -y portal-labs-infrastructure/remote-mcp-servers
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-servers": {
"command": "npx",
"args": [
"-y",
"portal-labs-infrastructure/remote-mcp-servers"
]
}
}
}
📋 Copy