MODEL CONTEXT PROTOCOL

MCP Servers

Production-ready Model Context Protocol servers that give agents real capabilities: filesystem, GitHub, databases, browsers, and more. Complete setup instructions for Claude, Grok Build, Cursor, and VS Code.

Showing 17 of 17 MCP servers
Core

Reference filesystem access for agents. Read, write, list, move, and search files within explicitly allowed directories.

What it does: Gives the agent the ability to explore and modify the local filesystem, sandboxed to the directories you pass on the command line.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Development

GitHub's official MCP server. Manage issues, PRs, branches, workflows, and code scanning — or just let the agent read your repos.

What it does: Connects agents directly to GitHub for repository operations, issue tracking, code review, and CI visibility. Replaces the archived @modelcontextprotocol/server-github.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Development

Reference Git server. Status, diff, log, branch, commit, and search — structured Git operations for repos the agent works in.

What it does: Gives agents first-class Git tooling beyond raw shell commands: read history, inspect diffs, and stage changes with structured, predictable output.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Supabase MCPOFFICIAL
Data

Supabase's official server. Query the database, apply migrations, manage config, fetch logs, and generate TypeScript types from your agent.

What it does: Connects agents to your Supabase projects for schema work, debugging, and data queries. Supports read-only mode and project scoping — use both for agent work.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Development

Sentry's hosted MCP server. Pull real production errors, stack traces, and issue context straight into your debugging session.

What it does: Lets agents see what is actually breaking in production — query issues, read stack traces, and use Seer for root-cause analysis. OAuth, no local install.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Productivity

Notion's official server. Search, read, and write pages and databases — give your agent access to the team's actual docs and specs.

What it does: Connects agents to your Notion workspace so specs, runbooks, and notes become usable context, and meeting notes or reports can be written back.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Search

Web scraping built for LLMs: turn any site into clean markdown, crawl whole domains, search, and extract structured data.

What it does: Heavy-duty web ingestion — where the fetch server reads one page, Firecrawl crawls sites, handles JS rendering, and returns structured results. Free tier available.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Browser

Microsoft's official browser automation server. Navigate pages, click, fill forms, take screenshots, and read pages via fast accessibility snapshots.

What it does: Gives agents a real browser. Uses structured accessibility-tree snapshots instead of pixels, so it is fast and reliable without a vision model. The recommended replacement for the archived Puppeteer server.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Search

Reference web-fetching server. Downloads a URL and converts the page to clean markdown the model can actually use.

What it does: Lets agents read specific web pages (docs, blog posts, READMEs) without a full browser. Lighter than Playwright when you only need page content.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Search

Brave's official MCP server for its Search API. Web, news, image, video, and local search with privacy focus and a free tier.

What it does: Enables agents to run real-time web searches instead of relying on the model's training cutoff. Replaces the archived @modelcontextprotocol/server-brave-search.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Development

Up-to-date, version-specific documentation for thousands of libraries, injected straight into your agent's context. Kills hallucinated APIs.

What it does: When the agent writes code against a library, Context7 fetches the current docs and real code examples for the exact version — instead of the model guessing from stale training data.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Data

Connect agents to PostgreSQL with configurable read-only or read-write modes, schema introspection, query plans, and health checks.

What it does: Lets agents explore schemas, run queries, and analyze performance. The original @modelcontextprotocol/server-postgres is archived — use a maintained community server like crystaldba/postgres-mcp, or your database provider's official MCP (e.g. Supabase).
Claude CodeGrok BuildClaude DesktopCursor
Docs
Core

Reference knowledge-graph memory. Stores entities, relations, and observations so agents remember context across sessions.

What it does: Persistent memory between conversations: facts, decisions, and relationships survive after the context window is gone.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Core

Reference server for structured step-by-step reasoning. The agent works through numbered thoughts it can revise and branch.

What it does: Improves performance on complex planning and analysis tasks by giving the model an explicit scratchpad for multi-step reasoning.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Productivity

Linear's hosted MCP server. Create, update, and search issues and projects straight from your agent.

What it does: Connects agents to your issue tracker so they can file bugs, update status, and pull sprint context. Hosted by Linear with OAuth — no local install.
Claude CodeGrok BuildClaude DesktopCursor
Docs
Communication

Read and post Slack messages, browse channels, and search history from your agent.

What it does: Integrates agents into team communication for updates, summaries, and async collaboration. Community-maintained; requires a Slack app or token setup.
Claude CodeGrok BuildClaude Desktop
Docs
Utility

Reference server for accurate current time, timezone conversion, and date arithmetic.

What it does: Solves the surprisingly common problem of agents having stale or wrong temporal information ("what is today's date?").
Claude CodeGrok BuildClaude DesktopCursor
Docs
MCP dramatically expands what agents can do. Start with the filesystem and GitHub servers for most projects.