Claude Code MCP Servers
Browse 5002 Model Context Protocol servers that connect Claude Code to databases, APIs, files, and external tools.
MCP servers connect Claude Code to external systems via the Model Context Protocol. Configure them in .mcp.json (project-scoped, committed to git) or ~/.claude.json (user-scoped). Once configured, their tools appear as callable functions in your Claude session.
@neat.is/claude-skill
NewClaude Code skill drop-in for NEAT — wires the @neat.is/mcp server into Claude's MCP config
smithery-ai-cli
NewFind, connect, and use MCP tools and skills via the Smithery CLI. Use when the user searches for new tools or skills, wants to discover integrations, connect to an MCP, install a skill, or wants to interact with an external service (email, Slack, Discord, GitHub, Jira, Notion, databases, cloud APIs, monitoring, etc.).
frontend-design
NewCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
feishu-doc
NewFeishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.
goplaces
NewQuery Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts.
creating-financial-models
NewThis skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
aikido
Aikido Security scanning for Claude Code — SAST, secrets, and IaC vulnerability detection powered by the Aikido MCP server.
airtable
NewAirtable is the database and operations layer for your agents — whether running product, marketing, sales, ops, HR, or a custom business app. It combines structured data with multiplayer visual surfaces (grid, kanban, calendar, gallery, timeline) humans and agents share — plus sync integrations to Jira, Salesforce, Zendesk, Google Drive, Databricks, and the rest of your stack, all backed by enterprise governance. This plugin makes Claude fluent in Airtable: creating bases and schema, working with records, and sharing UI for collaboration. Bundles the official Airtable MCP server.
web-design-reviewer
NewThis skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.
openai-whisper
NewLocal speech-to-text with the Whisper CLI (no API key).
interactive-dashboard-builder
NewBuild self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.
openai-whisper-api
NewTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
Getting Started
Project-scoped: .mcp.json in the project root. User-scoped: ~/.claude.json.
{ "mcpServers": { "<name>": { "command": "...", "args": [...] } } }
Restart the session (or run /mcp) to load the server and inspect its connection status.
Frequently Asked Questions
What are Claude Code MCP servers?
MCP (Model Context Protocol) servers are external processes that expose tools, resources, and prompts to Claude. They let Claude read databases, query APIs, and operate external systems safely through a standardized protocol.
How do I install an MCP server?
Add an entry to .mcp.json in your project root (or ~/.claude.json for global use). Each entry specifies a command, args, and optional env. Restart Claude Code to load the server.
What is the difference between project and user MCP servers?
Project servers (.mcp.json) are committed to git and shared with your team. User servers (~/.claude.json) are personal and available across all your projects.
Are MCP servers safe?
MCP servers run as local processes with the permissions of your user. Review the server's source and license before installing. The security badges on each card summarize our automated checks.