MCP SERVERSFOR CLAUDE CODE

Extend Claude with 21 Model Context Protocol servers. Pick what you need, get instant install commands.

Browser Automation

Browser Server

An MCP server that enables AI agents to control web browsers using browser-use.

claude mcp add browser-server -s user -- browser-use-mcp-server run server --port 8000 --stdio --proxy-port 9000
Browser Automation

Browserbase

This server provides cloud browser automation capabilities using Browserbase and Stagehand. It enables LLMs to interact with web pages, take screenshots, extract information, and perform automated actions with atomic precision.

claude mcp add browserbase -s user -e BROWSERBASE_API_KEY="" -e BROWSERBASE_PROJECT_ID="" -e GEMINI_API_KEY="" -- npx -y @browserbasehq/mcp-server-browserbase
Browser Automation

Browsermcp

With Browser MCP, you can use MCP to automate your browser so that AI applications can navigate the web, fill out forms, and more.

claude mcp add browsermcp -s user -- npx -y @browsermcp/mcp@latest
Browser Automation

Playwright

Official Playwright MCP server that provides browser automation capabilities through structured accessibility snapshots, bypassing the need for screenshots or visually-tuned models.

claude mcp add playwright -s user -- npx -y @playwright/mcp@latest
Database

Mysql

Connect to MySQL databases for direct data access, queries, and database management within Claude Code workflows.

claude mcp add mysql -s user -- uvx mcp-server-mysql
Database

Postgresql

Connect to PostgreSQL databases for advanced data operations, complex queries, and enterprise database management.

claude mcp add postgresql -s user -e POSTGRES_CONNECTION_STRING="postgresql://user:password@localhost:5432/dbname" -- npx -y @modelcontextprotocol/server-postgres
Database

Supabase

Connect your Claude Code to Supabase using MCP

claude mcp add supabase -s user -e SUPABASE_ACCESS_TOKEN="<personal-access-token>" -- npx -y @supabase/mcp-server-supabase@latest
Developer Tools

Bitbucket

A Node.js/TypeScript Model Context Protocol (MCP) server for Atlassian Bitbucket Cloud. Enables AI systems (e.g., LLMs like Claude or Cursor AI) to securely interact with your repositories, pull requests, workspaces, and code in real time.

claude mcp add bitbucket -s user -- npx -y @aashari/mcp-server-atlassian-bitbucket
Developer Tools

Circleci Mcp Server

Integrate CircleCI build and deployment pipeline management with your Claude Code workflow. Monitor builds, trigger deployments, and access project insights.

claude mcp add circleci-mcp-server -s user -e CIRCLECI_TOKEN="your-circleci-token" -e CIRCLECI_BASE_URL="https://circleci.com" -- npx -y @circleci/mcp-server-circleci
Developer Tools

Context7

Context7 MCP pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt.

claude mcp add -s user --transport http context7 https://mcp.context7.com/mcp
Developer Tools

Firefly

Connect to Firefly AI services for advanced AI-powered development assistance, code analysis, and intelligent suggestions directly in your Claude Code environment.

claude mcp add firefly -s user -e FIREFLY_ACCESS_KEY="your_access_key" -e FIREFLY_SECRET_KEY="your_secret_key" -- npx -y @fireflyai/firefly-mcp
Developer Tools

Ios Simulator

Control iOS Simulator directly from Claude Code. Launch apps, take screenshots, manage device states, and streamline mobile development workflows.

claude mcp add ios-simulator -s user -- npx -y ios-simulator-mcp
Developer Tools

Just Mcp

Execute Just commands and task runners seamlessly from Claude Code. Manage project tasks, run build scripts, and automate development workflows with Just integration.

claude mcp add just-mcp -s user -- /path/to/just-mcp --stdio
Developer Tools

Leetcode

A Model Context Protocol (MCP) server for LeetCode that enables AI assistants to access LeetCode problems, user information, and contest data.

claude mcp add leetcode -s user -- mcp-server-leetcode
Developer Tools

Trello

claude mcp add trello -s user -- pnpx @delorenj/mcp-server-trello
File System

Filesystem

Secure filesystem access for Claude Code with configurable directory permissions and file operations.

claude mcp add filesystem -s user -- npx -y @modelcontextprotocol/server-filesystem
Integrations

Github

Direct GitHub API integration for repository management, issue tracking, pull requests, and collaborative development workflows.

claude mcp add github -s user -e GITHUB_PERSONAL_ACCESS_TOKEN="<YOUR_TOKEN>" -- npx -y @modelcontextprotocol/server-github
Integrations

Memory

Persistent memory and context management for Claude Code sessions. Store and recall information across conversations and projects.

claude mcp add memory -s user -- npx -y @modelcontextprotocol/server-memory
Marketing

Fb Ads Mcp Server

This project provides an MCP server acting as an interface to the Meta Ads, enabling programmatic access to Meta Ads data and management features.

claude mcp add fb-ads-mcp-server -s user -- python /path/to/your/fb-ads-mcp-server/server.py --fb-token YOUR_META_ACCESS_TOKEN
Marketing

Google Ads

A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication

claude mcp add google-ads -s user -- /full/path/to/your/project/.venv/bin/ style="color: #06b6d4;">python /full/path/to/your/project/server.py
Web

Fetch

Web content fetching and data extraction capabilities. Access external APIs, scrape web content, and integrate external data sources.

claude mcp add fetch -s user -- npx -y @modelcontextprotocol/server-fetch