Skip to main content
Other Tools and IntegrationsTypeScript

modelcontextprotocol/server-everything

MCP server that exercises all the features of the MCP protocol

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers/tree/main/src/everything

Claude Desktop configuration example:

{
  "mcpServers": {
    "servers": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/server-everything"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
modelcontextprotocol