$ timeahead.in
/ servers/npm/@modelcontextprotocol/server-everything
npm

@modelcontextprotocol/server-everything

MCP server that exercises all the features of the MCP protocol

87k stars54k/wkupdated 4d agogithub ↗
92excellent
▣ Overview

What it does

This is an official reference implementation from the MCP steering group, designed to exercise and demonstrate all major features of the Model Context Protocol. It implements prompts, resources, and tools to provide a complete working example of an MCP server. The server serves dual purposes: as a learning resource for developers building their own MCP servers, and as a testing target for validating client implementations and SDK compliance. It includes concrete examples of how to structure protocol responses and handle the full range of MCP interactions.

Who it's for

Developers building new MCP servers who need a concrete reference for how to structure implementations against the protocol specification. Also useful for developers implementing MCP support in clients or tools, SDK maintainers validating protocol compliance across programming languages, and anyone exploring MCP's architectural patterns and feature set through working code.

Common use cases

  • Reference example while designing and building your own MCP server
  • Validation target when testing client or SDK implementations for protocol compliance
  • Prototype and validate protocol design decisions before deploying production servers
  • Test MCP SDK implementations in new programming languages against a known-good server

Setup pitfalls

  • CI builds are currently failing—review recent commits and assess the current state before using in production
  • Reads and writes the local filesystem and makes network calls; sandbox or restrict access based on your environment's security model
  • Reference implementations prioritize feature completeness over production hardening; conduct security review before deploying as a service component
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
97
19.4
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
92.4
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "modelcontextprotocolserver-everything": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
  }
}
📈 Score historylast 33 snapshots
4/30/20266/11/2026 · 33 snapshots
⚙ Maintenance health
68/ 100 · is this project alive?
contributors (1y)333
top contributor share31%
releases (1y)7
last release135d ago
ci⚠ failing
⛁ Raw data
weekly downloads54k
github stars87k
forks11k
open issues503
license✓ present
readme length24552 chars
last publish0d ago
last commit4d ago
last updated1d ago
install verified✓ pass · 27d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points