Quality First: MCPAnvil tracks only verified MCP servers from official sources, maintained projects, and repositories with 10+ stars to ensure reliability and quality.
The programmatic MCP directory for AI coding assistants
For humans who prefer visual browsing
🎯 POINT YOUR AI HERE
Direct programmatic access to MCP data. Each endpoint returns JSON with installation instructions, dependencies, and metadata. Designed for AI agents to fetch and process efficiently.
/api/v1/all.json
Complete database
/api/v1/index.json
Lightweight index
/api/v1/categories/{name}.json
By category
/api/v1/mcp/{id}.json
Individual MCP
Access the entire MCPAnvil directory directly from Claude. Search, discover, and analyze 1000+ MCP servers without leaving your conversation.
Add to your configuration file:
For other MCP-compatible tools, create a .mcp.json
file in your project:
list_mcps
- Search and filter MCP servers by category or keyword
get_mcp_details
- Get detailed information about a specific MCP
search_by_capability
- Find MCPs by specific capabilities
get_categories
- List all categories and server counts
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. 615 servers available.
IDEs, code analysis, debugging, and development utilities. 411 servers available.
Connect to PostgreSQL, MySQL, MongoDB, and more. 79 servers available.
REST APIs, GraphQL, webhooks, and service integrations. 274 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