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.
zcaceres/markdownify-mcp
by zcaceres
An MCP server to convert almost any file or web content into Markdown
gpartin/WaveGuardClient
by gpartin
Physics-based anomaly detection via MCP. Uses Klein-Gordon wave equations on GPU to detect anomalies with high precision (avg 0.90). 9 tools: scan, fingerprint, compare, token risk, wallet profiling, volume check, price manipulation detection.
phisanti/MCPR
by phisanti
Model Context Protocol for R: enables AI agents to participate in interactive live R sessions.
dan1d/mercadolibre-mcp
by dan1d
MercadoLibre marketplace integration for AI agents. Search products, get item details, browse categories, track trends, and convert currencies across Latin America (Argentina, Brazil, Mexico, Chile, Colombia).
Zhwt/go-mcp-mysql
by Zhwt
No description provided.
confluentinc/mcp-confluent
by confluentinc
Confluent integration to interact with Confluent Kafka and Confluent Cloud REST APIs.
ktanaka101/mcp-server-duckdb
by ktanaka101
DuckDB database integration with schema inspection and query capabilities
davewind/mysql-mcp-server
by dave-wind
No description provided.
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