mcpcatalogs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpcatalogssearch for a Postgres MCP server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcpcatalogs
An MCP server that lets your AI assistant query mcpcatalogs.com — the independent bilingual directory of MCP servers — directly inside the chat. Search, compare, top-list, and dive into full server details without leaving your IDE or Claude Desktop.
The directory tracks 1,900+ MCP servers, refreshed daily with composite scores combining AI evaluation, GitHub signals, and real-world Smithery usage.
Tools
Tool | What it does |
| Free-text search by topic, optional category narrowing |
| Full record: install, FAQ, "when to choose / when NOT", alternatives |
| Side-by-side comparison between two servers (stars, usage, score, decision-guide) |
| Ranked list by composite quality / GitHub stars / real Smithery usage |
All four return clean markdown — drop-in citation source for LLM answers.
Related MCP server: MCP Registry Server
Install
Claude Desktop
Edit your Claude Desktop config:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
Add:
{
"mcpServers": {
"mcpcatalogs": {
"command": "npx",
"args": ["-y", "mcpcatalogs"]
}
}
}Restart Claude Desktop. You should see four new tools in the tools menu.
Cursor
In Cursor → Settings → Features → MCP:
{
"mcpcatalogs": {
"command": "npx",
"args": ["-y", "mcpcatalogs"]
}
}Cline / Continue / other MCP-aware clients
Same shape — point the client at npx -y mcpcatalogs.
Direct HTTP (no install)
If your client supports remote MCP servers over HTTP:
{
"mcpServers": {
"mcpcatalogs": {
"url": "https://mcpcatalogs.com/mcp"
}
}
}Try it
After installing, ask your AI assistant things like:
"Search the MCP directory for a Postgres server and rank by real usage."
"Compare modelcontextprotocol-server-postgres and supabase-supabase-mcp."
"What's the top browser-automation MCP server right now?"
"Show me the full detail for antvis-mcp-server-chart, including when I should NOT choose it."
Data freshness
The directory refreshes daily from GitHub + Smithery. Each tool call hits a live database, so you always get the latest score, last-commit date, and usage numbers.
Local development
git clone https://github.com/mcpcatalogs/mcpcatalogs
cd mcpcatalogs
npm install
npm run build
node dist/index.jsTo point at a custom backend (e.g. a fork), set environment variables:
export MCPCATALOGS_SUPABASE_URL=https://your-project.supabase.co
export MCPCATALOGS_SUPABASE_ANON_KEY=your-anon-keyContributing
Bug reports and PRs welcome. The directory itself (scraping, scoring, AI evaluation) lives in a separate private repo — this package is just the MCP-protocol interface to it.
License
MIT. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server for searching and exploring MCP servers from the Glama MCP directory. This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.33MIT
- AlicenseNot gradedqualityDmaintenanceEnables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.463MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA searchable directory of MCP server recipes that enables AI agents to discover, inspect, and download server configurations natively through tool calls. It features weighted search and provides detailed configuration data for a variety of pre-seeded MCP servers.

mcp-server-mcpindexofficial
AlicenseAqualityBmaintenanceEnables agents to discover, compare, and install other MCP servers using natural language tasks, backed by a searchable index of thousands of servers.6227MIT
Related MCP Connectors
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
Serper MCP — wraps the Serper Google Search API (serper.dev)
Discover 6,700+ MCP servers and 15,000+ OpenClaw skills. Agent-native search with outcome ranking.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcpcatalogs/mcpcatalogs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server