Exa MCP
MCP ServerExa's official MCP server — live web search, crawling, and deep research wired into Claude.
- official
- search
- web
- mcp
Official GitHub-maintained MCP server for repos, issues, PRs, and code search.
Lets Claude create and manage issues, pull requests, branches, files, and code search across any GitHub repository. Maintained by GitHub as the canonical reference implementation; the earlier modelcontextprotocol reference has been archived.
Best for Claude Code workflows that touch a real repo — automated PR review, dependency upgrade PRs, label-driven triage, draft release notes from the merged PR list. The canonical choice when the project lives on GitHub; for self-hosted Gitea / GitLab pair with a different MCP server.
Add to .mcp.json under mcpServers.github:
{
"command": "docker",
"args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"]
}
Set GITHUB_PERSONAL_ACCESS_TOKEN in the env (fine-grained token recommended; scope to the repos you actually need).The default token scope is everything in the user's account — narrow it down to only the repos you want Claude to touch. Some write operations (create_or_update_file, push_files) can overwrite history; pin the token to read + targeted write scopes and audit PRs Claude opens before merging.
Repository
github/github-mcp-serverCharted
Exa's official MCP server — live web search, crawling, and deep research wired into Claude.
Official Chrome DevTools MCP server — performance tracing, network inspection, and live debugging for coding agents.
Vercel's handler for spinning up MCP servers on Next.js, Nuxt, Svelte, and more.