Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Everything MCP Server logo
MCP server

Everything MCP Server

Protocol demo server that exercises every MCP feature at once.

0
SaveVisit website ↗

Add it to your client

Official
Install
npx -y @modelcontextprotocol/server-everything
mcpServers
{
  "mcpServers": {
    "everything-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-everything"
      ]
    }
  }
}
Transport
both
Runtime
Node
Auth
Not required
License
MIT
Tools
echoget-sumget-envget-tiny-imageget-annotated-messageget-structured-contentget-resource-linksget-resource-referenceget-roots-listtrigger-long-running-operationtrigger-sampling-requesttrigger-elicitation-request

Not a production integration but a test bench: it implements tools, prompts, resources, sampling, elicitation, roots and progress notifications so client authors can see each feature respond. The tool set is deliberately trivial in purpose — echo a string, add two numbers, return a tiny image, run a long operation that reports progress — while the interesting part is the protocol behaviour around them. Some tools only register when the connected client advertises the matching capability. It can be started over stdio, SSE or Streamable HTTP, which makes it the usual target when debugging a new client transport.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?