MCPVault
Search and evaluate MCP servers from your AI agent: quality grades, live verification status, install commands and client compatibility for 5,000+ servers.
Ads
Overview
Search, inspect, and submit MCP servers from your AI agent. MCPVault exposes more than 18,000 records with evidence-labelled grades, freshness, verification, install, and compatibility data. No installation required. Run directly with npx: Add to claude_desktop_config.json (typically ~/Library/Application Support/Claude/claude_desktop_config.json on macOS): Add to your MCP configuration in Cursor settings: Search the MCPVault directory by keyword, category, or status. - "Find me a working postgres MCP server" - "Search for MCP servers in the DevTools category with status verified" - "What MCP servers are available for file system access?"
Installation
npx -y mcpvault-mcp
Configuration
{
"mcpServers": {
"mcpvault": {
"command": "npx",
"args": [
"-y",
"mcpvault-mcp"
]
}
}
}Capabilities
- Search the directory
Ask for MCP servers by keyword, category, or status using `search_mcp_servers`, e.g., "Find a postgres MCP server."
- Inspect server details
Retrieve full metadata (grade, verification, GitHub repo, client compatibility) for any listing via `get_mcp_server`.
- Get install commands
Ask how to install a specific server and receive its recorded command through `get_install_command`.
- Submit new servers
Add an unlisted GitHub MCP repository to MCPVault with `submit_mcp_server`, subject to the plausibility gate.
Tags
- knowledge-retrieval
- research
- development
- ai-agent
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.