🔍 Find the perfect MCP server for your AI agent.
Discover, search, and install 231+ Model Context Protocol servers for Claude, GPT, and any MCP-compatible agent.
🌐 Live: tryautropic.com
MCP servers are scattered across hundreds of GitHub repos. Finding the right one is painful. We index them all in one searchable directory.
- 231+ servers indexed and categorized
- Search by name, description, or tags
- Filter by category (Databases, AI/ML, DevTools, etc.)
- One-click install — copy Claude Desktop config
- Submit your own servers for review
AutropicAI itself is an MCP server! Let your agent discover tools dynamically:
{
"mcpServers": {
"autropicai": {
"command": "npx",
"args": ["-y", "github:tlkc888-Jenkins/autropicai-mcp"]
}
}
}Tools:
find_mcp_server— "I need to send emails" → returns matching serverslist_mcp_servers— Browse by categoryget_mcp_server_details— Full install instructions
| Category | Servers |
|---|---|
| Data & Files | Databases, file systems, cloud storage |
| Developer Tools | GitHub, GitLab, code execution |
| Communication | Slack, Discord, Telegram, email |
| Productivity | Notion, Linear, calendars |
| Web & Browser | Puppeteer, Playwright, search |
| AI & ML | LLMs, embeddings, vector DBs |
| Finance | Stripe, Plaid, crypto |
| Infrastructure | AWS, Kubernetes, Docker |
| Other | Everything else |
GET /api/v1/servers # List/search servers
GET /api/v1/servers/:slug # Get server details
GET /api/v1/categories # List categories
GET /api/v1/stats # Get stats
POST /api/v1/submit # Submit a server
search— Search by name/descriptioncategory— Filter by category sluglimit— Max results (default 100)featured— Only featured servers
git clone https://github.com/tlkc888-Jenkins/llm-arbitrage-api
cd llm-arbitrage-api
npm install
npm run seed # Seeds 231 servers
npm start # http://localhost:8080Submit servers via the website or PR. We welcome contributions!
MIT — Autropic Pty Ltd (ABN 90 691 505 718)