example-remote-server

modelcontextprotocol/example-remote-server
★ 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"
      ]
    }
  }
}