Live verification engine — tested monthly

The MCP Tool Directory — Verified, Tested, Trusted

Every MCP server indexed, automatically tested monthly, with public pass/fail logs. Find the right tool for your AI agent in seconds.

Loading stats...

How to install MCP servers

Drop any tool from this directory into your AI client in under a minute.

Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/you/Desktop"]
    },
    "github": {
      "command": "npx",
      "args": ["-y", "@github/github-mcp-server"],
      "env": { "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_..." }
    }
  }
}
Cursor / Windsurf.cursor/mcp.json
{
  "mcpServers": {
    "playwright": {
      "command": "npx",
      "args": ["-y", "@playwright/mcp"]
    },
    "supabase": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server-supabase", "--url", "https://xxx.supabase.co", "--anon-key", "..."]
    }
  }
}
Quick install (CLI)terminal
# Install any MCP server globally
npx @modelcontextprotocol/server-postgres postgres://user:pass@localhost/mydb

# Or run ephemerally without installing
npx -y @playwright/mcp

# Claude Desktop auto-installs via npx — just configure and restart

Every tool above includes a copy-ready install command.

Click any card → copy the npx command → paste into your config → restart your client.

Submit your MCP →
🚀

Built an MCP tool?

Submit it for free indexing and verification. We'll test it monthly and publish the results publicly.

Submit Your Tool for Free →

No login required · Results published within 48 hours