AI Starter Package

What is MCP?

MCP (Model Context Protocol) is an open standard that lets AI models connect to external tools and services in real time. Think of it as USB ports for your AI — plug in any tool and your AI can use it.

How MCP Works

Without MCP, your AI is isolated — it can only work with what's in its context window. With MCP, your AI can reach out to external systems: read your GitHub repos, query your database, search the web, send Slack messages — all within the same conversation.

You: "Check if there are any open PRs on our repo"
Claude → GitHub MCP → Fetches open PRs
Claude: "There are 3 open PRs. PR #42 needs review..."
You: "Send a Slack message to the team about PR #42"
Claude → Slack MCP → Sends message
Claude: "Done. Posted in #dev-team channel."

All of this happens in a single conversation. No switching apps, no copy-pasting.

Popular MCP Servers

Our ecosystem includes 18 MCP servers. Here are the most popular:

GitHub MCP

Dev Tools

Read repos, create PRs, manage issues

Slack MCP

Communication

Send messages, read channels, manage workspaces

PostgreSQL MCP

Data

Query your database live from Claude sessions

Apify MCP

Scraping

Access 20,000+ web scrapers as tools

SerpAPI MCP

Search

Real-time search results from 50+ engines

Postman MCP

Dev Tools

Manage API collections and run tests

Google Drive MCP

Productivity

Search, read, manage Google Drive files

Memory MCP

AI

Persistent knowledge graph for long-term memory

Brave Search MCP

Search

Web search from inside Claude sessions

Tavily MCP

Search

AI-optimized web search for LLM agents

Puppeteer MCP

Automation

Browser automation — navigate, screenshot, interact

Context7 MCP

Dev Tools

Up-to-date documentation search for any library

Setting Up Your First MCP Server

# Add GitHub MCP to Claude Code
$ claude mcp add github -- npx -y @modelcontextprotocol/server-github
# Add Apify MCP (20,000+ web scrapers)
$ claude mcp add --transport http apify https://mcp.apify.com/sse

Want the full setup guide? Read our MCP Quickstart Guide.

Get 18 MCP Servers Pre-Configured

Our AI brain system includes MCP configuration guides for every server in our ecosystem. Set up once, use everywhere.