MCP Directory
Back

example-remote-server

by modelcontextprotocol · TypeScript · ★ 72

A hosted version of the Everything server - for demonstration and testing purposes, hosted at https://example-server.modelcontextprotocol.io/mcp

Install

npx -y github:modelcontextprotocol/example-remote-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "example-remote-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:modelcontextprotocol/example-remote-server"
      ]
    }
  }
}

From the README

This repository provides a complete MCP server implementation that * demonstrates all MCP protocol features (tools, resources, prompts, sampling) * implements OAuth 2.0 authentication using the recommended [separate auth server](https://modelcontextprotocol.io/specification/2025-06-18/basic/authorization#roles) architectural pattern * serves as a learning resource and starting template for building your own MCP servers The [Model Context Protocol](https://modelcontextprotocol.io) enables seamless integration between AI applications and external data sources, tools, and services. - [Quick St…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers