Discover, install, and configure MCP servers. Browse community skills for Claude Code, Cursor, Codex, and more.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/dev/projects"]
},
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
}
}
}Browse MCP servers & skills
1-click CLI commands
Agent settings & auth
Let your agent do the rest
@anthropic
Read, write, and manage files across the local filesystem with structured access controls.
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dirs@anthropic
Repository management, issues, PRs, and code search through GitHub API.
npx -y @modelcontextprotocol/server-github@anthropic
Read-only database inspection with schema browsing and query execution.
npx -y @modelcontextprotocol/server-postgres postgresql://localhost/mydb@anthropic
Local SQLite database operations with full read/write support.
npx -y @modelcontextprotocol/server-sqlite /path/to/db.sqlite@anthropic
Browser automation for web scraping, screenshots, and form interaction.
npx -y @modelcontextprotocol/server-puppeteer@anthropic
Send messages, read channels, and manage conversations via Slack API.
npx -y @modelcontextprotocol/server-slack@anthropic
Web search capabilities using Brave Search API with privacy-focused results.
npx -y @modelcontextprotocol/server-brave-search@anthropic
Generic HTTP client for any REST API with configurable headers and auth.
npx -y @modelcontextprotocol/server-fetch@forge
Generate production-ready React components with TypeScript from a single sentence.
@forge
Scaffold REST API endpoints with validation, error handling, and OpenAPI docs.
@pixel
Generate Docker Compose configurations for common development stacks.
@quill
Generate comprehensive test cases for functions and components.
@forge
Generate Prisma schemas from natural language descriptions of data models.
@pixel
Generate Next.js App Router pages with loading states, error boundaries, and metadata.
See which MCP servers work with your favorite AI coding agent.
| MCP Server | Claude Code | Cursor | GitHub Copilot | Codex | VS Code |
|---|---|---|---|---|---|
| Filesystem MCP | ✓ | ✓ | — | ✓ | — |
| GitHub MCP | ✓ | ✓ | — | ✓ | — |
| PostgreSQL MCP | ✓ | ✓ | — | — | — |
| SQLite MCP | ✓ | ✓ | — | ✓ | — |
| Puppeteer MCP | ✓ | ✓ | — | — | — |
| Slack MCP | ✓ | ✓ | — | — | — |
| Brave Search MCP | ✓ | ✓ | — | ✓ | — |
| Fetch MCP | ✓ | ✓ | — | ✓ | — |
Join 500+ developers who ship faster with MCP servers and AI-generated skills.