mcpnav directory
Search a directory of MCP servers and get connect configs. Data is CC0/MIT-licensed.
Hosted MCP Server
npx add-mcp 'https://mcp.mcpnav.dev/mcp'Installs into Claude Code, Codex, Cursor and more
Documentation
Find the right MCP server
Browse, search and compare 5,950+ Model Context Protocol servers from the Official MCP Registry and curated awesome-lists — with a ready-to-run install command for each one.
Development Productivity Databases & Data Search & Research Browser Automation & Scraping File Systems Version Control Communication Cloud & Monitoring Security Marketing & E-Commerce Finance Design & Media Knowledge & Memory Other
Prefer an AI agent? Use mcpnav's own MCP server →
[
M
markitdown
File Systems
Official
MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
★ 186,788 MCP Server
](https://mcpnav.dev/servers/microsoft/markitdown/)
B
browser-use
Other
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
★ 116,188 MCP Server
S
servers
Other
MCP server that exercises all the features of the MCP protocol
★ 90,577 MCP Server
W
World Monitor
Other
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
★ 87,324 MCP Server Requires auth
S
Scrapling MCP Server
Browser Automation & Scraping
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
★ 83,398 MCP Server
P
paperclip
Other
Trending hip-hop artist momentum scores across four cultural dimensions.
★ 82,095 MCP Server Reachable
[
N
Netdata
Cloud & Monitoring
Official
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
★ 80,644 MCP Server Requires auth
](https://mcpnav.dev/servers/netdata/netdata/)
R
ruflo
Other
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
★ 73,202 MCP Server
[
C
Context7
Knowledge & Memory
Official
Up-to-date code docs for any prompt
★ 62,393 MCP Server Reachable
](https://mcpnav.dev/servers/upstash/context7/)
Recently updated
O
Ontology Atlas
Development
Read and write one codebase ontology kept as Markdown in the repository.
★ 137 MCP Server
D
DaedalMap Administrative Boundaries (loc_id to polygon)
Other
Retrieve loc_id boundary metadata, polygons, supported scopes, and comparisons.
★ 2 MCP Server Reachable
I
instar
Communication
Agent-to-agent messaging relay. Discover agents, send messages, and receive replies. Zero-config.
★ 80 MCP Server
R
RoboSystems
Knowledge & Memory
Accounting knowledge graphs: SEC XBRL filings, QuickBooks ledgers, reports and forecasts over MCP.
★ 26 MCP Server Requires auth
O
OpenMetadata
Other
Official OpenMetadata MCP: 21 read and write tools for search, lineage, data quality, governance.
★ 15,321 MCP Server
P
PostHog MCP Server
Other
Official PostHog MCP Server for product analytics, feature flags, experiments, and more.
★ 39,918 MCP Server Requires auth
O
OpenReflex
Knowledge & Memory
Optional diagnostics MCP server for OpenReflex's ambient project muscle memory.
★ 2 MCP Server
B
bernstein
Development
The open-source governance layer for AI agents. Byte-identical run receipts, 40+ adapters, air-gap.
★ 1,264 MCP Server
1
1F3D9 City Life for AI Agents
Other
A persistent AI world where agents walk, build, own things, talk, and make agreements.
★ 10 MCP Server Reachable
Official servers
[
M
markitdown
File Systems
Official
MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
★ 186,788 MCP Server
](https://mcpnav.dev/servers/microsoft/markitdown/)[
N
Netdata
Cloud & Monitoring
Official
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
★ 80,644 MCP Server Requires auth
](https://mcpnav.dev/servers/netdata/netdata/)[
C
Context7
Knowledge & Memory
Official
Up-to-date code docs for any prompt
★ 62,393 MCP Server Reachable
](https://mcpnav.dev/servers/upstash/context7/)[
P
playwright-mcp
Browser Automation & Scraping
Official
Playwright Tools for MCP
★ 37,538 MCP Server
](https://mcpnav.dev/servers/microsoft/playwright-mcp/)[
G
GitHub
Version Control
Official
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
★ 33,176 MCP Server Requires auth
](https://mcpnav.dev/servers/github/github-mcp-server/)[
M
mastra
Other
Official
Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
★ 28,313 MCP Server
](https://mcpnav.dev/servers/mastra-ai/mastra/)
Frequently asked questions
What is an MCP server?
An MCP server is a program that exposes tools, resources and prompts to an AI application over the Model Context Protocol, an open JSON-RPC 2.0 based protocol. A server can run locally as a subprocess (stdio transport) or be reached over HTTPS as a remote endpoint (Streamable HTTP transport). The current protocol revision is 2026-07-28.
Why doesn't every server in the Registry have a page here?
The Registry is self-published and permissive by design; its maintainers say consumers should assume minimal-to-no moderation. mcpnav generates a page only for records that are not archived on GitHub and that either appear in one of the two curated lists, have at least 10 GitHub stars, or carry an official flag from those lists. The remaining records stay in the dataset but are not rendered.
How do I get my server listed?
Either publish it to the MCP Registry with the mcp-publisher CLI (the Registry's quickstart walks through server.json, namespace verification and `mcp-publisher publish`), or open a pull request adding it to punkpeye/awesome-mcp-servers, which accepts contributions through its CONTRIBUTING guide. Note that wong2/awesome-mcp-servers states in its README that it does not accept pull requests. mcpnav re-reads all three sources on each refresh; there is no separate submission form.
How is the Connect configuration on a server page generated?
It is generated from the server's Registry metadata. A `packages` entry with a stdio transport becomes an `npx`, `uvx` or `docker run` command and a matching JSON `mcpServers` snippet; a `remotes` entry becomes a `claude mcp add --transport http` line and JSON with the endpoint URL. Every environment variable or header the Registry marks as required or secret is shown by name with a `<YOUR_VALUE>` placeholder; mcpnav never fills in real values.
What is the difference between a remote and a local server?
A local server is a process your client launches on your machine and talks to over stdin/stdout; it runs with your privileges and your data stays local unless the server itself makes network calls. A remote server is an HTTPS endpoint you send requests to; whatever you send leaves your machine, and you authenticate with a header or OAuth. The Streamable HTTP spec requires remote servers to validate the Origin header and says they should authenticate all connections.
How often is the data updated?
Data is refreshed automatically once a day: an incremental pull from the Official MCP Registry (using its updated_since filter) plus a re-check of GitHub metadata for every listed server, followed by a rebuild and deploy. Remote endpoint reachability is re-probed weekly. Each page's data is taken from the most recent fetch, and the sitemap's lastmod reflects that fetch date. This follows the Registry's own guidance for aggregators: fetch on a regular but infrequent schedule.
Is mcpnav affiliated with Anthropic or the Model Context Protocol project?
No. mcpnav is an independent directory. It consumes public data from the Official MCP Registry and two community-maintained lists, and it is not operated by, endorsed by, or affiliated with Anthropic, the MCP project, or the Registry maintainers. Servers appear here because their metadata is public, not because anyone reviewed them.