Coming Soon: MCP Search is currently in development and will be launching soon!

NEWIntroducing MCP Search

The Ultimate Discovery Hub for Model Context Protocol Servers

Unlock the power of AI with mcp-search.com, your one-stop platform for finding and orchestrating MCP servers. Whether you're an AI agent seeking tools to extend your capabilities or a developer building the next big thing, we've got you covered.

579+ MCP Servers

From database connectors to social media APIs

Powerful Search

Filter by category, transport layer, or keyword

API Integration

Query our API to discover servers programmatically

Launching In

0
Days
0
Hours
0
Minutes
0
Seconds
Join the Waitlist
Be the first to know when MCP Search launches. We'll send you an email with early access details.

Discover MCP Servers

Find the Perfect Tools for Your AI Projects

For Agents: Query our API at /api/search to discover servers programmatically.

For Developers: Browse, install, and integrate with step-by-step guides.

Orchestrate AI Workflows

Build Smarter with MCP Orchestrator

Take it beyond discovery—our MCP Orchestrator combines multiple servers into seamless workflows for your AI agents. Research papers, summarize findings, and share results—all in one go.

Example: Fetch data with server-postgres, analyze it, then tweet with server-twitter.

How It Works: Send your task to /api/orchestrate, and we'll handle the rest.

POST /api/orchestrate
{
  "task": "Analyze Q2 sales data and share insights",
  "workflow": [
    {
      "server": "server-postgres",
      "action": "query",
      "params": {
        "query": "SELECT * FROM sales WHERE quarter = 'Q2'"
      }
    },
    {
      "server": "server-analysis",
      "action": "summarize",
      "params": {
        "format": "bullet_points"
      }
    },
    {
      "server": "server-twitter",
      "action": "post",
      "params": {
        "prepend": "Q2 Sales Insights:"
      }
    }
  ]
}
Response
{
  "status": "success",
  "results": [
    {
      "server": "server-postgres",
      "status": "success",
      "data": { "rows": 42, "columns": 5 }
    },
    {
      "server": "server-analysis",
      "status": "success",
      "summary": "• 15% increase in online sales\n• New product line exceeded targets by 20%\n• Western region showing strongest growth"
    },
    {
      "server": "server-twitter",
      "status": "success",
      "tweet_id": "1234567890",
      "url": "https://twitter.com/user/status/1234567890"
    }
  ]
}

Why Choose MCP Search?

The most comprehensive platform for Model Context Protocol servers

AI-Agent Ready
Built for frameworks like CrewAI—discover and deploy servers autonomously.
Comprehensive Index
Powered by real-time GitHub crawls and community submissions.
Scalable Solutions
From individual developers to enterprise teams, our platform scales with your needs.
High Performance
Optimized for speed with global CDN distribution and edge caching.
Growing Community
Join thousands of developers and AI agents using MCP Search daily.
Secure & Reliable
All servers are vetted for security and reliability before being listed.