The MCP Execution Platform20,789 Autonomous Tools

Connect everything. Power any agent.

Unified Model Context Protocol Directory for Claude, Cursor & AI Agents

Autonomous Tool CallingUnified Context ProtocolsSub-millisecond Search
Popular Tags:

Engineered for Autonomous AI Systems & Developer Tools

Unified IntelligenceStandardized JSON-RPC agent tools with persistent memory
Enterprise Scale20,780+ servers indexed for Claude, Cursor, and Cline
Open Protocol SpecZero-trust security and local developer-first configuration
Featured Tools

Trending & Verified MCP Servers

Ready-to-use Model Context Protocol servers with one-click installation for Claude Desktop, Cursor, and Cline.

View all 20,789 servers
Comprehensive Open Directory

Looking for specialized APIs, database connectors, or cloud tools?

Filter across 20,780+ servers by category, programming language, tags, or author with real-time full-text search.

Explore All 20,780+ Servers
Browse by Ecosystem

Explore Model Context Protocol Categories

Click any category below to immediately open the filtered directory of verified MCP implementations.

Universal Standard

Why Model Context Protocol (MCP)?

Model Context Protocol is the open standard that replaces fragmented AI plugin systems with standardized JSON-RPC agent tools.

Standardized Agent Schemas

Connect Claude Desktop, Cursor, or your custom agent framework to any data source using identical tool definitions and client capabilities.

Zero-Trust & Local Security

Run MCP servers locally on your machine over stdio without exposing credentials, sensitive database rows, or source code to third-party endpoints.

One-Click Configuration

Copy pre-formatted JSON configuration snippets directly into your Claude or Cursor settings file to activate autonomous capabilities in seconds.

Autonomous Integration

Connect any MCP server to Claude Desktop & Cursor

The Model Context Protocol gives AI agents direct access to tools, context, databases, and APIs with zero boilerplate code.

Three-Step Deployment

1

Select an MCP Module

Browse our index of 20,780+ servers and pick the integration matching your stack.

2

Copy JSON Configuration

Use our 1-click config generator to copy the preformatted config snippet for your client.

3

Execute in Your IDE

Save the JSON file and restart Claude Desktop or Cursor for instant tool availability.

Standardized JSON-RPC 2.0 transport over stdio and SSE
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
      }
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:pass@localhost:5432/mydb"]
    }
  }
}
Paste into claude_desktop_config.json