MCP Servers
The bundled catalog of MCP servers. Each row shows which agents support the server and any environment variables you need to set.
Pick servers in the wizard, or pass --mcp <id1>,<id2> to a setup command. โ
marks recommended (pre-checked) entries.
๐ง Essential
Section titled โ๐ง EssentialโCore tools every developer should have
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
context7 | โ Context7 | Live, version-specific library documentation | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
sequential-thinking | โ Sequential Thinking | Multi-step structured reasoning for complex problems | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
๐ป Code & Git
Section titled โ๐ป Code & GitโSource control and code intelligence
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
github | โ GitHub | PRs, issues, repos, code search (official remote MCP, OAuth) | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
gitlab | GitLab | Merge requests, issues, pipelines | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | GITLAB_TOKEN | โ |
claude-code-mcp | Claude Code as MCP | Use Claude Code as a sub-agent inside other editors | cursor, vscode, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
๐จ Design
Section titled โ๐จ DesignโDesign-to-code workflows
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
figma | Figma | Design-to-code from Figma components | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
๐ Productivity
Section titled โ๐ ProductivityโProject management and communication
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
notion | Notion | Read/write Notion pages and databases | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
slack | Slack | Search messages, channels, send notifications | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | SLACK_BOT_TOKEN | โ |
linear | Linear | Issues, projects, cycles management (official remote MCP, OAuth) | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
๐๏ธ Database
Section titled โ๐๏ธ DatabaseโDatabase access and management
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
supabase | Supabase | Supabase database, auth, storage | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | SUPABASE_ACCESS_TOKEN | โ |
neon | Neon Postgres | Serverless Postgres database | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | NEON_API_KEY | โ |
๐ Browser & Testing
Section titled โ๐ Browser & TestingโBrowser automation and testing
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
playwright | โ Playwright | Browser automation, E2E testing, screenshots | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
browserbase | Browserbase | Cloud browser sessions for testing | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | BROWSERBASE_API_KEY | โ |
โ๏ธ Cloud & Deploy
Section titled โโ๏ธ Cloud & DeployโDeployment and infrastructure
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
vercel | Vercel | Deploy, manage projects, domains | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | VERCEL_TOKEN | โ |
cloudflare | Cloudflare | Workers, Pages, DNS, R2 storage | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
โก Advanced
Section titled โโก AdvancedโAgent orchestration and specialized tools
| ID | Name | Description | Agents | Required env | Required input |
|---|---|---|---|---|---|
filesystem | Filesystem | Secure file access outside project root | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | allowedPath |
memory | Memory | Persistent memory across agent sessions | cursor, claude-code, vscode, codex, gemini, windsurf, antigravity-ide, antigravity-cli | โ | โ |
Want one thatโs missing?
Section titled โWant one thatโs missing?โThree options:
- Open a PR adding it to
src/registry/data/mcp-servers.json. - Host your own catalog and point
DXAI_REGISTRY_URLat it. - Add the entry directly to your toolโs config; dxai will leave hand-added entries alone.