MCP directory
The MCP servers list, verified on a real Mac.
Every server on this list actually ran on a Mac before it got a page: started over the MCP protocol, tools enumerated with tools/list, and where credentials allowed, one real tool call. The best MCP servers for Claude, Cursor, and scheduled routines, with the receipts attached.
39 servers · every dossier from a live run · dated captures
What verified means here
Every page on this list is a lab report, not a README rewrite.
01
Actually run on a Mac
Every server was started on a real Mac and spoken to over the MCP protocol. Nothing on this list is written from its README alone.
02
tools/list captured verbatim
Each dossier prints the tool list the running server answered with: its own names, descriptions and parameters, never edited.
03
Dated, with an honest badge
Every capture carries its date. A green badge means one real tool call succeeded; an amber badge means the tools were enumerated live but an authenticated call still waits on credentials.
Databases 7
Airtable
Tools enumerated16 toolsLast verified 2026-08-03
The Airtable MCP server gives an AI assistant read and write access to your Airtable bases: list bases and tables, search and filter records, create and update rows, add fields, and leave comments.
Read the dossier
Elasticsearch
Tools enumerated4 toolsLast verified 2026-08-03
The Elasticsearch MCP server connects an AI assistant to a cluster you already run: it lists indices, reads field mappings, reports shard status, and runs a real query DSL search, in plain language rather than JSON you type by hand.
Read the dossier
MongoDB
Tools enumerated16 toolsLast verified 2026-08-03
The MongoDB MCP server lets an AI assistant query your MongoDB databases in plain English: list databases and collections, describe a schema, run a find or an aggregation, count documents, read indexes, and explain a query plan.
Read the dossier
MySQL
Tools enumerated1 toolsLast verified 2026-08-03
The MySQL MCP server gives an AI assistant one door into a MySQL database: a single tool, mysql_query, that runs SQL and hands back the rows.
Read the dossier
PostgreSQL
Verified1 toolsLast verified 2026-08-03
The postgres MCP server is the reference database server of the Model Context Protocol project: it connects an AI assistant to a PostgreSQL database and hands it exactly one tool, a read-only SQL query.
Read the dossier
Redis
Verified47 toolsLast verified 2026-08-03
The Redis MCP server lets an AI assistant talk to a Redis instance you already run: read and write keys, work with hashes, lists, sets, sorted sets, streams and JSON, run vector and hybrid search over an index, and read server stats.
Read the dossier
Supabase
Tools enumerated29 toolsLast verified 2026-08-03
The Supabase MCP server lets an AI assistant work with your Supabase account the way you would in the dashboard: list your organizations and projects, inspect tables and migrations, run SQL, read logs, check the security and performance advisors, and manage Edge Functions and development branches.
Read the dossier
Code and repos 6
Context7
Verified2 toolsLast verified 2026-08-03
Context7 looks up current, version-specific documentation and code examples for a library, then feeds them to your AI assistant so it stops answering from memory that may be a year out of date.
Read the dossier
Docker
Verified19 toolsLast verified 2026-08-03
The Docker MCP server lets an AI assistant drive Docker on your own Mac: list containers, read their logs, start and stop them, pull and build images, and manage networks and volumes.
Read the dossier
Git
Verified12 toolsLast verified 2026-08-03
The git MCP server runs git commands against repositories that already sit on your Mac: status, diffs, log, branches, commits.
Read the dossier
GitHub
Verified47 toolsLast verified 2026-08-03
The GitHub MCP server is GitHub's own server for the Model Context Protocol, written in Go and published by the github organization itself.
Read the dossier
Kubernetes
Tools enumerated23 toolsLast verified 2026-08-03
The Kubernetes MCP server hands an AI assistant the kubectl surface of your cluster: list and describe resources, read pod logs, scale a deployment, apply a manifest, cordon a node, run Helm.
Read the dossier
Vercel
Tools enumerated131 toolsLast verified 2026-08-03
The Vercel MCP server lets an AI assistant read and change your deployments, projects, domains, environment variables and team settings from a chat window or a scheduled routine.
Read the dossier
Chat and email 4
Discord
Tools enumerated22 toolsLast verified 2026-08-03
The Discord MCP server gives an AI assistant a set of Discord actions: read a channel, post a message, open and reply to forum threads, add reactions, create and delete channels and categories, and manage webhooks.
Read the dossier
Gmail
Tools enumerated19 toolsLast verified 2026-08-03
The Gmail MCP server hands an AI assistant a set of Gmail actions: search the inbox, read a message, send or draft mail, move things between labels, and manage filters.
Read the dossier
Slack
Tools enumerated8 toolsLast verified 2026-08-03
The Slack MCP server connects an AI assistant to a Slack workspace: list channels, read history and threads, post messages, add reactions, and look people up.
Read the dossier
Twilio
Tools enumerated197 toolsLast verified 2026-08-03
The Twilio MCP server puts the Twilio REST API in front of an AI assistant, as 197 tools generated straight from Twilio's own API spec.
Read the dossier
Search and web 4
Brave Search
Tools enumerated8 toolsLast verified 2026-08-03
The Brave Search MCP server puts a web search engine behind your AI assistant: web, news, video, image and local results, plus Brave's own AI summaries and a page-content endpoint built for grounding answers.
Read the dossier
Exa
Tools enumerated2 toolsLast verified 2026-08-03
The Exa MCP server gives an AI assistant a search engine built for AI: you describe the page you want in a sentence, and it returns clean article text instead of a list of blue links, plus a second tool that reads any URL as markdown.
Read the dossier
Firecrawl
Verified26 toolsLast verified 2026-08-03
Firecrawl is the MCP server that gives an AI assistant the open web: fetch one page as clean markdown, enumerate every URL on a site, crawl a whole documentation section, search the web, extract structured fields, watch a page for changes, and read research papers.
Read the dossier
Tavily
Verified5 toolsLast verified 2026-08-03
The Tavily MCP server gives an AI assistant a real search engine: it can search the live web, pull the readable text out of a page, crawl a site, map its URLs, and run a longer multi-source research pass.
Read the dossier
Browser automation 3
Chrome DevTools
Verified29 toolsLast verified 2026-08-03
The Chrome DevTools MCP server lets an AI assistant drive and inspect a real Chrome: open pages, click and fill forms, read the console and the network panel, take screenshots and accessibility snapshots, record a performance trace, and run a Lighthouse audit.
Read the dossier
Playwright
Verified24 toolsLast verified 2026-08-03
The Playwright MCP server lets an AI assistant drive a real browser: open a page, read its structure, click, type, fill forms, and report what it found.
Read the dossier
Puppeteer
Verified7 toolsLast verified 2026-08-03
The puppeteer MCP server hands an AI assistant a real Chrome window on your own Mac: it can open a page, click, type, pick from a dropdown, take a screenshot, and run JavaScript against whatever is loaded.
Read the dossier
Project management 3
Jira
Tools enumerated16 toolsLast verified 2026-08-03
The Jira MCP server lets an AI assistant search, read, create and move Jira issues from a chat window or a scheduled routine.
Read the dossier
Linear
Tools enumerated198 toolsLast verified 2026-08-03
The Linear MCP server exists in two shapes, and this page checks both.
Read the dossier
Todoist
Tools enumerated45 toolsLast verified 2026-08-03
The Todoist MCP server is the official one: Doist, the company that makes Todoist, publishes and maintains it.
Read the dossier
CRM and sales 2
HubSpot
Tools enumerated21 toolsLast verified 2026-08-03
The HubSpot MCP server connects an AI assistant to your HubSpot CRM: list and search contacts, companies, deals and tickets, create and update records in batches, read and write properties, log calls, emails, notes and tasks, and look at workflows.
Read the dossier
Salesforce
Tools enumerated74 toolsLast verified 2026-08-03
The Salesforce MCP server is the official one: Salesforce publishes and maintains it from the salesforcecli GitHub organization, under the Apache-2.0 license.
Read the dossier
Files and folders 2
Filesystem
Verified14 toolsLast verified 2026-08-02
The filesystem MCP server gives an AI assistant read and write access to the folders you choose, and refuses everything outside them.
Read the dossier
Obsidian
Tools enumerated12 toolsLast verified 2026-08-03
The Obsidian MCP server connects an AI assistant to your vault through the Obsidian Local REST API community plugin, not by reading the vault folder on disk.
Read the dossier