Everything MCP Server
Protocol demo server that exercises every MCP feature at once.
Add it to your client
Officialnpx -y @modelcontextprotocol/server-everything
{
"mcpServers": {
"everything-mcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-everything"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Not required
- License
- MIT
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.
Similar MCP servers
Temporal Knowledge Base MCP
MCP serverAnswers Temporal questions from the docs, courses and community archives
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Fetch (MCP Reference Server)
MCP serverReference server that retrieves a URL and hands back markdown.
Comments(0)
Sign in to comment