BeClaude

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.

931 MCP servers

@neat.is/claude-skill

New
1k

Claude Code skill drop-in for NEAT — wires the @neat.is/mcp server into Claude's MCP config

mcpnpmDevelopmentmcp

smithery-ai-cli

New
508

Find, 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.).

mcpSmitheryGeneralapimcp

frontend-design

New
63.1k

Create 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.

mcpSmitheryGeneralfrontenddesigncoding

feishu-doc

New
178.2k

Feishu document read/write operations. Activate when user mentions Feishu docs, cloud docs, or docx links.

mcpSmitheryGeneraldocumentationproductivitycommunication

goplaces

New
178.2k

Query 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.

mcpSmitheryData & Analyticscode-reviewapidata-&-analytics

creating-financial-models

New
32.7k

This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions

mcpSmitheryData & Analyticstestingdata-&-analyticsbusiness

aikido

10

Aikido Security scanning for Claude Code — SAST, secrets, and IaC vulnerability detection powered by the Aikido MCP server.

mcpOfficial PluginGeneralsecuritymcp

airtable

New

Airtable 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.

mcpOfficial PluginGeneralmcpagentplugin

web-design-reviewer

New
20.6k

This 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.

mcpSmitheryGeneralcode-reviewdesign

openai-whisper

New
178.2k

Local speech-to-text with the Whisper CLI (no API key).

mcpSmitheryGeneralapiai-&-ml

interactive-dashboard-builder

New
6.6k

Build 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.

mcpSmitheryData & Analyticsdata-&-analyticsdesign

openai-whisper-api

New
178.2k

Transcribe audio via OpenAI Audio Transcriptions API (Whisper).

mcpSmitheryGeneralapiai-&-mldata-&-analytics
Showing 12 of 931 MCP servers
or scroll to auto-load

Getting Started

1. Open your MCP config

Project-scoped: .mcp.json in the project root. User-scoped: ~/.claude.json.

2. Add the server config

{ "mcpServers": { "<name>": { "command": "...", "args": [...] } } }

3. Restart Claude Code

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.