mcpanvil-mcp-server
v1.0.0
Published
MCP server for accessing MCPAnvil directory - discover and search 1000+ MCP servers
Maintainers
Readme
MCPAnvil MCP Server
Access the MCPAnvil directory of 1000+ Model Context Protocol servers directly from your AI assistant.
Installation
npm install -g mcpanvil-mcp-serverOr use directly with npx:
npx mcpanvil-mcp-serverUsage
Claude Desktop
Add to your Claude configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcpanvil": {
"command": "npx",
"args": ["mcpanvil-mcp-server"]
}
}
}Available Tools
list_mcps - List MCP servers with optional filtering
category: Filter by category (e.g., "ai", "dev-tools", "api")search: Search by name or descriptionlimit: Maximum results (default: 20)
get_mcp_details - Get detailed information about a specific MCP
name: The MCP server name
search_by_capability - Find MCPs by capability
capability: Search term (e.g., "database", "file access")limit: Maximum results (default: 20)
get_categories - List all categories and counts
Example Prompts
- "Find MCP servers for working with databases"
- "Show me AI-related MCP servers"
- "Get details about the filesystem MCP server"
- "What categories of MCP servers are available?"
Features
- 🚀 Lightning fast with 15-minute cache
- 📦 Minimal dependencies (only MCP SDK)
- 🔍 Smart search across names, descriptions, and categories
- 📊 Access to 1000+ categorized MCP servers
- 🌐 Always up-to-date with MCPAnvil.com
License
MIT
