MCPINDEX DIRECTORY

Find MCP servers, setup guides, and configuration examples in one place

MCPIndex helps developers discover Model Context Protocol tools for Claude, Cursor, VS Code, and AI agents, with config snippets, setup steps, FAQs, GitHub links, npm packages, and implementation-ready details.

TOTAL TOOLS

72

FREE TOOLS

65

CATEGORIES

26

Popular picks

Most used MCP tools

Browse all tools →
Version ControlFree

Git MCP Server

Local Git repository operations through MCP — history, branches, diffs, commits, and search without granting general shell access.

Git MCP is the version-control boundary between an agent and repository history, and its most valuable output is not the current file tree — it is causality. A working tree tells you what exists; Git tells you why it exists, which commit changed it, which branch introduced it, and whether the apparent fix is actually a regression from an earlier revert. The server exposes repository-aware operations such as log, diff, status, branch inspection, commit lookup, and content search without requiring the agent to execute arbitrary shell commands. That narrower surface matters: a coding agent can investigate a bug and construct a patch context while remaining unable to run curl, install packages, or read unrelated host files. The hidden edge case is repository state ambiguity. A detached HEAD, shallow clone, sparse checkout, submodule, or uncommitted worktree can make a perfectly valid Git response look like project truth while silently omitting the context the agent needs. Production workflows should report repository root, current ref, HEAD SHA, shallow/sparse status, and dirty files before reasoning about history. Git MCP is a history engine, not a sandbox; filesystem and write permissions still determine the blast radius.

by Model Context Protocol600,000 installs
Browser AutomationFree

Playwright MCP

Official Microsoft MCP server for browser automation and web scraping using the Playwright accessibility tree.

The dirty secret of browser automation for AI agents: every screenshot-based approach is a slot machine. Vision-driven agents click pixel coordinates that shift with every viewport resize, every font load, every A/B test — and they burn thousands of tokens per action just to see the page. Playwright MCP, built by Microsoft, rejects the entire paradigm: it exposes the accessibility tree, a structured semantic snapshot of the page where every button, input, and link carries a stable reference the agent can act on deterministically. One snapshot call replaces the screenshot-and-guess loop, cutting token cost per action by an order of magnitude while making clicks reproducible instead of probabilistic. This is why Playwright MCP became the most-deployed server in the ecosystem in 2026: it is not a scraper, it is a full interaction layer — navigation, form filling, file uploads, dialog handling, tab management, and arbitrary JavaScript evaluation through browser_evaluate. The architectural trade-off nobody documents: the server is stateful by design, holding a real browser session across tool calls, which makes it uniquely powerful for authenticated multi-step workflows and uniquely dangerous if you point it at a browser profile containing your logged-in sessions.

by Microsoft500,000 installs
ProductivityFree

Notion MCP Server

Official Notion MCP server for integrating AI with Notion workspaces, databases, and pages.

Notion is not a wiki — it is a block graph wearing a wiki's clothes, and every integration that treats it as flat documents eventually face-plants into that distinction. The official Notion MCP server is built around the truth of the data model: pages are trees of typed blocks, databases are queryable views over page collections, and an agent that can traverse, filter, and mutate that graph gains something no export-and-summarize pipeline can touch — the ability to operate on living knowledge. Connected via the hosted OAuth endpoint (mcp.notion.com), the agent can search your workspace semantically, assemble meeting notes from scattered blocks, update database rows with proper relation and rollup semantics, and turn a brain-dump voice note into a structured project database in one session. The production reality that burns every new user: Notion's permission model is per-page explicit sharing, and the API returns empty results — never permission errors — for anything not shared. Your first deployment will look broken and it will be lying to you. Share the parent page; children inherit. That one habit separates a working integration from a week of confused debugging.

by Notion400,000 installs
Web SearchFreemium

Exa MCP Server

MCP tool connecting AI to Exa search engine for real-time, accurate web results.

Google was built for humans who scan ten blue links; Exa was built for machines that read. That single design decision inverts everything you know about search tooling: instead of keyword matching against an ad-optimized index, Exa runs embedding-based neural retrieval over the web, returning results ranked by semantic similarity to your intent — with the actual page content (highlights and full text) delivered inline, so the agent never burns a second tool call fetching what it just found. The capability mainstream blogs skip: Exa's find_similar endpoint is a link-graph weapon — give it one high-quality URL and it returns its semantic neighborhood, which turns competitive research and literature discovery from keyword guessing into vector traversal. For agents, the economic argument is decisive: every search-and-fetch round trip through a browser server costs seconds and tokens; Exa collapses the loop into one call that returns rankable, quotable content. The trade-off to respect: neural recall surfaces conceptually-relevant results that keyword purists would call wrong — which is exactly what you want for research, and exactly what you do not want for looking up an exact error string.

by Exa Labs300,000 installs
Cloud StorageFree

Google Drive MCP Server

Google Drive MCP for OAuth-secured file search, content retrieval, and document context across shared drives and folders.

Google Drive MCP is not a file browser; it is an access-controlled document graph whose usefulness depends on preserving file identity, permissions, and provenance. An agent can search Drive, read Docs, Sheets, and PDFs, assemble project context, and connect a specification to the code or ticket that implements it. The architectural trap is that Drive search is not a single operation: file discovery, shortcut resolution, shared-drive membership, export permissions, and content retrieval are separate gates. A file can appear in a search result while its body is inaccessible, a shortcut can point to a document outside the agent's corpus, and duplicate names can cause the agent to edit the wrong file while every API call remains valid. Production workflows should resolve immutable file IDs, report the drive and owner, preserve modified time and revision metadata, and use read-only OAuth scopes until a human confirms any write. Treat retrieved documents as untrusted input too — an instruction hidden inside a Drive file is data, not authority, and must not override the agent's system policy.

by Google / MCP community250,000 installs
Error MonitoringFree

Sentry MCP

Official hosted Sentry MCP server for AI-driven error triage, issue search, and stack trace analysis inside your AI client.

The average production incident burns 40+ minutes before a human even opens the correct stack trace — Sentry MCP collapses that window to seconds by inverting the debugging flow: instead of you pulling context out of the observability pipeline, the agent pulls distributed trace context, breadcrumbs, and suspect commits directly into its reasoning loop. The architectural insight most teams miss: a stack trace is a lossy projection of distributed causality, and Sentry is the only layer in the chain that reassembles it — release metadata, demangled source maps, async payload parsing across service boundaries — into something an LLM can actually reason about. Connected to Claude or Cursor, the server exposes tools like find_issues, find_events, and get_issue_details over an OAuth-secured remote transport, turning contextual AI debugging into a first-class workflow: paste an issue URL and the agent correlates the error fingerprint with the exact release and commit that introduced it. Self-hosted and EU data-residency instances are supported via host overrides, which matters far more than most setup guides admit.

by Sentry200,000 installs

Featured

Latest tools

View all tools →
Developer ToolsFree

Chrome DevTools MCP

Expose Chrome runtime, DOM, network, console, and performance diagnostics to AI coding agents.

Chrome DevTools MCP operates below the application abstraction layer, where browser failures actually occur. It lets an agent inspect network requests, console errors, DOM state, performance traces, and rendering behavior instead of guessing why a page is empty or slow. The critical edge case is that DOM output is not equivalent to application state: hydration, XHR, GraphQL, service workers, and redirects can mutate the result after the initial document loads. Filter diagnostics before returning them because network payloads and console logs may contain cookies, authorization headers, tokens, or user data.

by Google Chrome DevTools0 installs
AI & MediaFree

ElevenLabs MCP Server

Connects MCP clients to ElevenLabs speech generation, voice design, transcription, and audio-processing APIs.

ElevenLabs MCP exposes generative audio operations where the output is not just text: it can become a voice artifact with provenance, licensing, identity, and content-policy consequences. The architectural boundary includes model selection, voice ID, language, output format, streaming behavior, speech-to-speech conversion, voice design, and audio storage. A request to “generate a voiceover” can therefore consume quota, reproduce a sensitive voice, create a public-facing artifact, or preserve an audio file that needs retention and rights management. Use the official ElevenLabs MCP server, store API keys outside version control, pin the model and voice identity, separate text-to-speech from speech-to-speech and voice-design operations, and require approval for public-facing or voice-cloning outputs. A silent failure occurs when generation succeeds but uses a different voice, model, language, output directory, or format than the operator expected; the file exists and sounds plausible, making the mistake harder to catch than a transport error. Require every response to include voice ID, model, language, output format, destination path, file hash, duration, and whether the operation consumed quota. ElevenLabs MCP is strongest when it makes audio provenance explicit rather than treating speech generation as an opaque creative convenience.

by ElevenLabs0 installs
CRMFree

HubSpot MCP Server

Connects AI clients to HubSpot CRM contacts, companies, deals, engagements, and developer workflows.

HubSpot MCP is a CRM control surface, not a simple contact lookup. The remote server can provide read and write access to contacts, companies, deals, engagements, and related objects, while the developer MCP server is a separate local CLI-based surface for HubSpot Developer Platform work. That distinction is the architecture: CRM data and developer-platform administration must not be treated as interchangeable permissions. A natural-language request to “update this deal” can alter pipeline state, ownership, stage, forecast, lifecycle history, and downstream automation, so the agent needs object ID, portal, object type, property name, association context, and permission scope before writing. Use HubSpot's OAuth-backed remote endpoint for CRM data, grant only the scopes required, separate read from write sessions, and require a diff before any record mutation. A silent failure occurs when the OAuth session is valid but points to a different HubSpot portal, user-level application, or object scope; the response looks correct while describing an unintended CRM context. Require portal ID, OAuth application, user identity, object type, record ID, and property scope in every preflight response. HubSpot MCP is strongest when CRM operations remain auditable and portal-scoped rather than becoming invisible side effects of conversational automation.

by HubSpot0 installs
CRMFree

Salesforce DX MCP Server

Connects AI assistants to Salesforce orgs for metadata, development, deployment, and administrative DX workflows.

Salesforce DX MCP changes the unit of control from a copied CLI command to an org-aware agent workflow where authentication, project context, metadata, org aliases, source tracking, and deployment state intersect. Its architectural value is that an assistant can reason over Salesforce DX project structure, org permissions, metadata types, and deployment operations without asking a developer to assemble the context manually. The hidden risk is that an apparently harmless “deploy this” or “fix this metadata” request can target the wrong org, sandbox, package directory, or source-tracked state. Use the official Salesforce DX MCP server through the @salesforce/mcp package, configure only approved toolsets, and require org alias, org ID, project root, package directory, and deployment plan before state-changing operations. A silent failure occurs when the CLI is authenticated successfully but selects a different default org or project root than the operator expects; the operation can succeed while modifying a sandbox or production org unintentionally. Require every response to expose org alias, org ID, username, project directory, package.xml or source path, test level, and validation mode before deploy or metadata mutation. Salesforce DX MCP should be treated as an org administration and development control surface, not a generic CRM query connector.

by Salesforce0 installs
Data ExtractionFree

Scrapfly MCP

Connect AI agents to managed web scraping, extraction, browser rendering, and anti-bot-aware retrieval workflows.

Scrapfly MCP places managed web retrieval behind a typed agent interface, replacing ad-hoc HTTP calls with an operational scraping abstraction layer. Its value is not simply fetching HTML; it coordinates rendering, extraction, response handling, and provider-side execution while returning data to an AI workflow. The hidden failure is semantic completeness: a request can succeed while returning a login wall, regional variant, cached response, or partial page. Record canonical URL, status, locale, rendering mode, content hash, extraction schema, and request ID before allowing Claude to summarize the payload.

by Scrapfly0 installs
AutomationFree

Temporal MCP Server

Provides AI-assisted access to Temporal workflows, schedules, workflow executions, and cluster operations.

Temporal MCP exposes durable workflow state, not ordinary task metadata. A workflow ID, run ID, namespace, task queue, schedule, signal, retry policy, and history determine whether an operation is harmless observation or a change to production orchestration. The architectural advantage is that an agent can reason over workflow lifecycle and execution history through a standard interface, while the hidden danger is confusing a running workflow with a completed run or targeting the wrong namespace. Use a dedicated Temporal identity, namespace restrictions, read-only defaults, and explicit approval before cancel, terminate, signal, schedule, or workflow-start operations. Require the response to include cluster address, namespace, workflow ID, run ID, task queue, workflow type, status, and history length before making a decision. A silent failure occurs when the server connects to a valid cluster but points to a different namespace or workflow run, producing plausible state that does not describe the intended execution. This record represents a community Temporal MCP implementation rather than a guarantee of official Temporal product support; pin the version, review dependencies, and test against a local or staging cluster. Temporal MCP is strongest when it makes workflow identity and durable state explicit, not when it treats orchestration as a generic task list.

by Temporal Community0 installs