Skip to content

Default MCP Catalog — Examples

The Examples category holds reference servers that exist primarily to exercise the protocol itself — not to deliver business data. Activating one of these is the fastest way to see every MCP primitive (tools, resources, prompts, sampling, completion, logging, progress, root listing) light up in the Inspector without first wiring up a real account.

Click either card to see the activation spec inline — transport, command (for the STDIO variant), full description, and the upstream docs link.

Hands-on walkthrough — Tutorial 9

This page is the catalog spec for MCP Everything (transport, command, per-OS variants, full primitive matrix). For the step-by-step hands-on tour — Activate → Ping → Tools → Resources → Prompts → Notifications → Roots → Sampling → Elicitation, with sample inputs and expected results at each step — see Tutorial 9: MCP Everything — All 8 Primitives in One Walkthrough.

MCP Everything (Reference Test Server) 🛠

examples · community ga

The official MCP reference test server, maintained by the MCP working group. Implements every protocol primitive (tools / resources / prompts / sampling / completion / logging / progress / root listing) — including the ones server authors usually skip. The catalog ships per-OS STDIO entries; the in-app QA recipe uses the Docker form as a smoke test for the playground's own MCP client.

Vendor   modelcontextprotocol · T2 community

Auth        None — connects without credentials

Click for full protocol-coverage breakdown · per-OS command · Docker alternative
DeepWiki 🆓

examples · free-tier ga

Cognition's hosted Streamable HTTP server surfacing up-to-date documentation and code examples for thousands of libraries, indexed by library name and version. Catalogued under Examples because it's primarily useful as a reference grounding server for AI code generation — a concrete external MCP target with no signup friction.

Vendor   Cognition · T1 vendor

Auth        None — free, no API key

Click for transport · description · docs

When to reach for an Examples-category entry

  • Building a tool that depends on MCP push notifications? Activate MCP Everything first; if its tools/list_changed notifications don't reach the playground, neither will yours.
  • Building a tool that needs Sampling or Elicitation? Same — MCP Everything is the reference because those flows are inverted (server → client) and easy to misimplement.
  • Trying out the chat surface without configuring a vendor? DeepWiki gives you a real, hosted, no-credential server that returns sensible content.
  • Validating production behaviour? Use the catalog entry under the matching vendor category (Productivity, Dev, Search, …); Examples is for protocol shape, not production data.

→ Hands-on per-primitive tour: Tutorial 9 — MCP Everything: All 8 Primitives in One Walkthrough