Skip to content
VS Code

Everything for VS Code

io.github.modelcontextprotocol/server-everything

Reference test server that exercises every MCP feature: tools, resources, prompts, sampling, logging and progress. Useful for testing clients, not for production.

client:VS Code transport:stdio runtime:npm tools:8

Install Everything in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

Everything in other clients