Back to Apps

MCP Feature Reference Server
Supports UIby modelcontextprotocol
Comprehensive demonstration server showcasing all MCP protocol features including OAuth 2.0, tools, and resources.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
This server provides a complete, interactive reference implementation of the Model Context Protocol. It renders a wide variety of MCP capabilities, including OAuth 2.0 authenticated sessions, and serves as a blueprint for developers building production-grade MCP servers. It includes a 'Hello World' app demonstrating UI integration.
Key features
- Full Protocol Suite: Demonstrates tools, resources, prompts, and sampling.
- OAuth 2.0 Integration: Implements the recommended separate auth server architectural pattern.
- Diverse Resource Examples: Includes over 100 example resources with pagination and subscription support.
- Flexible Deployment: Supports both in-process internal auth and external production-style auth servers.
Installation
Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"example-remote-server": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-example-remote"]
}
}
}
Local Development
git clone https://github.com/modelcontextprotocol/example-remote-server.git
cd example-remote-server
npm install
npm run dev:internal
Supported hosts
- claude
Quick install
npm install -g @modelcontextprotocol/server-example-remoteInformation
- Pricing
- free
- Published
- 6/6/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using npx @modelcontextprotocol/server-example-remote





