One MCP server to find them all.
Find and install MCP servers without leaving your AI assistant. Ask what tool you need, get the answer with ready-to-paste config.
- Token-efficient — One tool call instead of loading 100 tool descriptions
- Always current — We index 100+ MCP servers and growing
- One-click config — Returns ready-to-paste Claude Desktop config
Add to your claude_desktop_config.json:
{
"mcpServers": {
"autropicai": {
"command": "npx",
"args": ["-y", "github:tlkc888-Jenkins/autropicai-mcp"]
}
}
}Restart Claude Desktop. Done.
Just ask Claude:
- "I need to send emails, find me an MCP server"
- "What MCP servers are available for databases?"
- "How do I install the Slack MCP server?"
Find an MCP server for a specific task.
Input: { "task": "send emails" }
Output: Server details + install config
Browse available servers by category.
Input: { "category": "communication" }
Output: List of matching servers
Get full details for a specific server.
Input: { "slug": "slack" }
Output: Full details + install config
You: "I need to query a PostgreSQL database"
Claude (using AutropicAI):
## PostgreSQL
Read-only database access with schema inspection
**Install:** `npx @modelcontextprotocol/server-postgres`
**Claude Desktop Config:**
{
"postgres": {
"command": "npx",
"args": ["@modelcontextprotocol/server-postgres"]
}
}
data-files— Databases, file systems, cloud storagedeveloper-tools— Git, CI/CD, code analysiscommunication— Email, Slack, Discord, messagingproductivity— Calendar, notes, task managementweb-browser— Scraping, search, automationai-ml— Model APIs, embeddings, inferencefinance— Payments, banking, cryptoinfrastructure— Cloud, containers, monitoring
- Directory: https://tryautropic.com
- GitHub: https://github.com/tlkc888-Jenkins/autropicai-mcp
MIT — Autropic Pty Ltd