★ 70 stars
TypeScript
🌐 Browser/Web
Updated 1mo ago
A hosted version of the Everything server - for demonstration and testing purposes, hosted at https://example-server.modelcontextprotocol.io/mcp
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"example-remote-serve": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/example-remote-server"
]
}
}
}
Run in terminal:
claude mcp add example-remote-serve npx -y modelcontextprotocol/example-remote-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"example-remote-serve": {
"command": "npx",
"args": [
"-y",
"modelcontextprotocol/example-remote-server"
]
}
}
}