API-First Directory
Discover, analyze, and install Model Context Protocol servers for Claude, Cursor, and AI-powered development tools.
2342 servers indexed
Smart documentation search
Provides your AI coding tools with precise access to documentation while using significantly less context than traditional approaches. Surgically extracts only the most relevant information.
Get StartedFinds exactly what's needed without context bloat
Much lower overhead than alternatives
Index your own repos and internal docs
Real documentation instead of assumptions
Programmatic Access
Structured JSON APIs designed for AI agents to discover and install MCP servers.
# Install MCPAnvil MCP Server
claude mcp add -s user mcpanvil npx mcpanvil-mcp-server
# Then ask Claude:
"Find database-related MCP servers"
"Show me the most popular AI MCPs"
Multiple ways to discover and install MCP servers
Use our MCP server directly in Claude Code for AI-assisted MCP discovery.
# Install globally
claude mcp add -s user mcpanvil \
npx mcpanvil-mcp-server
Add to your claude_desktop_config.json for desktop integration.
{
"mcpServers": {
"mcpanvil": {
"command": "npx",
"args": ["mcpanvil-mcp-server"]
}
}
}
Use the API directly for custom integrations and automation.
# Fetch all MCPs curl https://mcpanvil.com/api/v1/all.json # Browse by category curl https://mcpanvil.com/api/v1/categories/ai.json
The Model Context Protocol (MCP) is an open protocol that enables seamless integration between AI assistants like Claude and external data sources, tools, and services. MCP servers act as bridges, allowing AI agents to interact with databases, APIs, local files, and various services while maintaining security and context.
MCPAnvil is the most comprehensive directory of MCP servers, designed specifically for AI agents and developers:
Connect to LLMs, vector databases, and AI services. 701 servers available.
IDEs, code analysis, debugging, and development utilities. 436 servers available.
Connect to PostgreSQL, MySQL, MongoDB, and more. 85 servers available.
REST APIs, GraphQL, webhooks, and service integrations. 300 servers available.
MCPAnvil provides structured data perfect for AI agents to discover and analyze MCP servers:
# Fetch all MCP servers
GET https://mcpanvil.com/api/v1/all.json
# Get MCPs by category
GET https://mcpanvil.com/api/v1/categories/database.json
# Get individual MCP details
GET https://mcpanvil.com/api/v1/mcp/{id}.json