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
Read and write local files within allowed directories.
MemoryA knowledge-graph memory the model can read and write across turns.
Sequential ThinkingA tool for step-by-step reasoning and problem decomposition.
EverythingA reference server exercising every MCP feature — useful for testing clients.
FetchFetch a URL and convert the page to markdown for the model.
GitRead, search, and manipulate a local Git repository.
TimeTime and timezone conversions.
SQLiteQuery and inspect a local SQLite database.
GitHubRepositories, issues, and pull requests via the GitHub API.
GitLabProjects, issues, and merge requests via the GitLab API.
JetBrainsTalk to a running JetBrains IDE — files, refactors, and run configs.
Code RunnerRun code snippets in many languages and return the output.
E2BRun code in a secure cloud sandbox.
Desktop CommanderRun terminal commands and edit files on your machine.
iTermRead and drive the active iTerm terminal session (macOS).
Shell CommandsRun allow-listed shell commands and return their output.
Context7Pull up-to-date, version-specific library docs into the model.
21st.dev MagicGenerate React UI components from a natural-language prompt.
FigmaRead Figma files and frames so an agent can implement the design.
MarkItDownConvert PDFs, Office docs, and more to markdown.
PlaywrightDrive a real browser for navigation, scraping, and testing.
PuppeteerBrowser automation and screenshots via Puppeteer.
BrowserbaseCloud headless browsers for automation at scale.
ApifyRun Apify Actors to scrape and automate the web.
Brave SearchWeb and local search via the Brave Search API.
TavilyWeb search and extraction tuned for LLMs.
ExaNeural web search and crawling for AI agents.
DuckDuckGoWeb search via DuckDuckGo, no API key required.
PerplexityAsk the Perplexity Sonar models for sourced answers.
FirecrawlCrawl, scrape, and search sites into clean markdown.
arXivSearch and fetch papers from arXiv.
PostgresRead-only SQL queries against a Postgres database.
RedisRead and write keys in a Redis instance.
MongoDBQuery and manage a MongoDB database.
DBHubOne SQL server for Postgres, MySQL, SQL Server, SQLite, and MariaDB.
SupabaseManage a Supabase project — tables, SQL, and edge config.
NeonManage Neon serverless Postgres projects and run SQL.
AirtableRead and write Airtable bases and records.
ElasticsearchSearch and inspect Elasticsearch indices.
ClickHouseRun analytical SQL against a ClickHouse database.
PineconeQuery and manage Pinecone vector indexes.
QdrantStore and retrieve vectors from a Qdrant database.
ChartsGenerate charts and graphs from data (AntV).
AWS Knowledge BaseRetrieve from an AWS Bedrock knowledge base.
CloudflareManage Cloudflare Workers, KV, R2, and DNS.
HerokuManage Heroku apps, dynos, and add-ons.
AzureQuery and manage Azure resources.
KubernetesInspect and operate a Kubernetes cluster via kubectl.
NotionRead and update Notion pages and databases.
ObsidianRead and search an Obsidian vault.
LinearManage Linear issues, projects, and cycles.
ClickUpManage ClickUp tasks, lists, and docs.
TrelloManage Trello boards, lists, and cards.
AtlassianJira issues and Confluence pages.
Google DriveSearch and read files in Google Drive.
GmailRead, search, and send Gmail messages.
SlackPost and read messages in Slack channels.
DiscordSend and read messages in Discord servers.
TwilioSend SMS and use the Twilio APIs.
EverArtGenerate images with the EverArt API.
SpotifyControl playback and manage playlists via the Spotify API.
YouTube TranscriptFetch transcripts for YouTube videos.
Google MapsGeocoding, directions, and places via Google Maps.
AmapChinese maps, geocoding, and routing via Amap.
Baidu MapsChinese maps, geocoding, and routing via Baidu.
SentryRetrieve and triage Sentry issues.
StripeQuery and manage Stripe payments and customers.
HubSpotRead and update HubSpot CRM records.
ShopifyQuery the Shopify Dev APIs and docs.
AirbnbSearch 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.