mcpfold logomcpfold

Best MCP servers — the directory

Browse 70+ MCP servers, curated and grouped by category. A neutral, community-maintained list — mcpfold is not affiliated with or endorsed by these projects. Add any to your config in one command.

Browse by category

Filesystem

Read and write local files within allowed directories.

Memory

A knowledge-graph memory the model can read and write across turns.

Sequential Thinking

A tool for step-by-step reasoning and problem decomposition.

Everything

A reference server exercising every MCP feature — useful for testing clients.

Fetch

Fetch a URL and convert the page to markdown for the model.

Git

Read, search, and manipulate a local Git repository.

Time

Time and timezone conversions.

SQLite

Query and inspect a local SQLite database.

GitHub

Repositories, issues, and pull requests via the GitHub API.

GitLab

Projects, issues, and merge requests via the GitLab API.

JetBrains

Talk to a running JetBrains IDE — files, refactors, and run configs.

Code Runner

Run code snippets in many languages and return the output.

E2B

Run code in a secure cloud sandbox.

Desktop Commander

Run terminal commands and edit files on your machine.

iTerm

Read and drive the active iTerm terminal session (macOS).

Shell Commands

Run allow-listed shell commands and return their output.

Context7

Pull up-to-date, version-specific library docs into the model.

21st.dev Magic

Generate React UI components from a natural-language prompt.

Figma

Read Figma files and frames so an agent can implement the design.

MarkItDown

Convert PDFs, Office docs, and more to markdown.

Playwright

Drive a real browser for navigation, scraping, and testing.

Puppeteer

Browser automation and screenshots via Puppeteer.

Browserbase

Cloud headless browsers for automation at scale.

Apify

Run Apify Actors to scrape and automate the web.

Brave Search

Web and local search via the Brave Search API.

Tavily

Web search and extraction tuned for LLMs.

Exa

Neural web search and crawling for AI agents.

DuckDuckGo

Web search via DuckDuckGo, no API key required.

Perplexity

Ask the Perplexity Sonar models for sourced answers.

Firecrawl

Crawl, scrape, and search sites into clean markdown.

arXiv

Search and fetch papers from arXiv.

Postgres

Read-only SQL queries against a Postgres database.

Redis

Read and write keys in a Redis instance.

MongoDB

Query and manage a MongoDB database.

DBHub

One SQL server for Postgres, MySQL, SQL Server, SQLite, and MariaDB.

Supabase

Manage a Supabase project — tables, SQL, and edge config.

Neon

Manage Neon serverless Postgres projects and run SQL.

Airtable

Read and write Airtable bases and records.

Elasticsearch

Search and inspect Elasticsearch indices.

ClickHouse

Run analytical SQL against a ClickHouse database.

Pinecone

Query and manage Pinecone vector indexes.

Qdrant

Store and retrieve vectors from a Qdrant database.

Charts

Generate charts and graphs from data (AntV).

AWS Knowledge Base

Retrieve from an AWS Bedrock knowledge base.

Cloudflare

Manage Cloudflare Workers, KV, R2, and DNS.

Heroku

Manage Heroku apps, dynos, and add-ons.

Azure

Query and manage Azure resources.

Kubernetes

Inspect and operate a Kubernetes cluster via kubectl.

Notion

Read and update Notion pages and databases.

Obsidian

Read and search an Obsidian vault.

Linear

Manage Linear issues, projects, and cycles.

ClickUp

Manage ClickUp tasks, lists, and docs.

Trello

Manage Trello boards, lists, and cards.

Atlassian

Jira issues and Confluence pages.

Google Drive

Search and read files in Google Drive.

Gmail

Read, search, and send Gmail messages.

Slack

Post and read messages in Slack channels.

Discord

Send and read messages in Discord servers.

Twilio

Send SMS and use the Twilio APIs.

EverArt

Generate images with the EverArt API.

Spotify

Control playback and manage playlists via the Spotify API.

YouTube Transcript

Fetch transcripts for YouTube videos.

Google Maps

Geocoding, directions, and places via Google Maps.

Amap

Chinese maps, geocoding, and routing via Amap.

Baidu Maps

Chinese maps, geocoding, and routing via Baidu.

Sentry

Retrieve and triage Sentry issues.

Stripe

Query and manage Stripe payments and customers.

HubSpot

Read and update HubSpot CRM records.

Shopify

Query the Shopify Dev APIs and docs.

Airbnb

Search Airbnb listings and details.

Frequently asked questions

What is the mcpfold MCP server directory?
The mcpfold directory is a curated, community-maintained list of Model Context Protocol servers you can add to your config in one command. Each entry links to a server you can install; mcpfold pins it to an exact version and stores any credentials as references rather than values.
How do I add an MCP server with mcpfold?
Run "mcpfold add <name> --from-registry" to resolve a server from the official MCP registry into a pinned, integrity-hashed, reference-only entry in your canonical config, or "mcpfold add <name> --url <url>" / "--package <spec>" to add one by hand. Then "mcpfold sync" folds it out to every client.