Skip to main content

Model Context Protocol Servers

Browse curated MCP servers, pick the ones you need, and generate ready-to-use MCP configurations with a single click.

2 curated MCP servers 1 STDIO 1 HTTP

Choose your MCP client configuration

Use the header switcher to pick any supported coding agent—generated snippets will target that client across the site.

Generate MCP configuration

Start with a configuration snippet tailored to the coding agent you selected in the header—switch agents to regenerate the correct format.

How to apply this config

Playwright MCP

STDIO

Browser automation server exposing Playwright accessibility-driven interactions for MCP clients.

Run the following command:

npx @playwright/mcp@latest

Context7

HTTP

Cloud-hosted documentation retrieval that streams framework-specific code recipes and API references into your session.

Run the following command:

npx -y @upstash/context7-mcp@latest --api-key $CONTEXT7_API_KEY

Replace environment variable placeholders (e.g., $TOKEN) before running.

Configuration Checklist

  • Provision API tokens and secrets before running Docker or npm commands.
  • Use the --root flag to limit filesystem scope when exposing repositories.
  • Verify network ports when running HTTP/SSE servers so agents can reach them from sandboxes.