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.
How to install MCP servers
Drop any tool from this directory into your AI client in under a minute.
{
"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_..." }
}
}
}{
"mcpServers": {
"playwright": {
"command": "npx",
"args": ["-y", "@playwright/mcp"]
},
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase", "--url", "https://xxx.supabase.co", "--anon-key", "..."]
}
}
}# 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 restartEvery tool above includes a copy-ready install command.
Click any card → copy the npx command → paste into your config → restart your client.
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