๐Ÿค–

MCP Servers for Cline

670 compatible servers

Autonomous coding agent for VS Code

๐Ÿ’ป

Everything

by Anthropic

LocalFeaturedOfficial

Reference/test server with prompts, resources, and tools. Perfect for testing MCP implementations.

coding

Local install ยท updated 29d ago ยท 2026.1.26

๐ŸŒ

Fetch

by Anthropic

LocalFeaturedOfficial

Web content fetching and conversion for efficient LLM usage. Extract readable content from any URL.

apibrowser

Local install ยท updated 29d ago ยท 2026.1.26

๐Ÿ“

Filesystem

by Anthropic

LocalFeaturedOfficial

Secure file operations with configurable access controls. Read, write, and manage files safely.

filesystem

Local install ยท updated 29d ago ยท 2026.1.26

๐Ÿ’ป

Git

by Anthropic

LocalFeaturedOfficial

Tools to read, search, and manipulate Git repositories. Full Git operations support.

codingdevops

Local install ยท updated 29d ago ยท 2026.1.26

๐Ÿง 

Memory

by Anthropic

LocalFeaturedOfficial

Knowledge graph-based persistent memory system. Store and retrieve contextual information.

memoryai
๐Ÿค–

Sequential Thinking

by Anthropic

LocalOfficial

Dynamic and reflective problem-solving through thought sequences.

aicoding
๐Ÿ“‹

Time

by Anthropic

LocalOfficial

Time and timezone conversion capabilities for AI assistants.

productivity
๐ŸŒ

Apify MCP Server

by Apify

Auth requiredFeaturedOfficial

The Apify MCP server gives AI agents access to 6,000+ ready-made cloud scrapers, crawlers, and automation tools on the Apify Store โ€” no infrastructure required. Connect to Apify Actors that extract data from social media platforms (Instagram, TikTok, LinkedIn), search engines (Google, Bing), e-commerce sites (Amazon, eBay), maps (Google Maps), and virtually any website. Each Actor runs in the cloud with managed proxies, browser fingerprinting, and anti-bot bypass built in. Use the Apify MCP server to query Actors by task, stream results directly into your AI context, run custom scraping Actors from your Apify account, and chain multiple data extraction steps in a single workflow. Supports tool filtering to expose only the Actors you need, and integrates with Apify's RAG web browser Actor for retrieval-augmented generation use cases.

browserapisearch

Checked 7d ago

๐Ÿ’ป

GitHub MCP Server

by GitHub

Auth requiredFeaturedOfficial

The GitHub MCP server is GitHub's official Model Context Protocol integration, giving AI assistants like Claude and Cursor direct, authenticated access to the GitHub platform and its full developer surface. With this MCP server, you can ask your AI to read and write repository files, create and merge branches, open and review pull requests, comment on and close issues, trigger GitHub Actions workflows, search across code repositories with GitHub's code search, and inspect commit history โ€” all through natural-language prompts in your AI interface. Developers use it to supercharge code review workflows, automate issue triage, generate PR descriptions from diffs, bulk-update repository settings, and wire AI agents into CI/CD pipelines. The GitHub MCP server connects via a GITHUB_PERSONAL_ACCESS_TOKEN environment variable with scopes for the operations you need, keeping authentication clean and auditable. Install with Docker: `docker run -e GITHUB_PERSONAL_ACCESS_TOKEN=<token> ghcr.io/github/github-mcp-server` โ€” or configure it as a remote MCP server in Claude Desktop, Cursor, VS Code, Windsurf, and Cline. With over 8,000 GitHub stars, it is the most widely deployed official code-platform MCP server and the reference implementation for AI-native GitHub automation.

codingdevops

Checked 7d ago

๐Ÿ’ป

GitLab

by GitLab

Auth requiredFeaturedOfficial

GitLab's official MCP server enabling AI tools to securely access GitLab project data, manage issues, and perform repository operations via OAuth 2.0.

codingdevops

Checked 7d ago

โ˜๏ธ

AWS MCP Servers

by AWS

LocalFeaturedOfficial

AWS Labs maintains a monorepo of specialized, open-source MCP servers that bring AWS best practices directly into AI-assisted development workflows, spanning infrastructure, data, AI/ML, cost management, and healthcare/life-sciences domains. Rather than one monolithic server, the project ships dozens of focused servers you install individually depending on the task: the AWS Documentation MCP Server for real-time official docs and API references, dedicated servers for Terraform/CDK/CloudFormation infrastructure-as-code, container and serverless platforms (ECS, EKS, Lambda), SQL/NoSQL databases (DynamoDB, RDS, Aurora), search and analytics (OpenSearch), messaging (SQS/SNS), and cost/billing analysis. Most servers install via uvx with a package name like awslabs.aws-documentation-mcp-server, run locally over stdio, and use standard AWS credential chains (IAM roles, profiles, or access keys) rather than exposing raw account credentials to the model. AWS also now offers a managed, remote "AWS MCP Server" (in preview) that combines full API coverage with pre-built agent SOPs, syntactically validated API calls, and complete CloudTrail audit logging for teams that want centralized governance instead of running servers locally. The Getting Started with Kiro/Cursor/VS Code/Claude Code sections in the repo provide one-click install configs for each server, making it straightforward to wire up only the AWS services a given project actually touches.

clouddevops

Local install ยท updated 18d ago ยท 2026.06.20260625003520

โ˜๏ธ

Cloudflare MCP Server

by Cloudflare

LiveFeaturedOfficial

Cloudflare's official mcp-server-cloudflare repo ships 13+ remote, domain-specific MCP servers rather than one monolith โ€” Documentation, Workers Bindings (storage/AI/compute primitives), Workers Builds, Observability (logs/analytics), Container sandboxes, Browser Rendering (fetch pages, convert to markdown, screenshots), Logpush health, AI Gateway (prompt/response search), Audit Logs, DNS Analytics, Digital Experience Monitoring, Cloudflare One CASB, and GraphQL analytics, each hosted at its own `*.mcp.cloudflare.com/mcp` endpoint over Streamable HTTP (SSE is deprecated but still supported). For broad, code-execution-style access across many Cloudflare products at once, Cloudflare separately publishes a Code Mode server at mcp.cloudflare.com (repo: cloudflare/mcp) โ€” pick domain-specific servers when you want curated, typed tools for one product area (e.g. just Workers or just DNS), and Code Mode when you want fewer, more general-purpose tools. Clients without native remote-MCP support connect via `npx mcp-remote https://<subdomain>.mcp.cloudflare.com/mcp` in their config; clients like the Cloudflare AI Playground accept the URL directly. OpenAI Responses API integration is also documented, requiring a scoped Cloudflare API token per server (e.g. Browser Rendering needs specific dashboard-generated permissions). Typical use: "show me why my Worker is erroring" pulls real-time observability data, or "summarize this URL" drives the Browser Rendering server to fetch and convert a live page to markdown.

clouddevops

Checked 7d ago

๐ŸŒ

Browserbase

by Browserbase

LocalFeatured

Automate browser interactions in the cloud (web navigation, data extraction, form filling, and more).

browserapi

Local install ยท updated 2mo ago ยท v3.0.0

๐ŸŒ

Firecrawl MCP Server

by Firecrawl

Auth requiredFeatured

The Firecrawl MCP server gives your AI assistant the ability to crawl, scrape, and extract structured data from any website โ€” turning raw HTML into clean, LLM-ready Markdown or JSON in seconds. Built by the Firecrawl team, it exposes tools for single-page scraping, deep site crawls (following internal links), and batch URL extraction, all with JavaScript rendering handled automatically so dynamic content is never missed. Developers use it to automate competitive research, build live knowledge bases, extract pricing tables, monitor documentation changes, or feed structured web data into RAG pipelines โ€” all through natural-language prompts without writing a single scraper script. The Firecrawl MCP server handles rate limiting, retries, and proxy rotation behind the scenes. Authentication requires a Firecrawl API key (free tier available). Install with: npx firecrawl-mcp. Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. With Firecrawl, any public webpage becomes a structured data source your AI can reason over, compare, and act on โ€” making it the go-to MCP server for web data extraction workflows.

browserapisearch

Checked 7d ago ยท last healthy 12d ago

๐Ÿ”

Exa MCP Server

by Exa Labs

LiveFeaturedOfficial

Exa's official MCP server connects AI assistants to a search engine purpose-built for AI, using neural embeddings to match on meaning rather than keywords so agents get clean, ready-to-use content instead of a page of blue links to re-parse. The default tool set covers web_search_exa for quick topical lookups and web_search_advanced_exa for full control over domains, date ranges, and content filters, plus specialized tools for code_search (searching real-world code and GitHub), company_research (building company profiles, competitor lists, and financials), crawling/web_fetch (pulling clean content from a specific URL), people_search and linkedin_search (public professional-profile lookups), and deep_researcher_start/check for long-running multi-step research tasks backed by Exa's Research API. The server is hosted at https://mcp.exa.ai/mcp โ€” no local process to run โ€” and connects via one-line setup in Cursor, VS Code, Claude Code, Claude Desktop (available as a native Connector), Codex, OpenCode, Windsurf, and Antigravity, authenticated with an EXA_API_KEY from the Exa dashboard. Tool exposure is tunable per client via a ?tools= query parameter on the endpoint URL, letting teams ship narrow, purpose-built configurations (e.g. company-research-only or LinkedIn-only agents) instead of exposing the full surface, and Exa ships ready-made Claude Skills/agent definitions for common patterns like company research and people search with built-in query-variation and token-isolation guidance.

searchai

Checked 7d ago

๐Ÿ”

Brave Search MCP Server

by Brave

LocalFeaturedOfficial

The Brave Search MCP Server is the official server from Brave that gives AI assistants privacy-first web search through the independent Brave Search API โ€” no tracking, no profiling, and results drawn from Brave's own web index rather than Google or Bing. It exposes five distinct tools that map directly to the Brave Search API endpoints: brave_web_search for general queries with pagination, freshness filters, and safe-search controls; brave_local_search for businesses, restaurants, and points of interest with automatic location filtering; brave_news_search for recent articles and current events; brave_image_search for image discovery; and brave_video_search for finding videos across the web. Authentication uses a single BRAVE_API_KEY (free tier available at brave.com/search/api) or a mounted BRAVE_API_KEY_FILE for Docker-secret setups. Install in Claude Desktop, Cursor, Windsurf, or VS Code with one npx command and choose stdio or streamable-HTTP transport. Because Brave operates its own crawler and index, the Brave Search MCP server is a strong choice for developers who want an alternative to Google-dependent search tools, need reproducible non-personalized results, or care about data privacy in agent workflows โ€” Claude can pull fresh web context, verify facts, and research topics without leaking queries to ad-tech pipelines.

search

Local install ยท updated 18d ago ยท v2.0.85

๐Ÿ“‹

Notion MCP Server

by Notion

Auth requiredFeaturedOfficial

The Notion MCP Server is the official integration from Notion that connects AI assistants directly to your Notion workspace via the Notion REST API. With 3,500+ GitHub stars, it is the canonical MCP tool for bringing Notion's knowledge management capabilities into Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. The server exposes a rich set of tools: search your entire workspace by keyword and return matching pages and databases; retrieve full page content and block trees; create new pages inside any parent page or workspace section; update, append, or delete block content on existing pages; list all databases your integration has access to; query database entries with filter and sort parameters; retrieve individual blocks or nested children by block ID; and add comments to pages. Authentication uses a Notion integration token โ€” create an internal integration at notion.so/my-integrations, share specific pages or databases with it, and set NOTION_API_KEY in your environment. Install with a single npx command. The Notion MCP Server is especially powerful for AI workflows that span documentation retrieval, project planning, and knowledge capture โ€” Claude can read product specs from Notion, draft new pages from conversation output, log structured data into databases, and search across thousands of notes without any manual copy-paste.

productivityapi

Checked 7d ago

๐Ÿ“‹

Linear MCP Server

by Linear

Auth requiredFeaturedOfficial

The Linear MCP server connects your AI assistant directly to Linear's project management platform via an officially hosted remote endpoint at mcp.linear.app โ€” no local installation required. This is Linear's own first-party server, authenticated with OAuth 2.1 and centrally managed so you always run the latest version without updates. Available tools let you search issues by keyword, team, cycle, or filter; create new issues with title, description, and assignee; update status, priority, labels, and comments; and navigate Linear's project and cycle structure. In Claude Code, add it with: `claude mcp add --transport http linear-server https://mcp.linear.app/mcp`, then run /mcp to complete the OAuth flow. For older clients, use the mcp-remote bridge for backwards compatibility. Claude Desktop and Claude.ai users can connect via Settings > Connectors. Cursor and Codex have native support via their MCP config. Linear is used by thousands of engineering and product teams to plan, track, and ship software โ€” the Linear MCP server brings that data into every AI-powered workflow without copy-paste or context-switching.

productivitycoding

Checked 7d ago

๐Ÿ’ฌ

Slack MCP Server

by Ivan Korotovsky

LocalFeatured

The Slack MCP server (built by Ivan Korotovsky) connects AI assistants like Claude, Cursor, and Windsurf directly to Slack workspaces, enabling conversational access to your team communication channels without requiring workspace admin approval for a bot install. Its standout feature is a "no permission" stealth mode โ€” it authenticates using your own personal Slack session tokens (xoxc/xoxd, or a stored browser session) rather than requiring a Slack App with OAuth scopes, so it works even in locked-down workspaces where you cannot create bots. It also supports full OAuth Bot Token auth and Enterprise/GovSlack deployments for teams that prefer a conventional app install. Tools exposed include reading channel and DM/group-DM history with smart pagination, searching messages across the workspace, posting messages and thread replies, listing channels and users, and adding reactions. Common use cases include automating standups by posting summaries directly to team channels, searching past Slack conversations to surface decisions or context, monitoring specific channels for keywords or alerts, and drafting replies to thread discussions โ€” all from natural-language prompts. Supports both Stdio and SSE transports plus proxy configuration for corporate networks. Install with: `npx slack-mcp-server@latest --transport stdio`. A separate official-style integration exists from Zencoder (@zencoderai/slack-mcp-server) for teams that prefer standard Bot Token OAuth over session-token auth. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

communication
๐ŸŒ

HubSpot MCP Server

by HubSpot

Auth requiredOfficial

The HubSpot MCP Server is HubSpot's official Model Context Protocol integration, giving AI assistants direct read and write access to your CRM data โ€” contacts, companies, deals, tickets, and pipelines โ€” without leaving your conversation. Built and maintained by HubSpot, the server connects to the HubSpot APIs using your private app access token and exposes tools that let Claude search contacts by email or name, retrieve company records, create and update deal stages, log notes on CRM objects, list pipeline stages, and query ticket queues. This eliminates the round-trip of switching tabs to look up a contact or manually log an interaction. Setup requires a HubSpot account with a Private App โ€” create one at app.hubspot.com/private-apps, grant the scopes your workflow needs (contacts read/write, crm.objects.deals, crm.objects.tickets), and copy the generated access token into your environment as HUBSPOT_ACCESS_TOKEN. Once connected, Claude can power CRM workflows like: "Find all contacts at Acme Corp and list their recent activity," "Create a new deal in the Prospecting stage for $15,000," or "Log a meeting note on this contact." The server supports Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client. It is especially valuable for sales, RevOps, and support teams who want AI-assisted CRM work without manual data entry or tab-switching.

apiproductivity

Checked 7d ago

๐Ÿ’ฐ

Stripe MCP Server

by Stripe

Auth requiredFeaturedOfficial

The Stripe MCP server is Stripe's official Model Context Protocol integration, giving AI assistants direct access to your Stripe account through natural-language interactions. Built and maintained by Stripe as part of the stripe/agent-toolkit repository, this server exposes payment infrastructure as callable MCP tools: create and retrieve customers, generate payment intents, list products and prices, manage subscriptions, query invoice history, and look up charge details โ€” all from within Claude, Cursor, or any MCP-compatible AI client. The Stripe MCP server is designed for indie developers, fintech teams, and SaaS operators who want to query payment data, draft refund workflows, debug failed charges, or generate revenue reports without opening the Stripe Dashboard. Authentication requires a Stripe Secret Key (sk_live_... for production, sk_test_... for sandbox testing). Real-world workflows include asking Claude to summarize yesterday's failed payments, list customers whose subscriptions expire this week, generate subscription cohort breakdowns, or draft dunning email copy based on at-risk MRR segments โ€” all grounded in live Stripe data. Install via npm as part of the agent-toolkit package. Works with Claude Desktop, Cursor, VS Code, Windsurf, and Cline.

financeapi

Checked 7d ago

๐Ÿ—„๏ธ

MongoDB MCP Server

by MongoDB

LocalFeaturedOfficial

The MongoDB MCP server is the official Model Context Protocol integration from MongoDB, giving AI assistants conversational access to both MongoDB Community Server and MongoDB Atlas cloud databases. With this MCP server, developers can ask Claude, Cursor, or Windsurf to query collections with natural-language filters that translate to MongoDB query syntax, run aggregation pipelines for analytics, insert and update documents, inspect collection schemas and index definitions, list databases and collections, and even manage Atlas clusters โ€” all without leaving the AI interface. Common workflows include debugging slow queries by asking the AI to explain query plans, generating sample data for development environments, building dynamic dashboards by asking Claude to aggregate and summarize collection data, and automating routine maintenance like dropping orphaned indexes or counting documents matching conditions. The server works with MongoDB Atlas (via Atlas connection string) and self-hosted MongoDB 4.4+ instances. Authentication uses a standard MongoDB URI. Install with: `npx mongodb-mcp-server`. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and all MCP-compliant clients. With official backing from the MongoDB team and strong community adoption, this is the definitive MCP server for MongoDB AI integration.

database
๐Ÿ—„๏ธ

PostgreSQL MCP Server

by Anthropic

LocalOfficial

The PostgreSQL MCP server is an official Model Context Protocol server maintained by Anthropic that gives AI assistants read-only access to PostgreSQL databases. By connecting Claude Desktop, Cursor, or VS Code to a running Postgres instance, developers can ask natural-language questions about their data schema, run exploratory SQL queries, inspect table structures, list available schemas, and analyze query results โ€” all without leaving their AI chat interface. The server operates in read-only mode by design, preventing any accidental data mutations, making it safe to connect against production databases for reporting, debugging, and data exploration workflows. Core tools include executing SELECT queries, listing tables and schemas, describing column types and constraints, and inspecting indexes. Setup requires a running PostgreSQL instance and a standard connection string in postgres:// format. Install via npx using the @modelcontextprotocol/server-postgres package, passing your database URI as an argument. Teams use it to power data analysis conversations, generate schema documentation automatically, debug production data anomalies by asking Claude to inspect table contents, and build ad-hoc reports through natural-language SQL generation. Works with any PostgreSQL 12+ instance including Amazon RDS, Supabase, Neon, and self-hosted deployments.

database
๐Ÿ—„๏ธ

SQLite MCP Server

by Anthropic

LocalOfficial

The SQLite MCP server is an official Anthropic reference implementation that gives AI assistants direct, conversational access to SQLite databases โ€” the world's most widely deployed database engine. Through natural language, you can ask Claude or Cursor to run SELECT queries, insert and update rows, inspect table schemas, create new tables, and generate business intelligence reports without writing a single SQL statement manually. Common use cases include exploring local data files, prototyping application schemas, auditing CSV imports, running ad-hoc analytics on app databases, and letting AI agents manage lightweight structured storage during agentic workflows. The server exposes tools for query execution, schema introspection, and memo-style business insights that synthesize query results into readable summaries. It requires a path to an existing .db file as a startup argument. Install with: npx @modelcontextprotocol/server-sqlite /path/to/your-database.db. Works with Claude Desktop, Cursor, VS Code, and all MCP-compatible clients. For developers who want AI to reason directly over structured data stored locally, the SQLite MCP server is the fastest path from question to answer without leaving your AI chat interface.

database
๐Ÿ—„๏ธ

Redis MCP Server

by Anthropic

LocalOfficial

The Redis MCP server is an official Anthropic reference implementation that lets AI assistants interact with Redis key-value stores for caching, session management, pub/sub messaging, and real-time data operations. Redis is the most popular in-memory data store, widely used for rate limiting, leaderboards, job queues, and ephemeral session state โ€” and this MCP server brings all of that within reach of natural-language AI prompts. With it, you can ask Claude or Cursor to get and set string/hash/list/set/sorted-set values, inspect TTLs, flush specific keys, publish messages to channels, and scan keyspaces for debugging โ€” all without opening redis-cli. Developers use it during backend debugging sessions, to inspect live cache state, to manage feature flags stored in Redis, and to wire AI agents into event-driven architectures via pub/sub. The server connects to a Redis instance via a connection URL (defaults to redis://localhost:6379). Install with: npx @modelcontextprotocol/server-redis. Works with Claude Desktop, Cursor, VS Code, and any MCP-compatible client. It is the reference implementation for Redis + AI integration in the MCP ecosystem.

database
๐Ÿ—„๏ธ

Supabase MCP Server

by Supabase

Auth requiredFeatured

The Supabase MCP server brings the power of your Supabase backend directly into your AI assistant, enabling conversational access to database, authentication, storage, and edge function features. With this server, developers can ask Claude or Cursor to query Postgres tables, inspect database schemas, manage user auth flows, upload or read files from Supabase Storage buckets, and test Edge Functions without ever leaving their IDE or chat window. This dramatically accelerates backend development and debugging by letting AI agents both read live state and perform safe, constrained operations against your project. Common use cases include asking the AI to "generate a SQL migration for a new profiles table and apply it", "check why the last auth webhook failed in the logs", or "list all users who signed up today and export their emails". It requires a Supabase Management API token and your project reference ID to authenticate. Perfect for full-stack developers building Next.js apps with Supabase, it effectively turns your AI into an expert database administrator and backend co-pilot that inherently understands your project's specific schema and row-level security policies.

databasecloud

Checked 7d ago

๐Ÿ—„๏ธ

Neon MCP Server

by Neon

Auth requiredOfficial

The Neon MCP Server (neondatabase/mcp-server-neon) is Neon's official, open-source bridge between natural language and the Neon serverless Postgres platform. It translates conversational requests into Neon API and SQL calls, letting Claude, Cursor, VS Code, and other MCP clients create projects and branches, run queries, inspect schemas, and perform database migrations without hand-writing SQL or hitting the API directly. A standout capability is migration support built on Neon's branching: the server can spin up a branch, apply and test a schema change there, and only then merge it โ€” so an assistant can safely run "add a created_at column to the users table" against an isolated copy first. The easiest setup is the remote hosted server at https://mcp.neon.tech/mcp, which supports both OAuth (no API key to manage) and API-key auth via the Authorization header; run `npx neon@latest init` for one-command configuration of Cursor, VS Code (Copilot), and Claude Code, or `npx add-mcp https://mcp.neon.tech/mcp` to register it across all detected editors. Requires Node.js 18+ and a free Neon account; if IP Allow is enabled, whitelist the mcp.neon.tech static IPs. Neon explicitly scopes this server to local development and IDE workflows โ€” its README warns against production use since natural-language commands can execute powerful, irreversible database operations, so always review actions before authorizing them.

databasecloud

Checked 7d ago

๐Ÿ—„๏ธ

ClickHouse

by ClickHouse

LocalOfficial

Query your ClickHouse database server for analytics workloads.

databaseanalytics
๐Ÿ—„๏ธ

Neo4j

by Neo4j

Local

Neo4j graph database server (schema + read/write-cypher) and graph database backed memory.

databasememory
๐Ÿ—„๏ธ

Milvus

by Zilliz

Local

Search, Query and interact with data in your Milvus Vector Database.

databaseai
๐Ÿ—„๏ธ

Chroma

by Chroma

LocalFeatured

Embeddings, vector search, document storage, and full-text search with the open-source AI application database.

databaseaimemory

Local install ยท updated 10mo ago ยท v0.2.6

โ˜๏ธ

Vercel MCP Server

by Vercel

Auth requiredFeaturedOfficial

The Vercel MCP server is a powerful Model Context Protocol integration that allows AI assistants like Claude, Cursor, and Cline to interact directly with your Vercel infrastructure. It exposes essential platform capabilities as AI-callable tools, meaning you can manage projects, trigger deployments, inspect build logs, and configure custom domains via natural language prompts. For frontend developers and DevOps teams working within the Vercel ecosystem, this eliminates the need to constantly context-switch between an IDE, terminal, and the Vercel dashboard. You can simply ask your AI agent to "check the status of the latest production deployment", "fetch the build logs for the staging environment and identify the Next.js hydration error", or "list all environment variables for the current project". By bridging the gap between your codebase and your hosting platform, the Vercel MCP server turns your AI assistant into an embedded DevOps engineer capable of diagnosing build failures and managing serverless deployments in real time. Vercel ships this as an official hosted (remote) MCP server at https://mcp.vercel.com โ€” there is no package to install locally. Connect an MCP client to that URL and authenticate through the browser-based OAuth flow, which scopes access to the Vercel teams and projects your account can already reach rather than a long-lived Personal Access Token. For example, add it to Claude Code with `claude mcp add --transport http vercel https://mcp.vercel.com`, then complete the OAuth consent screen; the repo vercel/vercel-mcp-overview is the official public overview of this server, with full docs at vercel.com/docs/mcp/vercel-mcp.

clouddevops

Checked 7d ago

โ˜๏ธ

Netlify MCP Server

by Netlify

LocalOfficial

The Netlify MCP Server is Netlify's official Model Context Protocol integration (netlify/netlify-mcp), acting as a bridge between AI coding agents and the Netlify API/CLI so they can create, build, deploy, and manage Netlify projects using natural-language prompts instead of manual dashboard clicks or hand-written API calls. Installed via `npx -y @netlify/mcp` (requires Node.js 22+, and the Netlify CLI installed globally for the best experience), it connects to Windsurf, Cursor, Claude Desktop/Code, VS Code Copilot, Cline, Warp, LM Studio, and any other MCP-compatible client, with one-click install links published for several of them. Core capabilities include creating and managing sites, triggering and monitoring deploys, modifying access controls and team permissions, installing or uninstalling Netlify extensions, fetching user/team/site metadata, and creating or updating environment variables and secrets. Authentication runs through the Netlify CLI's existing login session, so agents inherit whatever account/team access the developer already has rather than requiring a separately scoped token. Typical use: ask Claude to "deploy the current branch as a preview and give me the URL" or "add a STRIPE_SECRET_KEY environment variable to the production site" and the agent executes the equivalent Netlify CLI/API calls directly, which is useful for developers who want deploy and config management folded into an AI pair-programming workflow instead of context-switching to the Netlify dashboard.

clouddevops
๐Ÿ”ง

Docker MCP Server

by Docker

LocalFeaturedOfficial

The Docker MCP server connects your AI assistant directly to your local or remote Docker daemon, exposing container lifecycle management and image orchestration as Model Context Protocol tools. With this integration, developers can prompt Claude, Cursor, or Windsurf to inspect running containers, view real-time logs, build new images from Dockerfiles, start and stop services using Docker Compose, and prune unused system resources through natural language. Rather than switching to a terminal to type complex docker inspect commands, you can simply ask your AI to "find out why the postgres container keeps crashing" or "tail the last 100 lines of the frontend container logs and find the React error". This is a game-changer for DevOps engineers, backend developers, and system administrators who want to streamline container debugging, automate compose cluster orchestration, and troubleshoot networking issues faster. The server interacts securely with the Docker Engine API, meaning it can both read system state and execute commands like port binding or volume inspection. It works cross-platform wherever Docker Desktop or the Docker daemon is running. Docker's official implementation ships as the Docker MCP Gateway (docker/mcp-gateway), a `docker mcp` CLI plugin that acts as a single secure gateway in front of many containerized MCP servers from the Docker MCP Catalog โ€” each downstream server runs in its own isolated container with resource limits and secret injection, so an assistant connects once to the gateway instead of wiring up dozens of individual servers. Start it with `docker mcp gateway run`, then point Claude Desktop, Cursor, or another client at the gateway; `docker mcp server enable <name>` toggles which catalog servers (including the Docker/container-management tools) are exposed. This container-per-server isolation is the key security benefit over running MCP servers directly on the host.

devopscloud
๐ŸŒ

Puppeteer

by Anthropic

Local

Browser automation and web scraping with Puppeteer.

browser
๐ŸŒ

Playwright MCP Server (ExecuteAutomation)

by ExecuteAutomation

LocalFeatured

ExecuteAutomation's Playwright MCP Server is a community-maintained browser automation server (5,500+ GitHub stars) distinct from Microsoft's official microsoft/playwright-mcp โ€” it leans further into test generation and visual workflows rather than pure accessibility-tree navigation. Beyond standard navigate/click/fill/screenshot tools, it can generate Playwright test code from a live browsing session, scrape full page content and structured data, execute arbitrary JavaScript in the page context, and drive API testing (GET/POST/PUT/PATCH/DELETE requests) alongside the browser tools. A standout feature is 143 real device presets for responsive testing โ€” a single call like playwright_resize({ device: "iPhone 13" }) swaps in the correct viewport, user-agent, touch support, and device pixel ratio, and natural-language prompts like "test on iPad landscape" work directly through Claude. Install via `npm install -g @executeautomation/playwright-mcp-server`, Smithery, mcp-get, or the one-line `claude mcp add --transport stdio playwright npx @executeautomation/playwright-mcp-server` for Claude Code; VS Code one-click installers are also published. No API keys are required โ€” it launches and drives a local Chromium/Firefox/WebKit browser directly. Choose this over Microsoft's official server when you specifically need auto-generated Playwright test scripts, JS execution, or device-emulation testing; choose Microsoft's for pure lightweight accessibility-tree page navigation.

browsercoding
๐Ÿ”ง

Sentry MCP Server

by Sentry

Auth requiredOfficial

The Sentry MCP Server is Sentry's official Model Context Protocol integration, purpose-built for human-in-the-loop coding agents like Claude Code, Cursor, and Windsurf. Rather than exposing every Sentry API endpoint, it focuses tightly on developer debugging workflows: searching and triaging issues, pulling stack traces and event details, inspecting performance traces, and querying project/team/org metadata in natural language. The primary deployment is a hosted remote MCP server at mcp.sentry.dev, built on Cloudflare's remote-MCP infrastructure, so most users connect with zero local setup โ€” just add the remote URL to their client. For self-hosted Sentry instances or local development, a stdio transport is also available via npx @sentry/mcp-server, authenticated with a Sentry User Auth Token scoped to org:read, project:read, project:write, team:read, team:write, and event:write. AI-powered search tools (search_events, search_issues) translate natural-language queries into Sentry's query syntax, but require a configured LLM provider (OpenAI, Azure OpenAI, Anthropic, or OpenRouter) โ€” all other tools work without one. Claude Code users can also install it as a plugin (claude plugin install sentry-mcp@sentry-mcp) for automatic subagent delegation whenever a conversation touches Sentry errors, issues, or traces. This turns "why did this deploy break in production" into a direct conversational debugging session instead of tab-switching into the Sentry dashboard.

devopsanalytics

Checked 7d ago

๐Ÿ“Š

Datadog MCP Server

by Datadog

LocalOfficial

The Datadog MCP Server is Datadog's official Model Context Protocol integration that connects AI assistants directly to your Datadog observability platform โ€” metrics, logs, APM traces, infrastructure, and monitors. Built and maintained by Datadog, the server uses your API and application keys to expose tools for querying live time-series metrics with full DQL expressions, searching log events with Datadog Log Management query syntax, retrieving distributed APM traces and service performance summaries, listing infrastructure hosts and their tags, and checking the status of Datadog monitors and downtime windows. This gives Claude real-time visibility into your production systems: ask "What's the p99 latency for the payments service over the last hour?" or "Find all ERROR-level logs from the auth service since the last deploy," and receive answers backed by live Datadog data rather than stale dashboards. Authentication requires a Datadog API key (DD_API_KEY) and an Application key (DD_APP_KEY) with appropriate scope โ€” both available from Organization Settings > API Keys and Application Keys in the Datadog UI. Set DD_SITE to your Datadog region (e.g., datadoghq.com, datadoghq.eu, or us3.datadoghq.com). Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client. Especially powerful for SRE, DevOps, and on-call workflows where engineers need AI to correlate metrics, logs, and traces during incident response without context-switching away from their conversation.

analyticsdevops
๐Ÿ“Š

Grafana MCP Server

by Grafana Labs

LocalOfficial

The official Grafana MCP server connects Claude and other AI assistants directly to your Grafana instance and its surrounding observability ecosystem, turning natural-language questions into dashboard lookups, incident investigations, and datasource queries. Dashboard tools cover search, retrieval, JSONPath-scoped property extraction, patch-based editing, and per-panel query/datasource introspection, with context-window-aware helpers like get_dashboard_summary so an agent never has to pull a full multi-megabyte dashboard JSON just to answer a simple question. Query tools speak PromQL against Prometheus (including histogram-percentile helpers), LogQL against Loki, and native query languages for InfluxDB, ClickHouse, CloudWatch, Graphite, Athena, Snowflake, Elasticsearch/OpenSearch, and Quickwit datasources โ€” most gated behind opt-in --enabled-tools flags to keep the default tool surface lean. It also wraps Grafana Incident for creating and updating incidents, Sift for automated error-pattern and slow-request investigations, full alerting CRUD (rules, contact points, notification policies) across Grafana-managed and external Alertmanager sources, Grafana OnCall schedule/shift/alert-group management, RBAC-gated admin tools for teams/users/roles, deeplink generation so the LLM never has to guess a dashboard URL, annotations, snapshots, PNG rendering via the Grafana Image Renderer, and provisioning-repo validation for git-sync workflows. Ships as a Go binary or via uvx, authenticates with a Grafana service account token (Editor role or granular RBAC scopes), and every tool category can be individually disabled to control context-window usage.

analyticsdevops
๐Ÿ“Š

Axiom

by Axiom

LocalOfficial

Query and analyze your Axiom logs, traces, and all other event data in natural language.

analyticsdevops
๐Ÿค–

OpenAI

by OpenAI

LocalOfficial

OpenAI does not publish a dedicated, first-party "MCP server" for its own API โ€” a `openai/mcp-server` repo does not exist. Instead, OpenAI's official open-source contribution to the MCP ecosystem is on the client side: openai/openai-agents-python (27,000+ stars), a lightweight framework for building multi-agent workflows with the OpenAI API that ships native support for connecting to MCP servers as a tool source, letting an OpenAI-model-powered agent call out to any MCP server (filesystem, GitHub, databases, etc.) the same way a Claude-based agent would. In other words, OpenAI's MCP investment is "consume MCP tools from an OpenAI agent," not "expose OpenAI itself as an MCP server." Teams that specifically want to call OpenAI's chat, embeddings, or image-generation endpoints as MCP tools from Claude, Cursor, or another MCP client instead rely on small community-built wrapper servers around the OpenAI SDK, authenticated with an `OPENAI_API_KEY`, exposing tools like generate_completion, generate_embedding, or generate_image. Typical use of the Agents SDK side: build a Python agent that uses GPT models for reasoning while pulling live context through an MCP filesystem or web-search server. Update this entry if OpenAI ships a genuine first-party MCP server for its own API in the future.

ai
๐Ÿค–

Hugging Face

by Hugging Face

LiveFeaturedOfficial

Connect to Hugging Face Hub APIs - search spaces, papers, explore datasets and models.

aisearch

Checked 7d ago

๐Ÿค–

Langfuse

by Langfuse

LocalOfficial

Open-source tool for collaborative editing, versioning, evaluating, and releasing prompts.

aicoding
๐Ÿ’ป

E2B

by E2B

LocalFeaturedOfficial

Run code in secure sandboxes hosted by E2B for safe code execution.

codingcloud

Local install ยท updated 3mo ago ยท @e2b/python-mcp-server@0.1.1

๐Ÿ’ป

Figma MCP Server

by Figma

Auth requiredFeaturedOfficial

The Figma MCP Server connects AI coding assistants directly to your Figma design files, enabling real-time access to design tokens, component properties, frame layouts, and node data without leaving your editor. Figma's official MCP integration runs via the Figma Desktop app's Dev Mode โ€” select any frame, component, or layer in your design and Claude, Cursor, or other MCP-compatible clients can read exact colors, typography, spacing, auto-layout properties, and component variants to generate pixel-accurate implementation code. The popular community alternative, Figma-Context-MCP by GLips (6,000+ GitHub stars), uses your Figma Personal Access Token (created in Figma Settings > Personal Access Tokens) to fetch any file your account can access, exposing tools to get full Figma document JSON, retrieve specific nodes by ID, list components with properties, extract text content from frames, and download rendered images of individual nodes. This approach works without the Figma Desktop app and is compatible with Claude Desktop, Windsurf, and Cline. Both routes give Claude the ability to read your exact design specs and translate Figma layouts into accurate React, Tailwind, or plain HTML/CSS code โ€” eliminating the guesswork of approximating designs from screenshots or verbal descriptions. The Figma MCP Server is most powerful in front-end development workflows where design-to-code fidelity matters.

codingmedia

Checked 7d ago

๐Ÿ’ฌ

Twilio MCP Server

by Twilio

LocalOfficial

Twilio's official MCP server, built by the Twilio Alpha team and published as @twilio-alpha/mcp, exposes the entirety of Twilio's public API surface to AI assistants over the Model Context Protocol. Rather than hand-writing tool wrappers, the server auto-generates MCP tools directly from Twilio's OpenAPI specs, so it stays in sync with new Twilio products (Voice, Messaging/SMS, Verify, Lookup, Conversations, and more) as they ship. Because a full API surface can blow past an LLM's context window, the server supports --services and --tags flags to scope which Twilio products are loaded into a given session, keeping tool lists small and relevant. Authentication uses a Twilio Account SID paired with an API Key/Secret pair (created in the Twilio Console), passed as a single credential string at launch rather than long-lived account credentials. The monorepo also ships a companion openapi-mcp-server package that can turn any OpenAPI spec into an MCP server using the same generator, useful for teams building on top of Twilio's partner or vertical APIs. Twilio's security guidance explicitly recommends against running community MCP servers alongside the official one to reduce the risk of a compromised third-party tool touching production SMS, voice, or verification workflows tied to real phone numbers and customer data.

communicationapi
๐Ÿ’ฌ

SendGrid

by Twilio

LocalOfficial

Send emails and manage email templates with SendGrid.

communicationapi
๐Ÿ’ฌ

Resend MCP Server

by Resend

LocalOfficial

The Resend MCP Server is Resend's official Model Context Protocol integration, letting AI assistants send and receive transactional email, manage contacts, broadcasts, and domains directly from Claude, Cursor, or any MCP-compatible client. Resend offers two ways to connect: a fully hosted remote server at mcp.resend.com (Streamable HTTP, no local install, OAuth login on first connect) that works well for Claude web/desktop and Cursor, or the same open-source code run locally via `npx resend-mcp` (published to npm as `resend-mcp`) using stdio or HTTP transport for CI, headless agents, or self-hosted setups. Authentication is either OAuth (hosted mode, browser-based) or a Resend API key passed as a Bearer token โ€” handy for servers where a browser login isn't possible. Setup is documented for Claude Code, Claude Desktop/web, Cursor, Windsurf, Codex, and GitHub Copilot in VS Code. Typical use: ask Claude to "send a welcome email to this new signup using our verified domain" or "list contacts added to the newsletter audience this week," and the MCP server routes the request through your existing Resend account โ€” no custom SMTP or REST integration code required. With 546+ GitHub stars, it's one of the most widely adopted first-party MCP servers in the email/transactional-messaging category.

communicationapi
๐Ÿ“‹

Google Drive MCP Server

by Anthropic

LocalOfficial

The Google Drive MCP Server is Anthropic's official Model Context Protocol integration for Google Drive, enabling AI assistants to search, read, and interact with files stored in your Drive workspace. Part of the original modelcontextprotocol/servers collection, this integration exposes Google Drive's file system as callable MCP tools: search files by name or content across your entire Drive, read the contents of Google Docs and Google Sheets as plain text, list files in specific folders, retrieve file metadata including owner, last modified date, and sharing settings, and export native Google Workspace documents to accessible formats. Real-world use cases include asking Claude to "find my Q2 budget spreadsheet and summarize it," "search all my Drive for documents about the product roadmap," or "read the meeting notes from last week's team sync." Authentication requires Google OAuth 2.0 credentials โ€” create a project in Google Cloud Console, enable the Drive API, download the credentials.json file, and complete the one-time authorization flow on first run. Install via npm using: `npx @modelcontextprotocol/server-gdrive`. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and Cline. Ideal for knowledge workers who want AI-assisted document retrieval and content summarization without manually navigating Google Drive.

productivityfilesystem
๐ŸŒ

Google Maps

by Google

LocalOfficial

Location services, directions, and place details from Google Maps Platform.

api
๐Ÿ“

Dropbox MCP Server

by amgadabdelhafez

Auth required

dbx-mcp-server (amgadabdelhafez/dbx-mcp-server) is a community-built MCP server that gives AI assistants full read/write access to a Dropbox account through Dropbox's public API. Tools cover core file operations (list, upload, download, copy, move, and safe-delete with recycle-bin support so nothing is destroyed permanently), folder creation, metadata lookups, and content search across an account, letting a client answer "find my Q3 budget spreadsheet" or "move all screenshots from this month into an Archive folder" without a human digging through folders manually. Authentication uses OAuth 2.0 with PKCE: register a Scoped-Access app in the Dropbox App Console, grant the specific permission scopes needed (files.metadata.read, files.content.read/write, sharing.write, account_info.read), and supply `DROPBOX_APP_KEY`, `DROPBOX_APP_SECRET`, `DROPBOX_REDIRECT_URI`, and a `TOKEN_ENCRYPTION_KEY` for secure local token storage with automatic refresh. Install by cloning the repo, running `npm install && npm run build`, then `npm run setup` to complete the OAuth flow. Note this is not affiliated with or endorsed by Dropbox โ€” Dropbox itself ships a separate, narrower official MCP server (dropbox/mcp-server-dash) scoped specifically to Dropbox Dash search and AI-assistant integration rather than general file management.

filesystemproductivity

Checked 7d ago

๐Ÿ“

OneDrive MCP Server (Microsoft MCP)

by elyxlz (Community)

Local

Microsoft MCP (elyxlz/microsoft-mcp) is a community-built MCP server that wraps the Microsoft Graph API to give AI assistants access to OneDrive files alongside Outlook mail, Calendar, and Contacts in a single unified integration โ€” useful since most OneDrive usage happens inside the same Microsoft 365 account as email and scheduling. The file toolset covers list_files (paginated OneDrive browsing), get_file (download content), create_file (upload), update_file, delete_file, search_files, and a cross-surface unified_search tool that searches emails, events, and files together in one call, letting a client answer "find the contract I emailed myself last week" without knowing whether it lives in Mail or OneDrive. The server supports multiple simultaneous Microsoft accounts (personal, work, school) via list_accounts/authenticate_account/complete_authentication tools using device-code OAuth. Setup requires a free Azure App Registration (Microsoft Entra ID โ†’ App registrations, public client flow enabled) with delegated Files.ReadWrite, Mail.ReadWrite, Calendars.ReadWrite, Contacts.Read, and People.Read permissions, then an MICROSOFT_MCP_CLIENT_ID environment variable. Install via `uvx --from git+https://github.com/elyxlz/microsoft-mcp.git microsoft-mcp`, or `claude mcp add microsoft-mcp -e MICROSOFT_MCP_CLIENT_ID=your-app-id -- uvx --from git+https://github.com/elyxlz/microsoft-mcp.git microsoft-mcp` for one-line Claude Code setup. Not an official Microsoft release.

filesystemproductivity
๐Ÿ—„๏ธ

Airtable MCP Server

by domdomegg

Auth required

The Airtable MCP Server connects your AI assistant directly to Airtable bases, letting you read records, create entries, update fields, and query structured data using natural language โ€” no manual spreadsheet navigation required. The leading community implementation is domdomegg/airtable-mcp-server, which exposes the full Airtable REST API as MCP tools: list all bases and tables in your workspace, fetch records from any view with optional filter formulas, create or update individual records with typed field values, and delete records by ID. Authentication uses your Airtable personal access token (or API key for legacy accounts), scoped to whichever bases you grant access. Once connected, ask Claude to "show me all leads added this week in my CRM base" or "create a new product entry in my inventory table" and the server handles the API calls. Common use cases include AI-assisted CRM workflows (pull contact records, log meeting notes back into Airtable), inventory management, content calendars, and project tracking where Airtable acts as a lightweight database. Works with Claude Desktop, Cursor, VS Code (Copilot Chat), Windsurf, and any MCP-compatible client. Install via: `npx -y airtable-mcp-server` with `AIRTABLE_TOKEN=your_token` set in your environment.

databaseproductivity

Checked 7d ago

๐Ÿ“‹

Asana MCP Server

by roychri

Auth required

The Asana MCP Server brings Asana project management into your AI assistant, enabling task creation, project search, and work tracking through natural-language conversation. The top community implementation is roychri/mcp-server-asana, which wraps the Asana REST API as a full-featured MCP server. Available tools include: list workspaces and teams, create tasks with assignee, due date, and custom fields, update task status or move tasks between projects, add comments and subtasks, search for tasks across all projects by name or tag, and list project sections and milestones. Authentication uses a personal access token from Asana's developer console โ€” set it as `ASANA_ACCESS_TOKEN` in your environment. Asana also maintains an official MCP integration for enterprise customers connecting via Asana Intelligence. Common workflows: ask Claude to "create a task for the design review in the Q3 marketing project, due Friday, assigned to me"; pull all overdue tasks across your workspace; or generate a sprint summary by listing open tasks per assignee in a given project. Works with Claude Desktop, Cursor, VS Code Copilot, Windsurf, Cline, and any MCP client. Install: `npx -y @roychri/mcp-server-asana`.

productivity

Checked 7d ago

๐Ÿ“‹

Jira MCP Server

by Atlassian

Auth requiredFeaturedOfficial

The Jira MCP server is Atlassian's official Remote MCP Server, giving AI assistants like Claude and Cursor direct, enterprise-grade access to Jira Software project management through natural-language interactions. Powered by Atlassian's Teamwork Graph and hosted on Cloudflare infrastructure, it requires no local process to run โ€” authentication is handled via OAuth 2.1, making it the most secure way to connect AI to Jira in corporate environments. With this MCP server, product managers, engineers, and team leads can ask their AI to create and update Jira issues, transition ticket statuses through workflow stages, search with JQL (Jira Query Language), summarize sprint progress, view open epics and their child issues, retrieve assignee workloads, and bulk-triage backlogs. AI assistants can connect sprints to related Confluence documentation through Atlassian's graph layer, giving richer context for planning and retros. Enterprise customers including AT&T, NVIDIA, and Pfizer use Atlassian's MCP integration in production. Connect from Claude Desktop via Settings > Connectors, or add it to Claude Code with: `claude mcp add --transport http atlassian https://mcp.atlassian.com/v1/mcp`. Cursor and Windsurf users add the remote URL to their MCP config file. No install command needed โ€” it's a fully hosted remote MCP server.

productivitycoding

Checked 7d ago

๐Ÿ“‹

Confluence MCP Server

by Atlassian

Auth requiredOfficial

The Atlassian Remote MCP Server brings Confluence and Jira into any MCP-compatible AI assistant, IDE, or agent platform through a centrally hosted, enterprise-grade connection backed by Atlassian's Teamwork Graph. Launched in May 2025 with Anthropic as the first official partner and hosted on Cloudflare infrastructure, authentication is handled via OAuth 2.1 โ€” no local server process to deploy or maintain. For Confluence specifically, available operations include summarizing pages and spaces, creating new pages from AI-generated content, searching across your wiki with natural language, and performing multi-step knowledge retrieval across Confluence spaces. Jira operations include creating, updating, and triaging work items, summarizing sprint state, and linking knowledge to in-flight issues. Atlassian's Teamwork Graph underpins every response โ€” connecting people, services, knowledge, and work items into a unified context for richer AI answers. Enterprise customers at AT&T, NVIDIA, Pfizer, Booking.com, and Visa use the integration in production. Connect from Claude Desktop via Settings > Connectors, or from Claude Code with: `claude mcp add --transport http atlassian https://mcp.atlassian.com/v1/mcp`. Cursor and Windsurf users can add the remote URL directly to their MCP config.

productivitymemory

Checked 7d ago

๐Ÿ“‹

Todoist MCP Server

by Doist

LocalOfficial

The Todoist MCP Server is Doist's own first-party integration (doist/todoist-mcp) that lets Claude, Cursor, and other MCP clients read and modify a Todoist account on the user's behalf using natural language. It exposes tools for the full task lifecycle โ€” add tasks, find tasks by date or filter query, update, complete, and reopen tasks, and manage projects, sections, labels, and comments โ€” so an assistant can act on requests like "add 'file taxes' to my Finance project due next Friday" or "what's overdue across all my projects?" without leaving the chat. The recommended setup is the hosted, streamable-HTTP server at https://ai.todoist.net/mcp, which runs OAuth in the browser the first time a Todoist tool executes, so there are no API keys to manage. For Claude Code the fastest path is the official plugin: `/plugin marketplace add doist/todoist-mcp` then `/plugin install todoist@doist`; you can also wire it up manually with `claude mcp add --transport http todoist https://ai.todoist.net/mcp`, or point Cursor and VS Code at the same URL via mcp-remote. The underlying tools are additionally published as an npm package (`@doist/todoist-mcp`) that can be imported directly into a custom AI SDK agent for embedding Todoist actions in your own conversational interface. Being maintained by Doist, the maker of Todoist, this is the canonical, officially supported server rather than a community reimplementation.

productivity
๐Ÿ”ง

CircleCI

by CircleCI

LocalOfficial

Enable AI Agents to fix build failures from CircleCI.

devops
๐Ÿ”ง

Buildkite

by Buildkite

Auth requiredOfficial

Exposing Buildkite data (pipelines, builds, jobs, tests) to AI tooling.

devops

Checked 7d ago

๐Ÿ”ง

Jenkins

by Jenkins

LocalOfficial

Official Jenkins MCP Server plugin enabling AI assistants to manage builds, check job statuses, and retrieve logs.

devops
๐Ÿ”ง

Kubernetes MCP Server

by Flux159

LocalFeatured

The Kubernetes MCP server (mcp-server-kubernetes, built by Flux159) brings cluster management capabilities into AI assistant workflows, letting developers and platform engineers query and manage Kubernetes resources through natural-language interactions with Claude, Cursor, and other MCP-compatible clients. It loads your existing kubeconfig automatically, so it works with any cluster โ€” local minikube and kind setups, Amazon EKS, Google GKE, Azure AKS, or on-premises deployments โ€” with no separate credential setup required. Core tools exposed by the server include: listing pods, deployments, services, and namespaces; describing individual resources and their status; fetching pod logs for debugging; applying and updating manifests; scaling deployments; checking rollout status and history; and querying resource utilization and cluster events. A built-in non-destructive mode can disable delete/scale-down operations entirely, making it safe to point at production clusters for read-only diagnostics. DevOps engineers use it to debug failing deployments by asking Claude to inspect pod logs and recent events, identify resource constraints causing OOMKilled pods, or summarize the current state of a namespace before a production release. For SREs responding to incidents, it enables rapid triage through conversational commands โ€” no memorizing kubectl flags or switching terminal windows mid-incident โ€” and optional OpenTelemetry integration adds observability into what the AI agent actually did against the cluster. Install with: `npx mcp-server-kubernetes`. Pairs well with the GitHub MCP server for full GitOps review workflows.

devopscloud
๐Ÿ”ง

Terraform MCP Server

by HashiCorp

LocalOfficial

The Terraform MCP Server is HashiCorp's official integration that brings Terraform's infrastructure-as-code capabilities into AI assistants via the Model Context Protocol. It connects Claude Desktop, Cursor, VS Code, and other MCP clients to the Terraform ecosystem โ€” letting you explore providers, look up module schemas, validate configurations, and work with HCP Terraform (Terraform Cloud) all through natural-language conversation. Core tools include: search the Terraform Registry for modules and providers by keyword, retrieve full provider schema documentation including resource arguments and attribute types, look up specific module input/output variables and their defaults, resolve provider version constraints and compatibility matrices, and run Terraform operations against HCP Terraform workspaces including plan, apply, and state inspection. A key use case is AI-assisted IaC authoring: ask Claude to "generate a Terraform module for an AWS VPC with public and private subnets using the latest aws provider schema" and the server fetches the live provider schema to ensure accurate attribute names and types rather than hallucinating outdated syntax. For HCP Terraform users, workspace integration supports listing workspaces, triggering runs, and checking plan output. HashiCorp maintains the server at hashicorp/terraform-mcp-server and distributes it as a pre-built binary for Linux, macOS (arm64 + amd64), and Windows. Install via: `npx @hashicorp/terraform-mcp-server`. Pairs well with GitHub MCP for full IaC PR review workflows.

devopscloud
๐ŸŒ

BrightData

by BrightData

Auth requiredOfficial

Discover, extract, and interact with the web - one interface powering automated access across the public internet.

browserapi

Checked 7d ago

๐Ÿ”

Algolia

by Algolia

LocalOfficial

Use AI agents to provision, configure, and query your Algolia search indices.

searchapi
๐Ÿ”

Elasticsearch MCP Server

by Elastic

LocalOfficial

The Elasticsearch MCP Server (elastic/mcp-server-elasticsearch) is Elastic's official server for connecting AI agents to Elasticsearch data over the Model Context Protocol, enabling natural-language querying, analysis, and retrieval across your indices without building custom APIs. Once connected, an assistant can list available indices, inspect field mappings, and run searches or aggregations described in plain English โ€” "show me the top error messages from the last 24 hours" โ€” against an Elasticsearch 8.x or 9.x cluster. Important status note: as of version 0.4.0 this standalone server is officially DEPRECATED and receives only critical security updates going forward; Elastic has superseded it with the Elastic Agent Builder MCP endpoint, available in Elastic 9.2.0+ and Elasticsearch Serverless projects, which is the recommended path for new integrations. For existing users, the current server ships as a Docker container image (docker.elastic.co/mcp/elasticsearch) rather than a pip package, and supports both stdio and streamable-HTTP transports (SSE is deprecated). Configure it with the `ES_URL` environment variable pointing at your cluster plus either an `ES_API_KEY` or an `ES_USERNAME`/`ES_PASSWORD` pair for authentication; an optional `ES_SSL_SKIP_VERIFY=true` is available for development-only TLS bypass. Run in stdio mode with `docker run -i --rm -e ES_URL -e ES_API_KEY docker.elastic.co/mcp/elasticsearch stdio` and add the equivalent block to your Claude Desktop, Cursor, or VS Code MCP config.

searchdatabase
๐Ÿ”

Meilisearch

by Meilisearch

LocalOfficial

Interact & query with Meilisearch (Full-text & semantic search API).

searchdatabase
๐Ÿ’ฐ

Coinbase Payments MCP

by Coinbase

LocalOfficial

Payments MCP is Coinbase's official npm-installed MCP server and companion wallet app that combines wallets, onramps, and payments via the x402 protocol into a single solution for agentic commerce. It lets AI agents autonomously discover and pay for services without requiring API keys, seed phrases, or manual intervention โ€” install with `npx @coinbase/payments-mcp` and the installer walks through client setup (Claude Desktop, Claude Code, Codex, Gemini CLI, or other MCP-compatible tools) with optional automatic configuration. Full docs live at docs.cdp.coinbase.com/payments-mcp. Separately, developers wanting broader onchain/crypto-portfolio tooling should note the Coinbase Developer Platform also published `base-mcp-legacy` (Base network + Coinbase API tools for LLMs), though it has since been archived in favor of the newer AgentKit-based tooling.

finance
๐Ÿ’ฐ

CoinGecko

by CoinGecko

LiveOfficial

Official CoinGecko API MCP Server for Crypto Price & Market Data, across 200+ Blockchain Networks.

financeapi

Checked 7d ago

๐Ÿ’ฐ

Plaid AI Coding Toolkit

by Plaid

LocalOfficial

Plaid's official AI Coding Toolkit ships a local sandbox MCP server (in `/sandbox`) that speeds up building Plaid integrations with AI coding assistants โ€” it generates mock financial data, searches Plaid documentation, issues sandbox access tokens, and simulates webhooks, so a developer can test an integration end-to-end without touching real bank data. The repo also bundles product-specific `/rules` guides meant to be dropped into CLAUDE.md, AGENTS.md, or Cursor rules so an AI assistant has Plaid integration context automatically. It complements two other first-party Plaid AI tools referenced in the same repo: the Plaid CLI (terminal access to financial data) and the Plaid Dashboard MCP (runtime dashboard access, docs-hosted at plaid.com/docs/resources/mcp). For read-only personal-finance use cases spanning multiple providers, elcukro/bank-mcp is a community alternative that supports Plaid alongside Teller, Enable Banking, and Tink.

financeapi
๐ŸŒ

Shopify MCP Server

by GeLi2001

Local

The Shopify MCP Server (GeLi2001/shopify-mcp) gives AI assistants full CRUD access to a Shopify store through the GraphQL Admin API, turning natural-language requests into store operations. It exposes tools across five areas: product management (create, update, delete products, variants, and options โ€” 8 tools), customer management (lookups, merges, address management โ€” 8 tools), order management (smart lookup, cancel, close/open, mark as paid, fulfillment, and refunds โ€” 10 tools), metafields (get/set/delete on any resource), and inventory (set absolute quantities per location), plus tagging and cursor-based pagination with Shopify's native query syntax on every list endpoint. Authentication supports two paths: the modern Dev Dashboard flow (required for new apps created after January 2026), which uses OAuth client credentials that the server automatically exchanges and refreshes, or a legacy static shpat_ access token for existing custom apps. Install via `npx shopify-mcp` (package name shopify-mcp, published to npm) with either --clientId/--clientSecret or --accessToken/--domain flags passed in your MCP client config โ€” no separate server process to manage. Typical use: ask Claude to "find all orders over $500 from the last week and tag the customers as VIP," and the server handles the GraphQL queries and mutations directly against the store's Admin API. Shopify itself also publishes an official shopify-dev-mcp for app/theme developers working against Shopify's documentation and APIs, which is a separate, docs-focused tool from this store-data server.

apifinance
๐ŸŒ

Packrift

by Packrift

Local

Search Packrift packaging supplies, check product and inventory context, and create ecommerce cart URLs.

apisearch
๐ŸŽฌ

YouTube MCP Server

by Zubeid Hendricks

Local

The YouTube MCP Server by Zubeid Hendricks connects AI assistants to the full YouTube Data API v3, letting Claude search videos, pull transcripts, manage content, and run analytics without leaving the conversation. It is one of the most complete community YouTube MCP servers, exposing tools across several areas: video management (search by keyword, retrieve metadata, get statistics, and list a channel's uploads), transcript retrieval (fetch full captions for any public video for summarization or Q&A), channel operations (look up channel details, subscriber and view counts, and recent activity), playlist tools (list and inspect playlist contents), Shorts creation workflows, and advanced analytics for creators tracking performance. Authentication uses a single YOUTUBE_API_KEY obtained free from the Google Cloud Console by enabling the YouTube Data API v3 โ€” read-heavy operations fit comfortably inside the daily quota. Install globally with npm as zubeid-youtube-mcp-server, run it directly with npx (no install required), or add it through Smithery for one-click Claude Desktop setup; a Docker image is also provided for HTTP transport. The YouTube MCP Server is ideal for content research, competitive analysis, transcript-based summarization, and automated creator workflows โ€” Claude can, for example, find the top videos on a topic, fetch their transcripts, and synthesize a briefing in a single pass.

mediasearch
๐ŸŽฌ

Spotify MCP Server

by Marcel Marais

Local

Marcel Marais's Spotify MCP Server is a lightweight TypeScript bridge between AI assistants and the Spotify Web API, letting Claude control playback and search a listener's library through natural language. It exposes tools for searching tracks/albums/artists/playlists, controlling playback (play, pause, skip, queue management), reading and modifying the current queue, and browsing a user's playlists and saved library. Authentication uses standard Spotify OAuth (client ID/secret from the Spotify Developer Dashboard) with a one-time login flow to obtain a refresh token, after which the server runs locally via the MCP stdio transport. Typical use: ask Claude to "queue up some upbeat workout music" or "what's currently playing," and it calls the Spotify API directly rather than requiring the user to switch to the Spotify app.

media
๐ŸŽฌ

Cloudinary

by Cloudinary

Auth requiredOfficial

Exposes Cloudinary's media upload, transformation, AI analysis, management, optimization and delivery.

mediaapi

Checked 7d ago

๐ŸŽฌ

ElevenLabs MCP Server

by ElevenLabs

LocalOfficial

The official ElevenLabs MCP server (elevenlabs/elevenlabs-mcp) connects AI assistants like Claude Desktop, Cursor, Windsurf, and OpenAI Agents directly to ElevenLabs' text-to-speech and audio-processing APIs. Once installed, an AI client can generate natural-sounding speech from text in dozens of voices and languages, clone a voice from a short audio sample, design and save new synthetic voices to a personal voice library, transcribe spoken audio with automatic speaker diarization, isolate vocals from background noise, and compose layered soundscapes (e.g. "a thunderstorm in a dense jungle with animals reacting") from a text prompt. It also exposes ElevenLabs' Conversational AI agent-creation tools, so a client can spin up a voice agent with a defined persona and have it answer questions in character. Install via PyPI/uv with `uvx elevenlabs-mcp` and an `ELEVENLABS_API_KEY` from the ElevenLabs dashboard โ€” the free tier includes 10k credits/month, enough for testing. Optional environment variables (`ELEVENLABS_MCP_BASE_PATH`, `ELEVENLABS_MCP_OUTPUT_MODE`) control whether generated audio is saved to disk, returned as base64-encoded MCP resources for containerized/serverless environments, or both, and `ELEVENLABS_API_RESIDENCY` supports enterprise data-residency requirements. With 1,450+ GitHub stars, it is the most widely adopted way to give an AI coding assistant real audio-generation capabilities without hand-rolling API calls.

mediaai
๐Ÿ’ฌ

Discord MCP Server

by SaseQ

Local

The Discord MCP Server (SaseQ/discord-mcp) is a Java-based Model Context Protocol integration built on JDA (Java Discord API) that turns a Discord bot into a set of tools AI assistants can call directly. It lets Claude, Cursor, and other MCP clients read and send channel messages, manage threads, create and moderate channels and categories, manage roles and permissions, look up server (guild) members, and pull message history โ€” enabling AI-driven community moderation, automated announcements, and Discord-native workflows without hand-writing bot code. The recommended install is Docker: set DISCORD_TOKEN (from a bot registered in the Discord Developer Portal) and an optional DISCORD_GUILD_ID as environment variables, then run the saseq/discord-mcp:latest image with SPRING_PROFILES_ACTIVE=http, which exposes the MCP endpoint at http://localhost:8085/mcp for remote/HTTP-transport clients. A Docker Compose path and a stdio-transport mode are also documented for local, per-client setups like Claude Desktop. Because it wraps JDA (Spring Boot underneath), it handles Discord's gateway/rate-limit quirks for you rather than requiring a hand-rolled REST client. This is the most-starred dedicated Discord MCP implementation; other community servers like v-3/discordmcp and hanweg/mcp-discord cover similar ground with lighter Node/Python stacks if a non-JVM runtime is preferred.

communication
๐Ÿ’ฌ

Telegram MCP Server

by chigwell (Community)

Local

A Telegram MCP server that connects Claude, Cursor, and other MCP-compatible clients directly to a Telegram user account via the Telethon library, exposing 80+ tools grouped into accounts, chats/groups, messages, contacts, media, profile/privacy, and folders/drafts. It supports multi-account setups (list accounts and route tool calls by label), full group and channel administration (create/join/leave, invites, bans, admin roles, slow mode, topics), rich messaging (send, schedule, edit, delete, forward, pin, reply, search, polls, reactions, inline button inspection and press), contact management (add/remove/block/import/export), and media handling (files, voice notes, stickers, GIFs, downloads/uploads). All tool results containing Telegram user-controlled content are sanitized before being returned as structured JSON, and a device-identity feature lets the session appear as a distinct, labeled client rather than a generic script. Authentication uses a Telegram API ID/hash from my.telegram.org plus a generated session string โ€” no bot token required, since this operates as a full user account. A `TELEGRAM_EXPOSED_TOOLS=read-only` mode is available to restrict the MCP surface to read-only tools when write access is not needed. The project explicitly warns against installing the unrelated `telegram-mcp` package from PyPI, which is owned by a different, unaffiliated project โ€” always install from source via `uv sync`.

communication
๐Ÿ’ฌ

WhatsApp MCP Server

by lharries (Community)

Local

The WhatsApp MCP server connects Claude and other MCP clients directly to your personal WhatsApp account so an AI assistant can search, read, and send messages, contacts, and media through natural language. Unlike hosted bots that require the paid WhatsApp Business API, this community server (lharries/whatsapp-mcp, the most-adopted WhatsApp MCP server on GitHub) links to your regular account via the WhatsApp Web multidevice API using the Go whatsmeow library โ€” you authenticate once by scanning a QR code, then re-authenticate roughly every 20 days. It runs as two components: a Go bridge that maintains the WhatsApp connection and stores your full message history in a local SQLite database, and a Python MCP server that exposes tools to the agent. Messages stay on your machine and are only sent to the LLM when a tool explicitly reads them, so you control what the model sees. Available tools cover searching contacts and chats, reading individual and group conversations (including images, video, documents, and audio), sending text messages to people or groups, and sending media โ€” with optional FFmpeg-based conversion to play audio as native WhatsApp voice notes. Note the "lethal trifecta" caution in the README: because it combines private data, tool access, and external content, prompt injection could risk data exfiltration.

communication
๐Ÿ“‹

Cal.com

by Cal.com

LocalOfficial

Connect to the Cal.com API to schedule and manage bookings and appointments.

productivity
๐Ÿ“‹

Calendly MCP Server

by meAmitPatil

Local

Calendly MCP Server connects an AI assistant to Calendly's scheduling platform โ€” Calendly itself doesn't publish an official MCP server, so the top community implementation is meAmitPatil/calendly-mcp-server, runnable instantly via `npx calendly-mcp-server`. It covers the core Calendly API surface (fetch the current authenticated user, list and retrieve scheduled events, manage invitees, cancel events, list organization memberships) plus the newer Scheduling API, which lets the assistant book meetings programmatically without redirecting the user to a Calendly link: discovering available event types, checking real-time availability for any event type, and completing an end-to-end booking with calendar sync and notifications across Zoom, Google Meet, Teams, physical locations, or custom locations. Authentication supports either a Personal Access Token generated from the Calendly Integrations page (simplest, for single-user/internal use) or full OAuth 2.0 with client ID/secret for multi-user public applications. Setting optional user-context environment variables improves performance by supplying sensible defaults instead of requiring a lookup call on every request. For teams that want an AI assistant to check availability and schedule meetings conversationally instead of copy-pasting Calendly links, this server closes that gap despite the lack of an official vendor-maintained option.

productivity
๐Ÿ“‹

Obsidian MCP Server

by MarkusPfundstein

Local

The Obsidian MCP server connects AI assistants to your local Obsidian vault through the Obsidian Local REST API community plugin, enabling read, write, and search operations on your personal knowledge base. With 4,000+ GitHub stars, mcp-obsidian by MarkusPfundstein is the most widely adopted Obsidian MCP integration available. The server exposes seven tools: list_files_in_vault (enumerate all vault files and directories), list_files_in_dir (browse a specific folder), get_file_contents (read any note by path), search (full-text search across all vault notes), patch_content (insert text relative to a heading, block reference, or frontmatter field), append_content (add text to a new or existing note), and delete_file (remove a note or folder). Install via a single uvx command; set OBSIDIAN_API_KEY, OBSIDIAN_HOST, and OBSIDIAN_PORT environment variables (default port 27124). You must first install and enable the Obsidian Local REST API community plugin inside your vault settings โ€” it exposes the HTTP endpoint this server bridges. Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client. Ideal for summarizing meeting notes, searching research across hundreds of Markdown files, drafting new pages from AI output, or building second-brain workflows where Claude reads and writes your full knowledge base.

productivitymemory
๐Ÿ“‹

Roam Research MCP Server

by Roam Research

LocalOfficial

The Roam Research MCP Server is the official, first-party Model Context Protocol server for Roam Research, published by the Roam Research team itself and covering the full read/write surface of your Roam graph. It connects to Roam's local HTTP API, which runs inside the Roam desktop app (not the web version) โ€” if Roam isn't open when a tool is called, the server automatically launches it via deep link and retries. Setup runs through an interactive `connect` flow (`npx @roam-research/roam-mcp connect`) that walks you through selecting a graph, choosing an access level (full, read-append, or read-only), and approving a local API token inside Roam's Settings > Graph > Local API Tokens screen; a non-interactive flag-based mode is also available for scripted or agent-driven setup. Multiple graphs can be connected simultaneously, each addressable by a short nickname. The tool surface spans six areas: graph management (list_graphs, setup_new_graph), graph guidelines (get_graph_guidelines reads a special `[[roam/agent guidelines]]` page for user-defined AI instructions), content mutation (create/update/delete for pages and blocks, append_to_daily_note, move_block, add_comment/get_comments), read/search (search, roam_query for `{{query:}}` blocks, datalog_query for raw Datomic queries, get_page, get_block, get_backlinks), navigation (get_open_windows, get_selection, open_main_window, open_sidebar), and file handling (file_get/file_upload/file_delete, including encrypted-graph decryption). The README flags this as alpha software and explicitly warns that write operations are difficult or impossible to fully undo since Roam lacks bulk-operation undo history โ€” back up your graph before granting full write access. A companion CLI (`@roam-research/roam-cli`) is available for terminal-driven graph interaction outside an MCP client. Works with Claude Desktop, Claude Code, Cursor, and any MCP-compatible client. Ideal for daily-note capture, backlink-driven knowledge retrieval, and agent-assisted graph restructuring for second-brain / networked-note workflows.

productivitymemory
๐Ÿ”’

Snyk MCP Server (Community)

by sammcj

Local

There is no official, Snyk-published Model Context Protocol server as of this writing โ€” a commonly referenced `snyk/mcp-server` repo does not exist. The most active real alternative is sammcj/mcp-snyk, a community-built, MIT-licensed MCP server that wraps Snyk's API and CLI for agentic security scanning (marked alpha by its author, so expect rough edges). It exposes tools to scan a GitHub or GitLab repository by URL for vulnerabilities, scan an existing Snyk project by ID, and verify that a configured API token is valid, returning the associated user and organization info. Authentication uses a Snyk API token and an org ID, supplied via `SNYK_API_KEY`/`SNYK_ORG_ID` environment variables, falling back to the locally configured Snyk CLI org if one isn't set explicitly. Install with `npx -y github:sammcj/mcp-snyk` in your MCP client config (Claude Desktop, Cursor, etc.). Typical use: ask Claude to "scan https://github.com/org/repo for security vulnerabilities using Snyk" and get back a structured findings summary instead of switching to the Snyk web console. Snyk's own engineering org separately maintains snyk/agentic-integration-wrappers, a set of wrappers for plugging Snyk scanning into agentic workflows more broadly โ€” worth checking if this community MCP server doesn't cover your use case, since it isn't an official Snyk product and has no guaranteed support or roadmap.

securitycoding
๐Ÿ”’

SonarQube MCP Server

by SonarSource

LocalOfficial

The official SonarQube MCP Server, built and maintained by SonarSource, connects AI agents like Claude, Cursor, and VS Code Copilot to SonarQube Server or SonarQube Cloud so code quality and security become part of the agent's workflow rather than a separate CI step. Through it an assistant can pull the projects a token can see, retrieve open issues and code smells, inspect quality gate status and project metrics, and โ€” notably โ€” analyze a code snippet directly inside the agent context without the code first being committed and scanned by a pipeline, which lets Claude check its own just-written code against SonarQube's rules before you ever push. Authentication is a SonarQube user token supplied via the `SONARQUBE_TOKEN` environment variable; SonarQube Cloud users also set `SONARQUBE_ORG` (organization key), and self-hosted SonarQube Server users set `SONARQUBE_URL` to point at their instance (SonarQube Cloud US uses `https://sonarqube.us`). The server is distributed as a Java-based OCI container image at `sonarsource/sonarqube-mcp` on Docker Hub โ€” run it with `docker run --pull=always -i --rm -e SONARQUBE_TOKEN -e SONARQUBE_ORG sonarsource/sonarqube-mcp`, or pin a version tag for reproducible deployments โ€” and works with any OCI-compatible runtime such as Podman or nerdctl. SonarSource also provides an interactive Configuration Generator at mcp.sonarqube.com that emits ready-to-paste client config. Ideal for teams that want AI-assisted code review grounded in the same rules and quality gates their SonarQube project already enforces.

securitycoding
๐Ÿ”’

CrowdStrike Falcon

by CrowdStrike

LocalOfficial

Connects AI agents with the CrowdStrike Falcon platform for intelligent security analysis.

security
๐Ÿ”’

Auth0 MCP Server

by Auth0 (Okta)

LocalOfficial

The official Auth0 MCP server lets Claude, Cursor, and Windsurf manage an Auth0 tenant end-to-end through natural language instead of the dashboard โ€” create applications, deploy Actions, debug logs, and manage resource servers just by asking. Its standout feature is the guided onboarding flow: the auth0_onboarding tool detects your project framework, creates a correctly configured Auth0 application, writes credentials straight into a .env file (auto-added to .gitignore), and hands off to auth0_get_quickstart_guide, which resolves callback URLs and returns framework-specific SDK integration code โ€” taking a project from zero to a working Auth0 login in one guided conversation. Beyond onboarding, the tool surface spans Applications (list/get/create/update, plus credential export), Resource Servers/APIs (create and manage scopes, token lifetimes, signing algorithms), Application Grants (authorize M2M apps against specific APIs with defined scopes), Actions (create, update, and deploy post-login/pre-token logic), Logs (search and inspect authentication events, e.g. failed logins from a given IP), and Forms (build and publish branded login/signup/password-reset forms). Installs via npx with a device-authorization OAuth flow that stores credentials in your system keychain, supports Claude Desktop, Claude Code, Cursor, Windsurf, VS Code, Gemini CLI, and Codex, and exposes --tools/--read-only flags to scope down which operations an AI agent can perform โ€” important given its Beta status and full read/write tenant access by default.

securityapi
๐Ÿค–

AWS Bedrock

by AWS

Local

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

aicloud
โ˜๏ธ

Azure

by Microsoft

LocalOfficial

Access to key Azure services and tools like Azure Storage, Cosmos DB, the Azure CLI, and more.

cloud
โ˜๏ธ

Google Cloud

by Google

LocalOfficial

Deploy code to Google Cloud Run and interact with GCP services.

clouddevops
โ˜๏ธ

Firebase

by Google

LocalOfficial

Firebase's experimental MCP Server to power your AI Tools.

clouddatabase
โ˜๏ธ

Heroku

by Heroku

LocalOfficial

Interact with the Heroku Platform through LLM-driven tools for managing apps, add-ons, dynos, and databases.

clouddevops
โ˜๏ธ

DigitalOcean MCP Server

by digitalocean-labs

Local

DigitalOcean MCP Server gives Claude, Cursor, and other MCP clients direct access to your DigitalOcean cloud infrastructure. The actively maintained community server lives at digitalocean-labs/mcp-digitalocean, built on the official godo Go SDK and the mark3labs/mcp-go framework โ€” the earlier @digitalocean/mcp npm package under the digitalocean org has been archived in favor of this project. It exposes tools for managing Droplets, Kubernetes clusters, App Platform deployments, Spaces object storage, databases, VPCs, load balancers, and DNS records, letting an AI assistant provision, inspect, and tear down cloud resources through natural-language prompts instead of the doctl CLI or web console. Authentication uses a DigitalOcean Personal Access Token supplied via the DIGITALOCEAN_API_TOKEN environment variable โ€” the README explicitly warns against hardcoding it into client config files, since committing a token to GitHub triggers automatic revocation. Typical workflows include deploying an app from a GitHub repo, redeploying with the latest changes, tailing logs, restarting components, and auditing which regions and droplet sizes are available before provisioning. Because it operates directly against billable cloud infrastructure, DigitalOcean recommends scoping tokens narrowly and reviewing any destructive action (deleting droplets, dropping databases) before confirming it in your MCP client.

cloud
๐Ÿ“Š

Datadog RUM

by Datadog

LocalOfficial

Real User Monitoring data from Datadog.

analytics
๐Ÿ“Š

Mixpanel

by Mixpanel

LocalOfficial

Query and analyze your product analytics data through natural language.

analytics
๐Ÿ“Š

Amplitude

by Amplitude

LocalOfficial

Search, analyze, and query charts, dashboards, experiments, and feature flags.

analytics
๐Ÿ“Š

PostHog MCP Server

by PostHog

Auth requiredOfficial

The PostHog MCP Server is PostHog's official Model Context Protocol integration, giving AI assistants direct access to product analytics, feature flags, session replay, experiments, and error tracking without leaving the chat. It's hosted remotely at mcp.posthog.com (Streamable HTTP) and authenticated with a personal PostHog API key passed as a Bearer token โ€” the quickest setup is `npx @posthog/wizard@latest mcp add`, which auto-configures Cursor, Claude, Claude Code, VS Code, or Zed in one command; manual setup adds an `mcp-remote` proxy entry with the `Authorization` header for clients without native remote-MCP support. Tools cover the full PostHog surface: creating and toggling feature flags with percentage rollouts and targeting rules, running trends/funnel/retention queries via `query-run`, inspecting session recordings, pulling error-tracking issues, and managing experiments โ€” all scoped to the project tied to your API key. Typical use: ask Claude to "create a feature flag for the new checkout flow at 20% rollout" or "how many unique users signed up in the last 7 days, broken down by day?" and the assistant executes the query or mutation against your live PostHog project and returns formatted results. Originally shipped as the standalone PostHog/mcp repo (150+ stars), the server's source has since moved into the main PostHog monorepo under `services/mcp` but documentation and install instructions are unchanged.

analytics

Checked 7d ago

๐Ÿ“Š

Segment

by Segment (Twilio)

Local

Segment (Twilio Segment) does not currently ship a first-party Model Context Protocol server โ€” repos claiming to be an "official Segment MCP" (like segmentio/mcp-server) don't actually exist, and no Twilio-published MCP package has shipped as of this writing. The closest authoritative reference is Segment's own actively-maintained analytics-next SDK (400+ stars), the JavaScript library that powers Segment's client- and server-side tracking calls (track, identify, page, group) across web and Node. In practice, teams that want an AI assistant to read or write Segment data build a thin MCP wrapper around Segment's public HTTP Tracking API using a per-source write key, exposing tools like track_event, identify_user, and group_account so an assistant can execute requests such as "log a purchase event for this user in Segment" or "identify this contact with these traits" without a human touching the dashboard. Segment's Engage and Unify APIs (audience management, profile lookups) are also reachable this way with a workspace access token. Until Twilio ships (or a well-maintained community project emerges for) a dedicated Segment MCP server, this entry points at the SDK repo that actually documents the underlying event schema and auth model any wrapper would need โ€” update this entry if a real one ships.

analyticsapi
๐Ÿ“‹

Zapier MCP Server

by Zapier

Auth requiredOfficial

Zapier MCP is Zapier's official hosted Model Context Protocol server, giving AI assistants natural-language access to the 9,000+ apps in the Zapier ecosystem โ€” Gmail, Slack, HubSpot, Salesforce, Google Sheets, Airtable, and thousands more โ€” without writing custom API integrations for each one. Instead of installing a local binary, you create a server at mcp.zapier.com, pick the tools (Zapier calls them "actions") you want exposed, and connect over Streamable HTTP (SSE is not supported). Setup guides are published for Claude (Web, Desktop, and Code โ€” requires an org owner), ChatGPT (Developer Mode, manual tool refresh required), Cursor, VS Code (via GitHub Copilot Agent mode), Windsurf, and Microsoft Copilot Studio, plus a generic path for any MCP client built with the Python or TypeScript SDK. Authentication is OAuth-based per client; disconnecting a client is a one-click delete of the server in the mcp.zapier.com dashboard, which immediately revokes access. Tool bundles let you group related actions (e.g. "CRM updates" or "team notifications") so the AI only sees relevant tools per context, and usage is billed against your existing Zapier plan's task quota. The official client plugin โ€” which onboards you with guided setup inside Claude Code, Cursor, and GitHub Copilot CLI โ€” lives in the zapier/zapier-mcp repo and ships through the Claude Code, Cursor, and Kiro plugin marketplaces. Typical use: ask Claude to "add this lead to HubSpot and notify #sales on Slack" and Zapier MCP routes both actions through your existing Zap connections.

productivityapi

Checked 7d ago

๐Ÿ“‹

Make

by Make

Auth requiredOfficial

Turn your Make scenarios into callable tools for AI assistants.

productivityapi

Checked 7d ago

๐Ÿ“‹

n8n MCP Server

by n8n-io

LocalOfficial

The n8n MCP Server exposes your n8n workflow automation platform as a set of MCP tools, letting AI assistants trigger workflows, pass data to automations, and retrieve execution results โ€” all through natural conversation. n8n is a self-hostable (and cloud-hosted) workflow automation tool with 500+ built-in integrations spanning CRMs, databases, email, Slack, GitHub, and more. The official n8n-mcp server (n8n-io/n8n-mcp) runs alongside your n8n instance and authenticates via your n8n API key. Available operations include: list all workflows in your instance, execute a specific workflow by name with custom input data, retrieve execution history and logs, and create or update workflow definitions. A typical use case: Claude triggers an n8n workflow that sends a Slack notification, creates a Jira ticket, and logs the event to a Google Sheet โ€” all in a single natural-language request. n8n also supports acting as an MCP host itself, so you can configure AI tools within n8n workflow nodes. For cloud users, n8n's remote MCP endpoint is available at your n8n.cloud instance. Install locally with: `npx n8n-mcp` and set `N8N_API_URL` and `N8N_API_KEY` in your environment. Works with Claude Desktop, Cursor, VS Code, and all MCP-compatible clients.

productivityapidevops
๐Ÿ“‹

Retool MCP Server (Community)

by starigade (Community)

Local

No official Retool MCP server currently exists, but starigade/retool-mcp-server is a focused community implementation that gives Claude and other MCP clients read access to a Retool workspace via the Retool REST API. Once configured with a `RETOOL_API_TOKEN`, it exposes tools to list every app the token can see (`retool_list_apps`, with optional search filtering), pull the full structure, queries, and components of a specific app (`retool_get_app`), extract the underlying SQL or REST/GraphQL queries embedded in an app for review (`retool_get_queries`), enumerate the database and API resources connected to the workspace (`retool_list_resources` / `retool_get_resource`), browse the folder hierarchy (`retool_list_folders`), and export a full app configuration for deep, offline analysis (`retool_export_app`). That combination is aimed squarely at low-code audits and migrations: a developer can ask Claude to summarize what a given internal tool does, trace which database a query hits, or flag apps that share a risky resource connection, all without opening the Retool editor. It supports both Retool Cloud and self-hosted instances โ€” self-hosted deployments add a `RETOOL_BASE_URL` environment variable alongside the API token. Install by cloning the repository, running `npm install && npm run build`, then pointing an MCP client at the built `dist/index.js` entry point with `node`.

productivitycoding
๐Ÿ—„๏ธ

Snowflake MCP Server

by Snowflake

LocalOfficial

Snowflake now ships a first-party Snowflake-managed MCP server (Generally Available) that lets AI agents securely query Snowflake accounts over Streamable HTTP without deploying any local infrastructure โ€” you configure it to expose Cortex Analyst, Cortex Search, and Cortex Agents as callable tools, plus custom tools and governed SQL execution, all through Snowflake's existing RBAC. It supports MCP revision 2025-11-25 and is documented under Snowflake AI & ML > Cortex Agents in the official docs. Before this hosted option shipped, Snowflake Labs published a community-maintained local server (Snowflake-Labs/mcp) covering Cortex Search/Analyst/Agents, object management, and SQL orchestration via a YAML service-configuration file and the Snowflake Python Connector for auth (username/password, key pair, OAuth, SSO, MFA) โ€” that repo is now deprecated in favor of the managed server, though its docs remain useful for understanding the tool surface. For teams who want a self-hosted, read/write SQL-focused alternative instead of the managed offering, isaacwasserman/mcp-snowflake-server (community, 183+ stars) exposes read_query/write_query, schema-listing, and table-description tools via uvx, with an --allow-write flag gating destructive operations and a memo://insights resource that accumulates discovered data insights across a session.

databaseanalytics
๐Ÿ—„๏ธ

Databricks

by Databricks

LocalOfficial

Connect to data, AI tools & agents, and the rest of the Databricks platform using turnkey managed MCP servers.

databaseaianalytics
๐Ÿ—„๏ธ

BigQuery MCP Server

by Google

LocalOfficial

Google's official BigQuery MCP integration ships as part of the MCP Toolbox for Databases (googleapis/mcp-toolbox, 15,800+ stars, formerly published under the genai-toolbox repo name before Google renamed it), a single Go-based server binary that speaks the Model Context Protocol for over a dozen Google Cloud and third-party databases. Rather than a BigQuery-only package, you run the shared toolbox binary with a `--prebuilt=bigquery` flag to instantly load BigQuery-specific tools โ€” schema/table discovery (`list_dataset_ids`, `list_table_ids`, `get_table_info`), running arbitrary SQL via `execute_sql`, and dry-run query validation for cost estimation before executing โ€” over stdio or as an HTTP/SSE server. The quickest install is `npx -y @toolbox-sdk/server --prebuilt=bigquery --stdio` in your MCP client config; it also ships as a downloadable binary and Docker image for teams that prefer not to run via npx. Authentication uses standard Google Cloud credential chains (Application Default Credentials, service account keys, or Workload Identity) rather than embedding a project-specific key. Toolbox also underlies Google's official SDKs for Python, JS/TS, Go, and Java, so the same server config can back both ad hoc AI-assistant queries ("show me the schema for the events table and the row count for last week") and production agent tools built with LangChain, LlamaIndex, or ADK. For teams that want a fully managed remote option instead of self-hosting, Google Cloud also offers managed MCP servers for its databases including BigQuery.

databaseanalytics
๐Ÿ—„๏ธ

DuckDB

by MotherDuck

LocalOfficial

Query and analyze data with MotherDuck and local DuckDB.

databaseanalytics
๐Ÿ—„๏ธ

Pinecone MCP Server

by Pinecone

LocalOfficial

The official Pinecone Developer MCP Server (pinecone-io/pinecone-mcp) connects coding assistants like Cursor, Claude Desktop, Windsurf, and the Gemini CLI directly to Pinecone's vector database platform. Once connected, an AI client can search live Pinecone documentation to answer setup and API questions accurately, recommend and configure index settings (dimension, metric, pod vs. serverless type) based on an application's embedding model and scale, generate code for common patterns like batch upserts, hybrid search, and metadata filtering, and โ€” when a `PINECONE_API_KEY` is supplied โ€” directly upsert and query vectors in a live index so a developer can test retrieval quality without leaving their editor. It targets developers building with Pinecone as part of their stack, distinct from Pinecone's separate Assistant MCP, which instead surfaces context from a hosted knowledge base for end-user-facing AI assistants. Install with `npx -y @pinecone-database/mcp` (requires Node.js 18+); without an API key the server still works for documentation search, but index management and querying require one from the Pinecone console. A community alternative, sirmews/mcp-pinecone (150+ stars), offers a lighter Python-based server focused purely on index read/write operations for teams that don't need the documentation-search or code-generation tooling.

databaseai
๐Ÿ—„๏ธ

Weaviate MCP Server

by Weaviate

LocalOfficial

Weaviate's Model Context Protocol support has moved from a separate add-on into the core Weaviate database itself: as of v1.37.1, every Weaviate instance ships a built-in MCP server that AI assistants like Claude Desktop, Cursor, and Windsurf can connect to directly, with no standalone process to install or maintain. Enabling it is a single environment variable, `MCP_SERVER_ENABLED=true`, on the Weaviate server; the MCP endpoint then listens on the same port as the existing REST API at `/v1/mcp`, reuses Weaviate's existing API-key authentication, and respects the same RBAC permissions already configured for the cluster โ€” so there is no separate credential or trust boundary to manage. Exposed tools cover the core vector-database workflow an AI agent needs: `weaviate-collections-get-config` inspects collection schemas, `weaviate-tenants-list` enumerates tenants in multi-tenant collections, `weaviate-query-hybrid` runs combined vector-plus-keyword hybrid search, and `weaviate-objects-upsert` creates or updates objects. The earlier standalone Go implementation that used to live in the weaviate/mcp-server-weaviate repository is now deprecated and unmaintained โ€” its git history is kept only for reference โ€” so teams should configure MCP through the main weaviate/weaviate server rather than looking for a separate package to install. Full setup, environment variables, and per-tool RBAC permission mapping are documented at docs.weaviate.io/weaviate/configuration/mcp-server.

databaseaisearch
๐Ÿ—„๏ธ

Qdrant MCP Server

by Qdrant

LocalOfficial

The official Qdrant MCP server (qdrant/mcp-server-qdrant) turns the Qdrant vector search engine into a semantic memory layer for AI assistants like Claude Desktop, Cursor, and Windsurf. Built on FastMCP, it exposes two core tools: `qdrant-store`, which embeds and saves a piece of text plus optional JSON metadata into a named Qdrant collection, and `qdrant-find`, which runs a semantic similarity search over a collection and returns the most relevant stored entries. Together they let an AI agent persist facts, code snippets, or past conversation context and recall them later by meaning rather than exact keywords โ€” a lightweight long-term memory that survives across sessions. Configuration is entirely environment-variable driven: point `QDRANT_URL` and `QDRANT_API_KEY` at a Qdrant Cloud cluster or self-hosted instance, or use `QDRANT_LOCAL_PATH` to run against an embedded on-disk database with no server. `COLLECTION_NAME` sets a default collection, `EMBEDDING_MODEL` selects the FastEmbed sentence-transformer used to vectorize text (default sentence-transformers/all-MiniLM-L6-v2), and `QDRANT_READ_ONLY` disables the store tool for query-only deployments. Install with `uvx mcp-server-qdrant` (Python/PyPI) and choose stdio or SSE transport via the `--transport` flag. With 1,450+ GitHub stars it is the reference implementation for giving coding agents durable semantic memory.

databaseaisearch
๐Ÿ—„๏ธ

Astra DB

by DataStax

LocalOfficial

Comprehensive tools for managing collections and documents in DataStax Astra DB NoSQL database.

database
๐Ÿ—„๏ธ

PlanetScale MCP Server

by PlanetScale

LocalOfficial

The official PlanetScale MCP server connects AI assistants like Claude, Cursor, and VS Code directly to PlanetScale's serverless MySQL and Postgres database platform. Unlike servers you install as a local package, it is a hosted HTTP server reachable at `https://mcp.pscale.dev/mcp/planetscale`, so any MCP client that supports HTTP-hosted (streamable) transports can connect without a local runtime โ€” in Claude Code, run `claude mcp add --transport http planetscale https://mcp.pscale.dev/mcp/planetscale`, and Cursor and VS Code offer one-click install buttons in the PlanetScale docs. Once connected and authenticated against your PlanetScale organization, an agent can list and inspect databases, branches, and keyspaces, read schema and table structures, run and explain queries, review deploy requests and schema changes, and surface performance insights and query statistics โ€” letting you investigate a production database or plan a migration in natural language from inside your editor. The open-source repo (planetscale/mcp-server) contains the TypeScript tool implementations the team maintains directly; additional production tools are generated from PlanetScale's public API OpenAPI spec and served by the hosted endpoint. Because it targets PlanetScale's Vitess-based horizontal sharding and safe online schema-change workflow (branching and deploy requests), it is especially useful for teams running large MySQL fleets who want AI help without handing an agent raw database credentials.

database
๐Ÿ—„๏ธ

Turso MCP Server

by Turso (tursodatabase)

LocalOfficial

Turso โ€” the SQLite-compatible edge database built on libSQL โ€” runs a single official hosted MCP server at `mcp.turso.ai`, and tursodatabase/turso-mcp is the repo that packages access to it per-agent and doubles as the plugin marketplace each agent's CLI installs from. Authentication is OAuth 2.1 with PKCE and fully discoverable โ€” a developer runs the install command once, then authenticates in a browser tab where consent (organization, group, and scope) is granted directly on the Turso dashboard, which mints a scoped token; every MCP tool call forwards that token to the real Turso API, so the MCP layer itself holds no standing privilege and all org-binding, roles, and audit logging are enforced server-side, with no API token to generate or paste manually. Because it proxies the full Turso Cloud API, an agent can both manage infrastructure โ€” list organizations and databases, create or delete databases, inspect groups and edge-replica locations โ€” and run SQL directly against a database once it's selected. Claude Code installs it via `/plugin marketplace add tursodatabase/turso-mcp` followed by `/plugin install turso@turso`, then `/mcp` โ†’ turso โ†’ Authenticate; Codex uses the equivalent `codex plugin` commands; any other MCP-capable client can instead point straight at `https://mcp.turso.ai/mcp` and complete the same OAuth flow. Community alternatives spences10/mcp-turso-cloud and nbbaier/mcp-turso remain options for teams that want a self-hosted server with a manually-supplied API token instead of the hosted OAuth flow.

database
๐Ÿ—„๏ธ

Upstash MCP Server

by Upstash

LocalOfficial

The official Upstash MCP server (upstash/mcp-server) lets an AI assistant manage and debug your Upstash serverless data infrastructure directly from Claude, Cursor, Windsurf, or any MCP-compatible client. It spans Upstash's product line: serverless Redis databases, the QStash message queue and scheduler, Workflow (durable serverless functions), and Upstash Box. Through it an agent can create and configure Redis databases, run Redis commands and inspect keys, review QStash message logs and scheduled jobs, trace Workflow run logs to debug failures, and read account usage and billing details โ€” turning database provisioning and incident triage into a natural-language conversation inside your editor. Install with `npx -y @upstash/mcp-server@latest --email YOUR_EMAIL --api-key YOUR_API_KEY`, using an email and API key generated at the Upstash Console (Account โ†’ API Keys); one-click install configs are provided for Cursor and VS Code. A useful safety feature: when started with a read-only API key, the server automatically disables every state-modifying tool (creating or deleting databases, purging backups, retrying workflows), so an agent can freely read and query your account without any risk of destructive changes. For routine work Upstash also recommends its lighter Skill plus `@upstash/cli` combination, reserving the full MCP server for deeper management and debugging tasks.

database
๐Ÿ—„๏ธ

Convex

by Convex

LocalOfficial

Introspect and query your apps deployed to Convex.

databasecloud
๐Ÿ”ง

PagerDuty MCP Server

by PagerDuty

LocalOfficial

PagerDuty MCP Server is PagerDuty's official, actively maintained local MCP server (github.com/PagerDuty/pagerduty-mcp-server) for managing incident response directly from an MCP-enabled client like Claude, Cursor, or VS Code. Beyond the standard tool surface for incidents, services, on-call schedules, and event orchestrations, it ships embedded React 'MCP Apps' that render interactive UIs inside supporting IDEs: an Incident Command Center with a real-time incident feed, timeline/notes/alert inspection, one-click acknowledge/escalate/resolve, and AI-powered similar-incident detection; an On-Call Manager for schedule overrides and escalation-policy edits; an On-Call Compensation Report tracking hours worked, interruption rates, and EU Working Time Directive compliance with CSV export; a Service Dependency Graph visualizing upstream/downstream impact; and an Onboarding Wizard for first-time account setup. The server runs as a single Python process via `uv run pagerduty-mcp`, avoiding a separate HTTP server to manage. Authentication uses a PagerDuty User API Token generated from My Profile โ†’ User Settings โ†’ API Access (Freemium accounts have role-based limits on who can generate one), used subject to PagerDuty's Developer Agreement. This combination of deep incident-lifecycle tooling and embedded operational dashboards makes it one of the more feature-complete official vendor MCP servers for on-call/DevOps teams.

devops
๐Ÿ”ง

OpsGenie MCP Server

by Giant Swarm (Community)

Local

The OpsGenie MCP Server bridges MCP-capable clients like Claude Desktop and Cursor to OpsGenie's alerting and on-call platform, so an on-call engineer can triage incidents from an AI assistant instead of switching to the OpsGenie web console. Alert tools cover list_alerts (with OpsGenie's powerful filter-query syntax for scoping by status, priority, tag, or team), get_alert for full detail, and acknowledge_alert/unacknowledge_alert for actually working an incident from chat. Team tools (list_teams, get_team) let an agent resolve who owns a given alert, and heartbeat tools (list_heartbeats, get_heartbeat) expose the health of OpsGenie's dead-man's-switch monitors โ€” useful for an agent answering "is our nightly batch heartbeat still healthy?" without a dashboard. The server is written in Go, ships as a single binary installable via `go install`, and supports stdio, SSE, and streamable-HTTP transports plus a built-in self-update command. Authentication uses an OpsGenie API token set via the OPSGENIE_TOKEN environment variable (or a custom var name via --token-env-var). Important context: this is a community project, not an Atlassian first-party release โ€” no official Atlassian OpsGenie MCP server exists, and Atlassian has been folding OpsGenie's alerting/on-call features into Jira Service Management's roadmap, so teams already on JSM should also check the Jira MCP Server entry on this site. The repo itself is now archived (last updated 2026-05) but the built binary remains functional for existing OpsGenie accounts.

devops
๐Ÿ“Š

New Relic

by New Relic

Local

Observability and monitoring with New Relic.

analyticsdevops
๐Ÿ“Š

Dynatrace

by Dynatrace

LocalOfficial

Manage and interact with the Dynatrace Platform for real-time observability and monitoring.

analyticsdevops
๐Ÿ“Š

Honeycomb

by Honeycomb

LocalOfficial

Query and analyze data, alerts, dashboards, and cross-reference production behavior with codebase.

analyticsdevops
๐Ÿ“Š

Lightstep (No MCP Server Available)

by ServiceNow (Lightstep)

Local

Lightstep was a distributed-tracing and observability platform built on OpenTelemetry, acquired by ServiceNow in 2021 and folded into the ServiceNow Cloud Observability product line; its GitHub org still hosts the legacy OpenTelemetry Launcher and tracer SDKs for Go, Java, Python, Node.js, and C++, but none of those repos are MCP servers. Neither ServiceNow nor the community has shipped an MCP server exposing Lightstep/Cloud Observability trace and metric data to AI assistants โ€” repeated GitHub and web searches across review cycles turn up zero results for "lightstep mcp" or "servicenow observability mcp" with any real implementation. If you need AI-agent access to distributed tracing data today, check this directory's Honeycomb or Grafana entries, which do have real, actively maintained MCP servers covering similar observability workflows. This entry is kept as a placeholder so the "lightstep mcp" search term stays discoverable and will be updated the moment ServiceNow or a community project ships a real server.

analyticsdevops
๐Ÿ”ง

LaunchDarkly

by LaunchDarkly

LocalOfficial

Feature flags as a service for continuous delivery.

devopscoding
๐Ÿ”ง

Split MCP Server (Harness FME)

by kud (Community)

Local

Split.io was acquired by Harness and rebranded to Harness FME (Feature Management & Experimentation) โ€” a `splitio/mcp-server` repo does not exist, and Harness has not published a first-party MCP server for it. The best available option is kud/mcp-harness-fme, a community-built, MIT-licensed TypeScript server exposing 30 tools across workspaces, environments, feature flags, flag definitions, segments, rule-based segments, and change requests. It supports a zero-config startup that reads the `MCP_HARNESS_FME_API_KEY` environment variable and exits immediately if it is missing, plus a "kill & restore" flow that instantly forces all traffic to a flag's default treatment (or restores it) with a single tool call. Every destructive operation โ€” delete, kill, archive, disable โ€” requires an explicit `confirm: true` argument, preventing accidental changes from an agent acting on ambiguous instructions. It also supports the full change-request flow for rule-based segments, letting teams submit segment-definition changes with optional approvers for orgs that require approval gates. Install with `npx --yes @kud/mcp-harness-fme@latest`, or add it directly via `claude mcp add --transport stdio --scope user harness-fme --env MCP_HARNESS_FME_API_KEY=your_api_key -- npx --yes @kud/mcp-harness-fme@latest` in Claude Code. An optional `get_flag_url` deep-link tool activates when `MCP_HARNESS_FME_ACCOUNT_ID` and `MCP_HARNESS_FME_ORG_GUID` are also set. Works with any stdio MCP client โ€” Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Zed.

devopscoding
๐Ÿ”ง

Flagsmith MCP Server

by Flagsmith

LocalOfficial

The Flagsmith MCP Server is Flagsmith's official, Speakeasy-generated Model Context Protocol server for its Core and SDK APIs, letting AI assistants read and manage feature flags, remote config values, and environment/identity segmentation directly from a conversation. It ships as an installable Desktop Extension (`mcp-server.mcpb`) for Claude Desktop โ€” drag-and-drop install with no additional setup โ€” and as an npm package (`flagsmith`) for CLI-based clients, started with `npx flagsmith start --token-auth <your-api-token>` and wired into Claude Code, Cursor, Gemini, and Windsurf via each client's standard MCP config or one-line `mcp add` command. Progressive discovery keeps the tool surface manageable across the full Flagsmith API rather than dumping every endpoint into context at once. Typical use: ask Claude to "list all feature flags enabled for the beta segment in production" or "toggle the new-checkout-flow flag off for the EU environment," with the assistant calling the live Flagsmith API instead of requiring a dashboard visit. NOTE: as of this writing the repo carries an explicit "not yet ready for production use" notice from its Speakeasy-generated setup flow โ€” expect rough edges and check the repo before depending on it for anything mission-critical.

devopscoding
๐Ÿ’ฌ

Intercom MCP Server

by Intercom

Auth requiredOfficial

The Intercom MCP Server is Intercom's official, hosted Model Context Protocol integration, giving AI assistants secure access to conversations and contacts in a company's Intercom workspace (currently US-hosted workspaces only). Rather than a local binary, it runs as a remote server at `mcp.intercom.com`, reachable over Streamable HTTP (`https://mcp.intercom.com/mcp`, recommended) or a legacy SSE endpoint kept for backwards compatibility. It exposes six tools: a universal `search` tool that queries either conversations or contacts via a field-based query DSL (operators like eq, neq, gt, lt, contains, plus free-text `q:` search and pagination), a matching `fetch` tool for pulling full resource detail by ID, and four direct-API tools โ€” `search_conversations`, `get_conversation`, `search_contacts`, and `get_contact` โ€” for more targeted lookups by state, source type, author, custom attributes, or email domain. Authentication supports either an automatic browser-based OAuth flow (recommended) or a static Bearer API token, configured in the client as an `mcp-remote` proxy entry pointing at the hosted URL. Typical use: ask Claude to "find all open conversations mentioning a refund from the last week" or "pull the full history and custom attributes for this contact by email," and the assistant queries live Intercom data instead of requiring a CSV export or manual dashboard search โ€” useful for support triage, customer research, and drafting responses grounded in real conversation history.

communicationapi

Checked 7d ago

๐Ÿ’ฌ

Zendesk MCP Server

by reminia

Local

This Zendesk MCP Server (by community maintainer reminia, 100+ GitHub stars, Apache 2.0) gives AI assistants full read/write access to Zendesk support tickets, comments, and Help Center articles for triage, response drafting, and knowledge-base search directly from Claude Desktop, Claude Code, or Cursor. It's a Python server installed with `uv` (or run in Docker for isolated deployments) and configured with Zendesk API credentials via a `.env` file โ€” subdomain, agent email, and an API token generated from the Zendesk admin panel. Beyond raw ticket/comment CRUD, the server ships specialized MCP prompts purpose-built for support workflows: ticket analysis (summarizing a thread's history and sentiment) and response drafting (generating a reply grounded in the ticket's comment history and matching Help Center articles), plus full-text access to the Help Center knowledge base so the assistant can cite existing documentation instead of hallucinating an answer. Typical use: ask Claude to "pull ticket #4821, summarize the customer's issue, and draft a reply referencing our refund policy article" โ€” the assistant fetches the ticket and comments, cross-references the Help Center, and returns a ready-to-send draft. A good fit for support teams already living in Claude/Cursor who want ticket context surfaced without tab-switching to the Zendesk agent console.

communicationapi
๐Ÿ’ฌ

Freshdesk MCP Server

by effytech (Community)

Local

The Freshdesk MCP Server connects MCP-capable clients like Claude Desktop and Cursor to Freshdesk's help-desk platform, letting an AI assistant handle support operations through natural language instead of the Freshdesk admin UI. Ticket tools cover the full lifecycle: create_ticket (with subject, description, priority, status, custom fields), update_ticket, delete_ticket, get_ticket, get_tickets with pagination, and search_tickets against Freshdesk's query syntax โ€” plus conversation-level tools for get_ticket_conversation, create_ticket_reply, create_ticket_note, and update_ticket_conversation so an agent can both read a customer thread and post a reply or internal note without a human copy-pasting between systems. A ticket-summary tool set (view/update/delete) exposes Freshdesk's AI-generated ticket summaries directly. Beyond tickets, the server covers agent management (get_agents, view_agent, create_agent, update_agent, search_agents), contacts (list/get/search/update), and companies (list/get/search/find_company_by_name/list_company_fields) โ€” enough surface area to let an agent triage an incoming ticket, look up the requester's company and past tickets, and draft or send a reply in one conversational flow. Example prompts from the maintainer include "list previous tickets of customer A101 in last 30 days" and "update the status of ticket #12345 to Resolved." Authentication uses a Freshdesk API key plus your Freshdesk subdomain, set as FRESHDESK_API_KEY and FRESHDESK_DOMAIN environment variables; install via uvx or the Smithery CLI. This is a community project (not published by Freshworks itself), MIT-licensed and the most-starred Freshdesk MCP implementation on GitHub.

communicationapi
๐ŸŒ

Salesforce MCP Server

by Salesforce

LocalOfficial

The Salesforce DX MCP Server (npm package `@salesforce/mcp`) is Salesforce's official Model Context Protocol integration, built and maintained by the Salesforce CLI (salesforcecli) team to let AI assistants read, manage, and operate Salesforce orgs securely from Claude, Cursor, VS Code, Windsurf, or Cline. Rather than exposing one flat set of tools, it is organized into configurable toolsets you enable with the `--toolsets` flag: `orgs` (list and inspect the orgs you've authenticated), `data` (run SOQL queries and read/create/update records for standard and custom objects), `metadata` (deploy and retrieve source and metadata), and `users` โ€” plus individually-gateable tools such as `run_apex_test`. This makes it useful both for developers automating deploys and Apex test runs and for RevOps teams asking Claude to "pull all open opportunities closing this quarter over $50K" or "update this deal to Negotiation." A key security design point: the server never takes raw usernames and passwords โ€” instead it operates on orgs you have already authenticated through the Salesforce CLI (`sf org login`), which you reference by alias via the `--orgs` flag, so credentials stay in the CLI's secure store and each MCP session is scoped only to the orgs you explicitly allow. Install with `npx -y @salesforce/mcp --orgs DEFAULT_TARGET_ORG --toolsets orgs,metadata,data,users`. Apache-2.0 licensed. Community CRM-focused alternatives such as tsmztech/mcp-server-salesforce and smn2gnt/MCP-Salesforce exist for teams wanting a lighter SOQL-and-records-only server.

apiproductivitycrm
๐ŸŒ

Pipedrive MCP Server

by WillDent (Community)

Auth required

Community-built MCP server that connects Claude, Cursor, and other MCP clients to the Pipedrive API v2 for CRM data access. Exposes deals, persons, organizations, and pipelines โ€” including custom fields โ€” as MCP resources, plus predefined prompts for common CRM operations like pulling pipeline status or filtering deals by owner, stage, date range, or value. Read-only by design, so agents can safely query sales data without risking accidental writes to production CRM records. Supports both stdio transport for local desktop clients and SSE transport for networked deployments, with built-in JWT authentication and API rate limiting to stay within Pipedrive's request quotas. Ships as a published npm package and as a multi-stage Docker image with docker-compose support for one-command standalone deployment, health checks included. Authentication uses a Pipedrive API token plus your company's Pipedrive domain, set via environment variables. Useful for sales teams wiring an AI assistant into deal review, pipeline forecasting, or account research workflows without building custom API integration code from scratch.

apiproductivity

Checked 7d ago

๐ŸŒ

Close MCP Server (Community)

by bcharleson (Community)

Local

Close does not publish an official Model Context Protocol server โ€” a `closeio/mcp-server` repo does not exist. The strongest real option is bcharleson/close-crm-cli, a TypeScript CLI-and-MCP-server hybrid that exposes Close's full REST API (160+ commands across 30 resource groups: leads, contacts, opportunities, tasks, calls, notes, emails, SMS, meetings, pipelines, custom fields, webhooks, outreach sequences, smart views, and analytics reports) both as terminal commands and as MCP tools. Run `close mcp` to start the server, or wire it into Claude Desktop / Cursor / Windsurf via `npx close-crm-cli mcp` with a `CLOSE_API_KEY` env var (generated from Close's Settings โ†’ API page). HTTP Basic Auth, offset-based pagination, and automatic exponential-backoff retry on 429/5xx are all handled for you, and JSON output is the default so responses pipe cleanly into an agent or `jq`. Typical use: ask Claude to "list my open opportunities in the demo-scheduled stage" or "log a call and create a follow-up task" without leaving the chat. Not an official Close product โ€” early-stage community project, so expect rough edges and verify write operations before relying on them in production pipelines.

apiproductivitycrm
๐Ÿ“‹

Monday.com MCP Server

by Monday.com

Auth requiredOfficial

The Monday.com MCP server is the official Model Context Protocol integration built by Monday.com, giving AI assistants like Claude and Cursor direct access to your Monday.com workspace. Teams use it to query board data, create and update items, track project status, and automate workflow updates through natural-language interactions โ€” without opening the Monday.com web interface. Key capabilities include: listing workspace boards and their column configurations, reading item statuses and assignees, creating new items with custom field values, updating existing item statuses across groups, and querying sub-items and dependencies within boards. This makes the Monday.com MCP server particularly useful for project managers who want to ask Claude to summarize overdue tasks, update sprint statuses after standups, or generate a status report for a client from board data. Authentication uses a Monday.com API token, which you generate from your account's Developer section (navigate to Admin โ†’ Developers โ†’ Create App or use personal API tokens). The server communicates with Monday.com's GraphQL API, so all data is live and real-time. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and Cline. For teams running agile workflows, the server enables AI-assisted sprint planning, velocity reporting, and backlog grooming without context-switching between your AI assistant and the Monday.com dashboard.

productivity

Checked 7d ago

๐Ÿ“‹

ClickUp MCP Server

by hauptsacheNet

Local

ClickUp MCP Server connects AI assistants to your ClickUp workspace so you can manage tasks, docs, and time entries with natural language instead of clicking through the app. This community server (by hauptsacheNet) authenticates with a ClickUp API key and team ID and ships three operating modes โ€” read-minimal for lightweight coding-assistant context, read for full workspace exploration, and write (default) for complete task and document management. Its standout feature is rich task context: getTaskById returns full comment history, status changes, and inline images in a single call, so agentic coding tools can pull a ClickUp ticket, its linked screenshots, and prior discussion without chaining multiple requests. It also supports fuzzy multi-language search across tasks and documents, time-entry logging and retrieval, and append-only description updates that never overwrite existing task content โ€” new notes are timestamped and added rather than replacing history, which keeps ClickUp's own audit trail intact. An official OAuth-based ClickUp MCP also exists for chat-app and Connected Search use cases; this API-key server is better suited to CI/CD, automation, and coding-tool integrations.

productivity
๐Ÿ“‹

Wrike MCP Server

by johntoups (Community)

Local

The Wrike MCP Server gives MCP-capable clients full CRUD access to Wrike's work-management platform, letting an AI assistant discover, read, and modify tasks, folders, and spaces directly from chat. Its standout feature is a discover_account bootstrap tool that identifies the authenticated user, enumerates every space, lists top-level folders with their workflow assignments, and catalogues account-level and space-scoped workflows plus custom fields and item types โ€” this front-loads the account-structure discovery an agent would otherwise need several manual calls to piece together before it can safely create or move anything. Read tools cover task search by title/status, full task detail (including comments and attachments in one combined call via get_task_full), workflow and custom-field listings, folder browsing, and recursive folder-task listing. Write tools cover task creation with assignees/dates/importance/custom fields, updates to any task field, completion, moving tasks between folders, deletion of tasks/folders/spaces, and file attachment uploads. Authentication uses a Wrike Permanent Access Token generated from the Wrike API console, stored either in the system keychain via a bundled wrike-auth CLI or as a WRIKE_ACCESS_TOKEN environment variable. This is an early-stage community project (not an official Wrike release) installed from source with pip โ€” worth noting since Wrike itself has not published a first-party MCP server, so this fills a real gap for teams wanting AI-agent access to their Wrike workspace.

productivity
๐Ÿ“‹

Basecamp MCP Server

by George Antonopoulos (Community)

Local

The Basecamp MCP Server connects MCP-capable clients like Claude Desktop, Claude Code, Codex, and Cursor to Basecamp 3 through OAuth-authenticated API calls, letting an AI assistant read and manage a team's projects without leaving the chat. Built on the official mcp.server.fastmcp Python SDK, it exposes 79 tools spanning the full breadth of Basecamp 3: project and to-do list browsing, to-do creation/updates/completion, message board posts (including drafts and categories), Campfire chat reading, card table and card-step management, document reading and drafting, comment creation, inbox forward handling, daily check-in answers, file uploads, event listings, and webhook management. A built-in search tool queries across projects, to-dos, messages, Campfire lines, comments, uploads, and schedules in one call, useful for an agent trying to find "what did the team decide about X" without paging through each tool individually. Setup requires a Basecamp OAuth application registered at launchpad.37signals.com/integrations, then running the bundled oauth_app.py flow once to store a local token; config-generator scripts are included for Codex, Cursor, and Claude Desktop so the MCP entry gets written automatically rather than hand-edited. This is a community project (not published by 37signals/Basecamp itself), MIT-licensed and actively maintained, and is currently the most complete open-source Basecamp MCP integration โ€” competing alternatives top out around 46 tools versus this server's 79.

productivity
๐Ÿ“‹

Trello MCP Server

by delorenj

Local

The Trello MCP server gives AI assistants full read/write access to Trello boards, lists, and cards through the Model Context Protocol. The most widely adopted community implementation is delorenj/mcp-server-trello, a TypeScript server (now Bun-powered for a 2.8-4.4x speed boost over the original Node build) that wraps the Trello REST API with built-in rate limiting, type safety, and dynamic board/workspace switching. Tools cover the full card lifecycle: create, update, move, and archive cards; manage checklists, labels, members, and file attachments pulled in from URLs; add, edit, and delete comments; and export card data as human-readable markdown. Because boardId and workspaceId can be passed per-call instead of hardcoded in the config, one server instance can drive multiple boards and workspaces without a restart, and the active board persists locally between sessions. Setup requires a free Trello API key and token (from trello.com/app-key), configured via TRELLO_API_KEY and TRELLO_TOKEN environment variables, with an optional TRELLO_ALLOWED_WORKSPACES allowlist for restricting agent access in multi-tenant or security-conscious setups. It is commonly paired with agent workflows for sprint planning, kanban automation, and syncing tasks between chat and boards without leaving the AI assistant.

productivity
๐Ÿ“‹

Coda MCP Server

by TJC-LP

Local

Coda MCP Server (built by TJC L.P., unofficial and not affiliated with Coda) gives AI assistants full read/write access to Coda.io docs through the Coda REST API โ€” install via `uvx coda-mcp-server` with a Coda API token from your account settings, no local Python environment setup required. It covers the whole document model: list, create, read, update, and delete docs; browse and edit pages, including exporting full page content to HTML or Markdown for long-form review; and inspect tables, views, and column formulas. Row operations support querying and filtering table data, upserting rows in bulk, updating single rows, deleting rows, and even pushing button-column actions programmatically โ€” useful for treating a Coda table as a lightweight database an agent can read and write. It also exposes named formulas so an assistant can look up and reason about doc-level calculations. Since v1.1.0 the server uses snake_case field names (e.g. `browser_link`) for cleaner Python-ecosystem compatibility. Best fit for teams that keep specs, trackers, or internal wikis in Coda and want an agent to pull structured data out of docs or automate repetitive table edits without a human opening the app.

productivity
๐Ÿ“‹

Fibery

by Fibery

LocalOfficial

Perform queries and entity operations in your Fibery workspace.

productivity
๐Ÿ’ฌ

X (Twitter) MCP Server

by Rafal Janicki (Community)

Local

A Python-based MCP server that lets Claude, Cursor, and other AI tools interact with X/Twitter through natural-language commands, built on the official Twitter API v2 rather than username/password scraping hacks (which risk account suspension). It exposes tools to fetch user profiles, followers, and following lists; post, delete, and favorite tweets; search tweets and trending topics; manage bookmarks and timelines; and handle rate limits automatically across the v2 endpoint surface. Authentication requires a Twitter Developer Account with API Key, API Secret, Access Token, Access Token Secret, and Bearer Token from the Twitter Developer Portal โ€” there is no keyless or scraping-based mode, so this targets developers who already have (or are willing to apply for) API access rather than casual users. Install options include Smithery (`npx -y @smithery/cli install @rafaljanicki/x-twitter-mcp-server --client claude`) for one-command Claude Desktop setup, PyPI (`pip install x-twitter-mcp`) for a quick manual install, or cloning the source with `uv sync`/`pip install .` for development. The project is a smaller community effort (35 stars) compared to the official Twitter API tooling ecosystem, but is actively maintained and one of the few X/Twitter MCP servers built on the sanctioned API path rather than reverse-engineered browser automation.

communicationapi
๐Ÿ’ฌ

Xquik

by Xquik-dev

Local

X and Twitter automation MCP server for tweet search, profile tweets, follower export, media workflows, webhooks, and confirmation-gated posting.

communicationapi
๐Ÿ’ฌ

Reddit MCP Server (Reddit MCP Buddy)

by karanb192 (Community)

Local

A clean, LLM-optimized MCP server that lets Claude Desktop and other AI assistants browse Reddit, search posts, and analyze user activity with zero setup and no Reddit API registration required. Core tools include `browse_subreddit` (hot/new/top/rising/controversial sorting across any subreddit, "all", or "popular", with time-range filters), `search_reddit` (query across all of Reddit or a specific subreddit, filterable by author/time/flair, sortable by relevance/hot/top/new/comments), `get_post_details` (fetch a post plus its full comment thread from a Reddit URL in any format โ€” reddit.com, old./new./np./m.reddit.com, or redd.it short links โ€” or from a bare post ID), and `user_analysis` (karma, post/comment history, and active subreddits for any username). A three-tier authentication system scales from 10 requests/minute with zero config up to 100 requests/minute when Reddit API credentials are supplied, so it works instantly out of the box and scales up for heavier use. The project deliberately avoids fabricated "sentiment analysis" or made-up metrics, focusing on clean, structured Reddit data formatted for LLM consumption. Install as a Claude Desktop Extension (.mcpb one-click download), via NPM (`npx -y reddit-mcp-buddy`), or through the official MCP Registry โ€” it is fully TypeScript, actively maintained, and one of the most-starred Reddit MCP integrations available.

communicationsearch
๐Ÿ”

Hacker News MCP Server

by paabloLC (Community)

Local

The Hacker News MCP server gives Claude, Cursor, and other MCP clients live access to Hacker News so an AI assistant can pull the latest stories, comment threads, and user profiles into a conversation. This community server (paabloLC/mcp-hacker-news, TypeScript) acts as a thin, well-behaved bridge over the official Firebase-backed Hacker News API โ€” it does not scrape the site, so results match what you see on news.ycombinator.com. It exposes standard MCP tools for fetching top, new, best, Ask HN, Show HN, and job stories, retrieving a specific item with its nested comment tree, and looking up a user's karma, bio, and submission history. That makes it useful for tracking what is trending in the developer and startup community, summarizing long comment discussions, monitoring a launch or a topic, or feeding fresh HN context into research and content workflows. Installation is zero-config: point your client at `npx -y mcp-hacker-news` (Node.js 18+ required) and it runs over stdio with no API key or authentication, since the Hacker News API is public and read-only. Note this is a lower-star community project rather than an official Y Combinator release โ€” it is a lightweight, dependency-free option that is easy to audit and self-host if you prefer.

search
๐Ÿ”

Product Hunt MCP Server

by jaipandya (Community)

Local

The Product Hunt MCP Server connects Claude, Cursor, and other MCP clients directly to Product Hunt's official GraphQL API, letting an AI assistant look up launches, collections, topics, users, votes, and comments without leaving the conversation. Built with FastMCP for speed, the server exposes tools to fetch detailed post info (tagline, description, vote count, maker list, comments), search and filter launches by topic, date range, or vote threshold, page through paginated comment threads and a user's upvote history, and pull collection and topic metadata. It is a good fit for AI-agent workflows that need to research competitor launches, track a specific topic's daily leaderboard, summarize maker comments, or build a "what shipped today" digest inside an agent pipeline. Authentication uses a personal Product Hunt Developer Token generated from the Product Hunt API Dashboard (any placeholder redirect_uri works, since the MCP server never uses an OAuth redirect flow itself) supplied via the PRODUCT_HUNT_TOKEN environment variable. Install with `pip install product-hunt-mcp` or `uv pip install product-hunt-mcp`; a Docker image and a git+https install path are also documented for teams that prefer container-based MCP deployments. Config for Claude Desktop or Cursor just points the command at the installed `product-hunt-mcp` binary with the token set in the env block.

search
๐Ÿ”

arXiv MCP Server

by blazickjp (Community)

Local

The arXiv MCP Server bridges AI assistants to arXiv's research repository through the Model Context Protocol, letting Claude, Cursor, VS Code, and other MCP clients search, download, and read academic papers directly inside a conversation. The core workflow is search_papers โ†’ download_paper โ†’ read_paper: search_papers queries arXiv with boolean, category (cs.AI, cs.LG, cs.CL, cs.CV, stat.ML, quant-ph, and more), and date-range filters while automatically respecting arXiv's 3-second rate limit; download_paper fetches a paper by its arXiv ID (HTML first, PDF fallback) and stores it locally, returning content_length/next_start metadata so clients can safely page through very large papers; read_paper then returns the full text as markdown, with start/max_chars pagination for long documents. list_papers shows everything downloaded locally, and semantic_search searches across that local collection. The server also ships a "deep-paper-analysis" prompt that walks an assistant through executive summary, methodology, results, and future-research-direction analysis for a given paper ID. Install with `uv tool install arxiv-mcp-server` (NOT npm โ€” an unrelated third-party package squats the same name on npm) or via the one-click Claude Desktop .mcpb bundle; a Streamable HTTP transport is available for server deployments. The README explicitly flags that arXiv paper content is untrusted external input and warns about prompt-injection risk (OWASP LLM01/AG01) when feeding raw paper text into agentic pipelines with tool access.

searchai
๐Ÿ”

Semantic Scholar MCP Server

by zongmin-yu (Community)

Local

The Semantic Scholar MCP Server is a FastMCP-based Python server that connects Claude, Cursor, VS Code, and other MCP clients to the Semantic Scholar API โ€” the Allen Institute for AI's corpus of 200M+ academic papers โ€” so an assistant can search literature, trace citation networks, and pull author profiles directly inside a conversation instead of guessing from training data. On the paper side it exposes full-text and title-based search with advanced filtering, multi-strategy ranked search, single- and multi-paper recommendations, and efficient batch detail retrieval with customizable field selection. Its citation-analysis tools walk the citation graph in both directions โ€” citations and references โ€” with citation context and influence signals, which is what makes it a strong fit for literature-review and citation-tracing agents rather than one-off lookups. Author tools cover author search, profile details, publication history, and batch author retrieval. It works unauthenticated for light use, but setting a SEMANTIC_SCHOLAR_API_KEY environment variable raises rate limits for heavier workflows; the server handles rate-limit compliance, connection pooling, and graceful shutdown internally. Install with `pip install semantic-scholar-fastmcp` or run it with no install via `uvx semantic-scholar-fastmcp`, then point your client's config at the uvx command. A Smithery one-click install for Claude Desktop and a companion Claude Code skills bundle (expand-references, trace-citations, paper-triage) are also available. Requires Python 3.10+.

searchai
๐Ÿค–

Wolfram Alpha MCP Server

by akalaric (Community)

Local

This Wolfram Alpha MCP server gives AI assistants a direct line to the Wolfram|Alpha computational knowledge engine, letting them run math, science, unit-conversion, and structured data queries and get back verified answers instead of guessing at arithmetic or facts. It wraps the Wolfram|Alpha API in an MCP-compliant interface with a modular architecture designed to be extended to additional Wolfram APIs and multi-client setups. Beyond the server itself, the project bundles an example MCP client built on Gemini via LangChain, plus an optional Gradio web UI for interacting with both Google AI and the Wolfram Alpha MCP server side by side โ€” useful for testing queries before wiring the server into Claude Desktop, Cursor, or VS Code. Configuration requires a WOLFRAM_API_KEY (a free Wolfram|Alpha AppID) set via a .env file, and an optional GeminiAPI key if using the bundled LangChain client. Install by cloning the repo and running `pip install -r requirements.txt` (or `uv sync`), then point your MCP client at the packaged server.py entry point; a VS Code MCP config template and Docker build files for the client/UI are included in the repo. Because Wolfram|Alpha handles the actual computation server-side, this server is a strong fit for agentic workflows that need reliably correct math or unit conversions rather than LLM-generated approximations.

aisearch
๐ŸŒ

Weather MCP Server

by cmer81 (Community)

Local

This Weather MCP Server (the Open-Meteo MCP Server) gives Claude, Cursor, VS Code, and other MCP clients comprehensive access to the free Open-Meteo weather APIs โ€” no API key required โ€” so an assistant can answer forecast, historical, air-quality, and marine questions with live data instead of stale training knowledge. Its core tools cover weather_forecast (7-day forecasts at hourly and daily resolution), weather_archive (historical ERA5 reanalysis data back to 1940), air_quality (PM2.5/PM10, ozone, nitrogen dioxide, pollen, European/US AQI and UV index), marine_weather (wave height/period/direction and sea-surface temperature), elevation, and geocoding to resolve place names or postal codes to coordinates. Beyond the basics it exposes specialized national-model tools โ€” DWD ICON (Europe), NOAA GFS (US/global), Mรฉtรฉo-France AROME/ARPEGE, ECMWF, JMA (Asia), MET Norway, and Environment Canada GEM โ€” plus advanced tools for flood forecasting (GloFAS river discharge), seasonal forecasts up to nine months out, CMIP6 climate projections, and ensemble forecasts that surface model uncertainty. The fastest install is zero-config via npx: `npx -y open-meteo-mcp-server` (Node.js 22+), with optional environment variables to point each Open-Meteo sub-API at a self-hosted endpoint; a Docker image and from-source build are also published. If you specifically need a WeatherAPI.com-backed single-tool `current_weather` server instead, ezh0v/weather-mcp-server (Go, ~250 stars) is a lighter API-key-based alternative.

api
๐Ÿ’ฐ

Financial Datasets MCP Server

by Financial Datasets

LocalOfficial

The official Financial Datasets MCP Server gives Claude and other AI assistants direct access to stock market and crypto data through the Financial Datasets API, so an assistant can pull real fundamentals and prices instead of relying on stale training data. It exposes ten tools: get_income_statements, get_balance_sheets, and get_cash_flow_statements for company financial statements; get_current_stock_price and get_historical_stock_prices for equity pricing; get_company_news for recent headlines; and get_available_crypto_tickers, get_current_crypto_price, get_crypto_prices, and get_historical_crypto_prices for crypto markets. It is a Python server built on the official `mcp[cli]` SDK plus httpx, requiring Python 3.10+ and the uv package manager. Setup is clone the repo, run `uv venv && uv add "mcp[cli]" httpx`, then supply a FINANCIAL_DATASETS_API_KEY in a .env file before pointing Claude Desktop's config at `uv run server.py` with the project's absolute path. Once connected, an assistant can answer questions like "what are Apple's recent income statements" or "get historical prices for MSFT from 2024-01-01 to 2024-12-31" using live data rather than guessing.

financeapi
๐Ÿ’ฐ

Alpha Vantage

by Alpha Vantage

LocalOfficial

Connect to 100+ APIs for financial market data from Alpha Vantage.

financeapi
๐Ÿค–

MiniMax MCP (Image, Video & Audio Generation)

by MiniMax AI

LocalOfficial

MiniMax MCP is MiniMax's official, first-party Model Context Protocol server for text-to-image generation, alongside video and audio generation โ€” the highest-starred general-purpose image-generation MCP server on GitHub (1,500+ stars, MIT licensed, actively maintained), a strong signal for the broad "AI image generation MCP" search intent this page targets versus single-model options like Replicate Flux or Stability AI covered in their own dedicated entries elsewhere in this directory. The `text_to_image` tool generates images directly from a prompt; companion tools cover `generate_video` (with the MiniMax-Hailuo-02 model, configurable 6s/10s duration and 768P/1080P resolution), `music_generation` (prompt+lyrics to a full music track via the music-1.5 model), `text_to_audio` plus `voice_clone` and `voice_design` for custom TTS voices, and `query_video_generation` for polling async video jobs. Install via `uvx minimax-mcp -y` (Python/uv-based) with a `MINIMAX_API_KEY` from the MiniMax platform โ€” note the API key and `MINIMAX_API_HOST` must match your account region (Global: api.minimax.io, Mainland China: api.minimaxi.com) or requests fail with an invalid-key error. Supports both stdio (local) and SSE (local or cloud-deployed) transport, with a `MINIMAX_API_RESOURCE_MODE` env var controlling whether generated assets are returned as a URL or downloaded to a local output path. A companion `MiniMax-MCP-JS` package offers an official JavaScript implementation for non-Python environments. Works with Claude Desktop, Cursor, Windsurf, and OpenAI Agents SDK clients โ€” usage incurs MiniMax API costs per generation.

aimedia
๐Ÿค–

Replicate Flux MCP

by awkoy

Local

MCP for Replicate Flux Model is a TypeScript server built specifically around Replicate's Flux image-generation models, giving AI assistants a direct tool for generating customized images and SVG assets that match a project's coding vibe or design aesthetic. It streamlines AI-powered visual asset creation for developers โ€” generating illustrations, icons, and mockups on demand from a text prompt without leaving the assistant conversation โ€” using a Replicate API token for auth. Note this server is scoped to Flux image generation rather than Replicate's full model catalog; developers needing broader access to arbitrary Replicate models (video, audio, LLMs, etc.) should look at deepfates/mcp-replicate, a more general-purpose Replicate API server (currently archived but still functional as a reference implementation).

ai
๐Ÿค–

Stability AI MCP Server (Community)

by alesurli (Community)

Local

Stability AI has not published a first-party MCP server, but alesurli/mcp-stability-ai is an actively maintained community implementation (npm package `mcp-stability-ai`, MIT licensed, CI-tested) that wires Stability's v2beta image API into Claude Desktop for fully conversational generation and editing โ€” no manual file-path juggling required. On the generation side it exposes three model tiers as separate tools: `generate_image_sd3` (Stable Diffusion 3.5, best overall quality with negative-prompt support, roughly $0.035โ€“$0.065/image), `generate_image_core` (fast generation with built-in style presets, ~$0.03/image), and `generate_image_ultra` (highest photorealistic quality, ~$0.08/image). Editing tools cover the workflows a product or marketing team actually needs: `remove_background` for transparent-PNG cutouts, `replace_background` which swaps and relights a background for product-shot work, `inpaint` for prompt-driven masked-region edits, `search_and_replace` and `search_and_recolor` for maskless object swaps and recoloring by natural-language description, and `outpaint` to extend a canvas in any direction. The author built it specifically as a maintained Stability.ai bridge for people who want the API-based service inside a Claude conversation rather than running a local GPU stack like ComfyUI or Automatic1111 โ€” it is explicitly positioned as a complement to, not a replacement for, those local-first tools. Requires a `STABILITY_API_KEY` from the Stability AI platform; install with `npx -y mcp-stability-ai` and add the key as an environment variable in the Claude Desktop config.

aimedia
๐Ÿค–

Anthropic Claude (MCP Client, Not a Server)

by Anthropic

Local

Anthropic does not publish a Model Context Protocol *server* for Claude โ€” a `anthropics/mcp-server` repo does not exist, and Anthropic's own `anthropics/claude-ai-mcp` repo is just an issue tracker for reporting MCP-integration bugs in Claude Desktop and Claude Code, not an installable server. That is because Claude sits on the other side of the protocol: Claude Desktop, Claude Code, and the Claude API are MCP *hosts/clients* that connect OUT to the thousands of servers in this directory (filesystem, databases, GitHub, Slack, and so on) โ€” Anthropic is also the steward of the MCP specification itself, publishing the protocol spec and reference SDKs/servers through the separate `modelcontextprotocol` GitHub org rather than shipping "Claude" as a callable tool server. If you want another AI agent to call Claude as a tool over MCP, no first-party server exists for that today; teams typically wrap the Anthropic Messages API in a small custom MCP server using the official Python/TypeScript SDK. This entry is kept for search/reference purposes โ€” same resolution as the OpenAI, Codeium, and Gitpod entries in this directory, none of which have a first-party MCP server despite the search demand.

ai
๐Ÿค–

Cohere

by Cohere

Local

Cohere does not ship a dedicated, official Model Context Protocol server โ€” a `cohere-ai/mcp-server` repo does not exist, and the handful of community MCP wrappers found for Cohere's chat/embed/rerank endpoints (e.g. thin single-file projects with zero to a few stars) are early, unmaintained, or unofficial. The closest first-party, actively maintained repo is cohere-ai/cohere-toolkit (3,000+ stars), Cohere's official open-source toolkit for building and deploying RAG and tool-use applications on top of the Cohere platform โ€” it includes reference implementations for connecting retrieval, tool-calling, and agentic workflows to Cohere's Command models, which is the same groundwork any MCP wrapper for Cohere would need. Teams wanting an assistant to call Cohere directly today typically write a small custom MCP server around the Cohere Python or TypeScript SDK, exposing tools like generate_text, embed_documents, or rerank_results authenticated with a `CO_API_KEY`. Typical use once wired up: ask Claude to "embed these 50 support tickets and cluster them by topic" or "rerank these search results by relevance to the user's question," with the assistant calling Cohere's embed/rerank endpoints instead of a generic model. Update this entry if Cohere or a well-adopted community project ships a real dedicated MCP server.

ai
๐Ÿค–

Mistral MCP Server (Community)

by Swih

Local

There is no official `mistralai/mcp-server` repo โ€” Mistral AI does not currently publish a first-party MCP server. The most complete real alternative is the community-maintained `mistral-mcp` package (Swih/mistral-mcp, MIT-licensed, published to npm), which exposes the full Mistral API surface as MCP tools, resources, and prompts rather than just chat completions. Unique tools include `mistral_ocr` (Document AI โ€” structured text plus bounding-box annotations from any PDF or image), `voxtral_transcribe` (audio transcription with optional speaker diarization), `codestral_fim` (fill-in-the-middle code completion), and `workflow_execute`/`status`/`interact` for Temporal-backed durable, human-in-the-loop multi-step workflows. It ships four tool-exposure profiles via `MISTRAL_MCP_PROFILE` โ€” `core` (12 tools, default, lean daily use), `admin` (41 tools, full API surface including embeddings, batch, classify, files, agents, TTS), `workflows` (7 tools, pipeline/connector focus), and `metier-docs` (13 tools, document-processing vertical) โ€” plus French-first prompts and skills (meeting minutes, legal summaries, invoice reminders) aimed at European teams evaluating GDPR/DORA-sensitive AI stacks. Install with `npx -y mistral-mcp@latest` (or `claude mcp add mistral -- npx -y mistral-mcp@latest`) and a `MISTRAL_API_KEY`; a Claude Code plugin (`/plugin install mistral-mcp@swih-plugins`) auto-installs and prompts for the key. Typical use: ask Claude to "OCR this invoice PDF and extract the line items" or "transcribe this meeting recording with speaker labels" and the assistant calls straight into Mistral's Document AI and Voxtral models. It is community-built, not an official Mistral integration โ€” nothing here changes Mistral's own data-handling terms.

ai
๐Ÿค–

Perplexity MCP Server

by Perplexity

LocalOfficial

The Perplexity MCP Server is the official server from Perplexity AI that brings real-time web search, reasoning, and deep research into any MCP-compatible client through the Perplexity Sonar API. Unlike scrapers or search-index wrappers, it taps Perplexity's own answer engine, so Claude gets grounded, citation-backed responses drawn from live web results. The server exposes four purpose-built tools: perplexity_search returns ranked web results with snippets for lightweight lookups; perplexity_ask provides general-purpose conversational answers with real-time search using the sonar-pro model, ideal for quick everyday questions; perplexity_research runs deep, comprehensive investigations with the sonar-deep-research model for thorough analysis and detailed reports; and perplexity_reason handles advanced problem-solving and multi-step analytical tasks with the sonar-reasoning-pro model, with an optional strip_thinking parameter to control chain-of-thought output. Authentication uses a single PERPLEXITY_API_KEY from the Perplexity API dashboard. Installation is a one-line npx command with the official @perplexity-ai/mcp-server package โ€” add it to Claude Code, Claude Desktop, Cursor, Windsurf, VS Code, or Codex, with a Docker image and HTTP transport also supported for server deployments. Because it is Perplexity's first-party implementation (2,300+ GitHub stars), the Perplexity MCP Server is the most reliable way to give an AI agent fresh, sourced answers โ€” perfect for research assistants, fact-checking, and any workflow that needs current information the base model was never trained on.

aisearch
๐Ÿ”

Tavily MCP Server

by Tavily

LocalOfficial

The Tavily MCP server (tavily-ai/tavily-mcp) is the official, production-ready Model Context Protocol server for Tavily, a search API built specifically for AI agents and RAG pipelines rather than human browsing. It exposes four tools: tavily-search runs real-time web searches tuned for LLM consumption (returning clean, ranked, source-cited results instead of raw HTML), tavily-extract pulls the full clean content out of one or more specific URLs, tavily-map builds a structured map of a site's pages starting from a root URL, and tavily-crawl walks a site to gather content across many pages in a single call. Together these let an assistant answer "search for the latest changelog entries for library X and summarize the breaking changes" or "extract the pricing table from these three competitor pages" with grounded, up-to-date, citation-backed data instead of stale training knowledge. Authentication uses a single `TAVILY_API_KEY` from tavily.com (a generous free tier is available). You can run it locally with `npx -y tavily-mcp@latest` in your Claude Desktop, Cursor, Windsurf, or Cline config, or connect to Tavily's hosted remote server at mcp.tavily.com for a zero-install setup. Typical use: give a coding or research agent live web access so it can verify facts, read documentation it has never seen, and cite real sources โ€” one of the most widely adopted search servers in the MCP ecosystem.

searchai
๐Ÿ”

Serper MCP Server

by Marco Pesani (Community)

Local

Community-built MCP server that gives AI agents live Google Search and webpage scraping through the Serper API โ€” a fast, low-cost alternative to Google's own Custom Search. Exposes two tools: `google_search`, which returns rich SERP data (organic results, knowledge graph, 'people also ask', related searches) with region and language targeting, pagination, time filters, autocorrection, and full Google advanced-operator support (site:, filetype:, inurl:, intitle:, related:, before:/after: date ranges, exact-phrase, exclusion, and OR alternatives); and `scrape`, which extracts clean plain-text or markdown content from any URL along with JSON-LD structured data and head metadata while preserving document structure. Written in TypeScript and distributed on npm as `serper-search-scrape-mcp-server` (also available via Smithery for one-command Claude Desktop setup). Requires a Serper API key set as the `SERPER_API_KEY` environment variable; Serper's free tier of 2,500 queries makes it popular for prototyping RAG and research agents. Ideal for grounding LLM answers in current web results, competitive research, fact-checking, and building agents that need to both search and read pages without wiring up separate search and scraping providers.

search
๐Ÿ”

You.com MCP Server

by youdotcom-oss

LocalOfficial

The You.com MCP Server (published as `@youdotcom-oss/mcp`) is a lightweight STDIO bridge that proxies MCP clients to You.com's hosted MCP endpoint at `https://api.you.com/mcp`, rather than running search logic locally โ€” the actual retrieval and ranking happen on You.com's servers. It ships from You.com's own `youdotcom-oss` GitHub organization as part of their dx-toolkit monorepo, not the fabricated `you-com/mcp-server` repo sometimes cited elsewhere. Install by running `npx @youdotcom-oss/mcp` directly in your MCP client config, or add it as a dependency with `bun add @youdotcom-oss/mcp`; authentication requires a `YDC_API_KEY` environment variable, sent as a Bearer token to the hosted endpoint. By default the server exposes three tools: `you-search` for real-time web search grounded in You.com's independent index, `you-research` for deeper multi-step research queries that synthesize across several sources, and `you-contents` for fetching and extracting clean content from specific URLs. A fourth tool, `you-finance`, covers stock/market data but is opt-in only โ€” it must be explicitly added via the `YDC_ALLOWED_TOOLS` environment variable (e.g. `YDC_ALLOWED_TOOLS=you-search,you-finance`) rather than being enabled by default. Typical use: an agent needs current information beyond its training cutoff โ€” "search for the latest news on X" or "research competing products in this space and summarize the differences" โ€” and calls You.com's search/research tools instead of relying on stale internal knowledge or a generic scraping fallback.

searchai
๐Ÿ”

Kagi Search

by Kagi

LocalOfficial

Search the web using Kagi's search API.

search
๐ŸŒ

Browserless MCP Server

by Browserless

LocalOfficial

The Browserless MCP Server is Browserless.io's official Model Context Protocol integration, exposing Browserless's smart-scraper and browser-automation API as tools any MCP-compatible AI assistant can call โ€” Claude Desktop, Cursor, VS Code, and Windsurf among them. The fastest path is the hosted remote server at `https://mcp.browserless.io/mcp`, authenticated with a Browserless API token (a free tier is available), so most users never run anything locally. Core capabilities: a scraping tool that cascades through strategies (plain HTTP fetch, proxy, full headless-browser render, and CAPTCHA solving as needed) and returns content as markdown, HTML, screenshot, PDF, or extracted links; a web-search tool covering web/news/image search with geo-targeting and time-range filters, with optional per-result scraping; a raw Puppeteer-execution tool that runs custom JavaScript against a live page object on Browserless's cloud browsers for cases the built-in tools don't cover; and a stateful agent-loop mode that keeps a persistent browser session alive across multiple tool calls with snapshot/observe/act primitives, instead of forcing one-shot page loads for every step. This makes it a fit for AI research agents that need to click through paginated results, fill and submit forms, or verify a scrape against a live rendered page rather than a static fetch. The github.com/browserless/mcp-server URL sometimes cited for this project does not exist โ€” the real official repo lives at browserless/browserless-mcp; a separate community implementation, Lizzard-Solutions/browserless-mcp, offers a comparable self-hosted alternative for teams that want to run the bridge themselves instead of the hosted endpoint.

browser
๐ŸŒ

ScrapingBee MCP Server

by ScrapingBee

LocalOfficial

The official ScrapingBee MCP Server turns ScrapingBee's managed web-scraping infrastructure into an AI-native data layer, so AI agents register scraping as a formally callable MCP tool instead of guessing at fetch/parse logic inside a prompt. The architecture is a clean pipeline: AI agent โ†’ MCP client โ†’ ScrapingBee MCP server โ†’ ScrapingBee API โ†’ target website โ†’ structured JSON response injected back into the agent's context. ScrapingBee handles the parts language models cannot reliably do themselves โ€” bypassing anti-bot protection, rotating proxies, rendering JavaScript-heavy pages, and solving CAPTCHA challenges โ€” which makes this a good fit for AI research agents, ecommerce intelligence bots, and market-monitoring pipelines that need live web data rather than stale training data. The fastest path is the hosted remote MCP endpoint: add it to claude_desktop_config.json via `npx mcp-remote https://mcp.scrapingbee.com/mcp?api_key=YOUR_API_KEY` and restart Claude Desktop to get the tools automatically, no local server process required. For self-hosting or custom integrations, clone the repo, run `npm install`, set a SCRAPINGBEE_API_KEY environment variable, and start the server with `npm start`; the repo also documents a custom async Python MCP client for advanced agentic workflows. Requires a ScrapingBee API key (paid service, free trial available).

browserapi
๐ŸŒ

Crawlee

by Apify

Local

Web scraping and browser automation library.

browser
๐ŸŒ

Oxylabs MCP Server

by Oxylabs

LocalOfficial

Official Oxylabs MCP server that bridges AI models to the open web at scale โ€” letting agents scrape any URL, render JavaScript-heavy pages, bypass CAPTCHAs and anti-bot systems, and reach geo-restricted content across 195+ countries through Oxylabs' proxy and Web Scraper API infrastructure. Exposes two tool sets. The Web Scraper API tools cover `universal_scraper` (general website scraping with automatic content formatting for LLM consumption), `google_search_scraper` (structured Google SERP extraction), `amazon_search_scraper` (Amazon result pages), and `amazon_product_scraper` (individual product detail pages). The Oxylabs AI Studio tools add `ai_scraper` for AI-powered extraction that returns clean JSON or Markdown from any URL without writing selectors. Distributed as the PyPI package `oxylabs-mcp` (installable via uvx) and on Smithery for one-command setup. Authentication uses `OXYLABS_USERNAME`/`OXYLABS_PASSWORD` for the Web Scraper API (1-week free trial) plus an optional `OXYLABS_AI_STUDIO_API_KEY` (1,000 free credits) for the AI extraction tools. Built for agents doing large-scale market research, price monitoring, lead generation, SEO/SERP tracking, and competitive intelligence where residential/datacenter proxies and reliable rendering matter more than a single-page fetch.

browserapi
๐ŸŒ

AgentQL

by AgentQL

LocalOfficial

Enable AI agents to get structured data from unstructured web.

browserai
๐ŸŒ

Hyperbrowser

by Hyperbrowser

LocalOfficial

Next-generation platform empowering AI agents with scalable browser automation.

browserai
๐Ÿ’ป

Daytona

by Daytona

LocalOfficial

Fast and secure execution of your AI generated code with Daytona sandboxes.

codingcloud
๐Ÿ’ป

Replit

by Replit

Local

Code execution and development environment.

codingcloud
๐Ÿ’ป

GitHub Codespaces

by GitHub

Local

Cloud development environments.

codingcloud
๐Ÿ’ป

Gitpod (No MCP Server)

by Gitpod

Local

Gitpod does not publish a Model Context Protocol server โ€” a `gitpod-io/mcp-server` repo does not exist, and a GitHub search for "gitpod mcp" turns up nothing beyond an unrelated Minecraft joke repo. Gitpod's own product direction has moved toward Gitpod Flex and CDE-as-infrastructure rather than shipping an MCP tool surface, and unlike GitHub Codespaces (which has an official codespaces-mcp) no community project has stepped in to fill the gap either. If you want an AI agent to provision or control a Gitpod workspace over MCP, no first-party or notable community server currently exists for that โ€” this entry is kept for search/reference purposes and will be updated if Gitpod or the community ships one. In the meantime, the closest cloud-dev-environment MCP options are the CodeSandbox and StackBlitz servers listed in this directory, or GitHub Codespaces MCP for a GitHub-native workflow.

codingcloud
๐Ÿ’ป

StackBlitz MCP Server

by sxzz (Community)

Local

An MCP server for reading files and project structure from StackBlitz projects, built by sxzz. Note this is a community project, not an official StackBlitz release โ€” the previously-listed `stackblitz/mcp-server` repo does not exist. It exposes four tools: `resolve_project` looks up a StackBlitz project by ID or full stackblitz.com/edit/ URL and returns metadata (title, description, preset, visibility, file count); `list_files` renders the project's files as an ASCII tree, optionally filtered by a path prefix; `read_file` pulls the raw contents of a single file by path; and `search_files` runs a text or regex search across the project with case-sensitivity and result-limit options. It also exposes two MCP resource URI patterns โ€” `stackblitz://{projectId}/tree` for the file tree and `stackblitz://{projectId}/files/{path}` for individual file contents โ€” so an agent can browse a StackBlitz reproduction repo the same way it would a local directory. The server is read-only (no file writing or sandbox execution) and requires no API key, since it works against StackBlitz's public project data. It's aimed at the common "someone shared a StackBlitz repro link, now debug it" workflow: paste the project ID into Claude/Cursor and let the agent inspect the code directly instead of you copy-pasting files by hand. Install via npm as a global CLI (`stackblitz-mcp`) and wire it into any MCP-compatible client's config.

codingcloud
๐Ÿ’ป

CodeSandbox MCP Server

by techlibs (Community)

Local

A Model Context Protocol server that exposes the official CodeSandbox SDK as MCP tools for AI agents, built by techlibs. This is a community project (not an official CodeSandbox release) โ€” the previously-listed `codesandbox/mcp-server` repo does not exist. Unlike simpler read-only sandbox browsers, this server is fully stateless and covers the entire sandbox lifecycle: `createSandbox` (optionally forking a template, with privacy/title/tags/VM-tier/hibernation settings), `resumeSandbox` and `hibernateSandbox` for VM power state, `getSandboxInfo` for metadata without starting the VM, and `updateSandbox` for changing VM tier (Pico through XLarge) or hibernation timeout. File and shell access go through per-call sessions โ€” `createSession`/`resumeSession` (with read/write permission, environment variables, and optional Git identity for commits) back `readFile`, `readdir`, and `writeFile`, all of which connect per call using a sandboxId + sessionId rather than holding open server-side state. A `--read-only` CLI flag disables all mutating tools and defaults new sessions to read permission, which is the recommended mode for agents you don't fully trust with a live VM. Requires a `CODESANDBOX_API_TOKEN` (or `CSB_API_KEY`) from your CodeSandbox account and Node.js 18+. Run via `npx @techlibs/codesandbox-mcp` in any MCP client config; the CLI binary is `mcp-server-codesandbox`.

codingcloud
๐Ÿ’ป

Codeium (Windsurf)

by Codeium / Exafunction

Local

Codeium does not publish a Model Context Protocol server โ€” a `codeium/mcp-server` repo does not exist, and a GitHub/npm sweep for one turns up nothing beyond unrelated demo and research repos. That is because Codeium's product direction went the other way: the company rebranded its flagship product to Windsurf, an AI-native code editor (parent org Exafunction) that acts as an MCP *client*, letting its built-in Cascade agent call out to external MCP servers (filesystem, databases, GitHub, etc.) the same way Claude Desktop or Cursor do โ€” it does not expose Codeium/Windsurf itself as a tool server. Exafunction's public repos are IDE plugins (windsurf.vim, windsurf.nvim, CodeiumJetBrains, codeium.el) rather than an MCP integration. If you want an AI assistant to read from or control a Codeium/Windsurf workspace over MCP, no first-party or notable community server currently exists for that โ€” this entry is kept for search/reference purposes and will be updated if Codeium ships one.

codingai
๐Ÿ’ป

Tabnine

by Tabnine (Codota)

Local

Tabnine does not publish a Model Context Protocol server โ€” a `tabnine/mcp-server` repo does not exist, and neither GitHub nor npm turn up a real first-party or community MCP integration for it (searches surface only unrelated demo/config repos with 0-3 stars). Tabnine's public engineering effort (org: codota) is entirely IDE-plugin-shaped โ€” clients for VS Code, JetBrains, Vim/Neovim, Sublime, Atom, and JupyterLab that wire Tabnine's completion models into each editor's native autocomplete UI, plus a separate PR-review agent (tabnine-pr-agent). None of these expose Tabnine as an MCP tool server that Claude, Cursor, or another MCP client could call into. This entry is kept for search/reference purposes and will be updated if Tabnine ships a genuine MCP server in the future.

codingai
๐Ÿ’ป

Sourcegraph MCP Server

by najva-ai

Local

najva-ai's Sourcegraph MCP Server is a Python server that gives AI assistants AI-enhanced code search across large, multi-repo codebases using Sourcegraph's query engine. It exposes three tools: `search` (run Sourcegraph queries with full advanced syntax โ€” regex patterns, `lang:`/`file:`/`repo:` filters, and boolean operators โ€” across sourcegraph.com or a self-hosted instance), `search_prompt_guide` (generate a context-aware guide that helps the model construct effective queries for a stated objective), and `fetch_content` (retrieve file contents or explore directory structures inside a repository). Auth is via a `SRC_ENDPOINT` environment variable (required โ€” e.g. https://sourcegraph.com) plus an optional `SRC_ACCESS_TOKEN` for private instances. The server runs locally over SSE / Streamable-HTTP (default ports 8000/8080) and is installed from source with UV (`uv sync && uv run python -m src.main`), pip (`pip install -e .`), or a bundled Dockerfile; clients like Cursor connect by pointing `.cursor/mcp.json` at the local `http://localhost:8080/sourcegraph/mcp/` URL. It's ideal for agents that need to find and understand code patterns across many repositories rather than a single local checkout.

codingsearch
๐Ÿ’ป

Semgrep MCP Server

by Semgrep

Auth requiredOfficial

The official Semgrep MCP server lets an AI assistant run Semgrep โ€” a fast, deterministic static analysis engine that semantically understands 30+ languages and ships over 5,000 security rules โ€” directly against the code it is writing or reviewing, so you can "secure your vibe coding" without leaving Claude, Cursor, VS Code, or Windsurf. It exposes a focused tool surface: `security_check` scans code for vulnerabilities, `semgrep_scan` runs a scan with a given rule config, `semgrep_scan_with_custom_rule` applies a custom Semgrep rule you supply inline, `get_abstract_syntax_tree` returns the AST of a snippet so an agent can reason about code structure, `supported_languages` lists the languages Semgrep can parse, and `semgrep_rule_schema` fetches the latest rule JSON Schema for writing new rules. With a Semgrep AppSec Platform login and token, `semgrep_findings` pulls findings from your organization's cloud account. The server runs three ways โ€” as a Python package via `uvx semgrep-mcp` (PyPI: semgrep-mcp), as a Docker container `ghcr.io/semgrep/mcp`, or against Semgrep's hosted endpoint at mcp.semgrep.ai โ€” and supports stdio, Streamable HTTP, and SSE transports. Note: the standalone semgrep/mcp repository is now deprecated, with ongoing development folded into the main `semgrep` binary (semgrep/semgrep, under cli/src/semgrep/mcp), so future updates ship through the official Semgrep CLI itself.

codingsecurity

Checked 7d ago

๐Ÿ’ป

CodeRabbit MCP Server

by Brad Fair (Community)

Local

The CodeRabbit MCP Server lets Claude and other MCP-capable coding agents pull CodeRabbit's AI code-review output directly into their working context and act on it programmatically, instead of a developer manually reading through GitHub PR comments. Tools cover the full review lifecycle: get_reviews retrieves every CodeRabbit review left on a given pull request, get_review_details returns the configuration and file list behind a specific review, get_comments extracts individual line-level comments together with CodeRabbit's AI-generated prompts and suggested fixes, get_comment_details digs into one comment's full context and example fix, and resolve_comment marks a comment addressed, won't-fix, or not-applicable so the PR thread stays in sync with what the agent actually did. A bundled /coderabbit-review slash command chains these into an automated "fetch, triage, and implement fixes" workflow, which is the main use case: point an agent at a PR that CodeRabbit has already reviewed and have it work through the suggestions autonomously. Installation is npx coderabbitai-mcp@latest with no local build step; the only required credential is a GitHub Personal Access Token (repo scope for private repos, public_repo for public ones) passed as GITHUB_PAT, since the server reads PR review data through GitHub's API rather than CodeRabbit's own API. This is a community integration, not published by CodeRabbit itself, and depends on a repository already having CodeRabbit reviews enabled.

codingai
๐Ÿ’ป

Codacy

by Codacy

LocalOfficial

Interact with Codacy API to query code quality issues, vulnerabilities, and coverage insights.

codingsecurity
๐Ÿ’ป

Qodana

by JetBrains

Local

Static code analysis by JetBrains.

codingsecurity
๐Ÿค–

DeepL

by DeepL

LocalOfficial

Translate or rewrite text with DeepL's AI models.

aiapi
๐Ÿ“

Box

by Box

Auth requiredOfficial

Interact with the Intelligent Content Management platform through Box AI.

filesystemai

Checked 7d ago

๐Ÿง 

Graphlit

by Graphlit

LocalOfficial

Ingest anything from Slack to Gmail to podcast feeds, web crawling, into a searchable project.

memorysearch
๐Ÿง 

Needle

by Needle AI

Auth requiredOfficial

Production-ready RAG out of the box to search and retrieve data from your own documents.

memoryaisearch

Checked 7d ago

๐Ÿง 

Inkeep

by Inkeep

LocalOfficial

RAG Search over your content powered by Inkeep.

memoryaisearch
๐ŸŒ

Composio

by Composio

LocalFeaturedOfficial

Connect 100+ tools with zero setup. Auth built-in. Made for agents.

apiproductivity
๐ŸŒ

Nango

by Nango

LocalOfficial

Integrate your AI agent with 500+ APIs: Auth, custom tools, and observability. Open-source.

api
๐ŸŒ

Membrane MCP Server (formerly Integration.app)

by membranehq

LocalOfficial

The Membrane MCP Server is the official Model Context Protocol integration for Membrane, the agentic integration platform formerly known as Integration.app โ€” the company rebranded to getmembrane.com in 2026, and its GitHub org moved from `integration-app` to `membranehq`, which is why the old `integration-app/mcp-server` repo URL no longer resolves. Membrane connects AI agents, products, and internal tools to 100,000+ third-party SaaS applications through a single unified integration layer, so instead of writing bespoke API clients for every app your customers use, an agent calls one MCP server and Membrane routes the request to the right connected integration. The server exposes "actions for connected integrations on Membrane" as MCP tools: in static mode it returns every available action across all connected apps, while dynamic mode lets a client selectively enable only the tools it needs via an `enable-tools` call, and requests can be scoped to specific apps with an `apps` query parameter. Authentication is a Membrane access token, supplied either as a `?token=` query parameter or an `Authorization: Bearer` header โ€” there is no anonymous/no-account mode. It ships as a self-hosted Node.js (v18+) server: clone the repo, `npm install && npm run build`, then run it locally (`npm run dev` serves on `http://localhost:3000`) or containerize it with the provided Docker setup for your own cloud hosting. It speaks MCP over streamable HTTP at `/mcp` (recommended) and a deprecated SSE endpoint at `/sse`. Typical use: an agent needs to "create a contact in whichever CRM this customer has connected" or "sync this record to their connected apps" without the developer hand-building integrations for every possible SaaS target โ€” Membrane's pre-built connector catalog and unified data model handle the app-specific translation.

api
๐Ÿค–

Arize Phoenix

by Arize AI

LocalOfficial

Inspect traces, manage prompts, curate datasets, and run experiments with open-source AI observability.

aianalytics
๐Ÿค–

Comet Opik

by Comet

LocalOfficial

Query and analyze your Opik logs, traces, prompts and telemetry data from your LLMs.

aianalytics
๐Ÿ“Š

Logfire

by Pydantic

LocalOfficial

Provides access to OpenTelemetry traces and metrics through Logfire.

analyticsdevops
๐ŸŒ

Customer.io

by Customer.io

LocalOfficial

Create segments, inspect user profiles, search for customers, and access workspace data.

apianalytics
๐Ÿ’ฌ

Courier

by Courier

LocalOfficial

Build, update, and send multi-channel notifications across email, sms, push, Slack, and Teams.

communication
๐Ÿ’ฌ

Knock

by Knock

LocalOfficial

Send product and customer messaging across email, in-app, push, SMS, Slack, Teams.

communication
๐Ÿ”

Glean

by Glean

LocalOfficial

Enterprise search and chat using Glean's API.

searchproductivity
๐ŸŽฌ

Descript (No MCP Server Available)

by Descript, Inc.

Local

Descript is a popular video and audio editing platform built around transcript-driven editing (delete a word in the text, it cuts the clip), AI overdub voice cloning, screen recording, and Studio Sound noise removal. As of this writing, Descript has not published an official MCP server, and no community project has produced one with meaningful adoption either โ€” repeated GitHub searches across multiple review cycles turn up only forked demo repos and unrelated tools with a description that happens to mention "descript," none exceeding a handful of stars. If you need to script Descript-style transcript/video workflows from an AI agent today, the closest MCP-native options are general-purpose media servers already listed in this directory (search "video" or "audio" categories) combined with Descript's own REST API and Zapier integrations, which are not MCP but can be wrapped in a custom server. This entry is kept as a placeholder so the term stays discoverable; it will be updated the moment Descript or a credible community project ships a real MCP server โ€” check back or watch the Descript developer docs and GitHub for updates.

media
๐ŸŽฌ

Cartesia

by Cartesia

LocalOfficial

Connect to the Cartesia voice platform to perform text-to-speech, voice cloning.

mediaai
๐ŸŽฌ

Gyazo

by Nota

LocalOfficial

Search, fetch, upload, and interact with Gyazo images, including metadata and OCR data.

media
๐ŸŽฌ

Canva

by Canva

Auth requiredOfficial

AI-powered development assistance for Canva apps and integrations.

mediacoding

Checked 7d ago

๐Ÿ’ป

Appium

by Appium

LocalOfficial

MCP server for Mobile Development and Automation - iOS, Android, Simulator, Emulator.

codingbrowser
๐ŸŒ

BrowserStack MCP Server

by BrowserStack

LocalOfficial

BrowserStack's official MCP server connects Claude, Cursor, VS Code, and other MCP clients to the BrowserStack Test Platform so agents can manage, run, debug, and even fix tests using plain-English prompts. It surfaces BrowserStack's real-device and browser cloud directly inside your IDE or LLM: launch manual app and web test sessions on thousands of real iOS/Android devices and desktop browser/OS combinations, reproduce and debug crashes without local device setup, run and triage automated test suites, and perform accessibility testing against WCAG guidelines. Because context stays in one place, agents can read failing-test output, propose a code fix, and re-run the test in the same conversation โ€” cutting the context-switching between IDE, dashboard, and device lab. Distributed as the official npm package `@browserstack/mcp-server` (Node.js >= 18 required) with one-click setup buttons for VS Code and Cursor via mcp.browserstack.com, plus a hosted remote option. Authentication uses your BrowserStack username and access key from the account settings. Ideal for QA and dev teams that want an AI assistant to drive cross-browser/real-device testing, debug flaky automation, and validate accessibility without leaving their editor or writing boilerplate BrowserStack API calls.

browsercoding
๐ŸŒ

LambdaTest

by LambdaTest

LocalOfficial

Connect AI assistants with your testing workflow for accessibility, SmartUI, automation.

browsercoding
๐Ÿ”’

Burp Suite MCP Server

by PortSwigger

LocalOfficial

The official Burp Suite MCP Server, published by PortSwigger, is a Burp extension that exposes Burp Suite's web-security testing engine to AI clients over the Model Context Protocol, letting Claude and other assistants drive live penetration-testing workflows against a target instead of just reasoning about them abstractly. It ships as a Java extension you load into Burp (built from source with `./gradlew embedProxyJar` to produce `burp-mcp-all.jar`, then added via the Extensions tab), and it bundles a packaged stdio MCP proxy alongside an SSE server so any MCP client can connect โ€” Claude Desktop even gets an automatic installer that writes the client config for you. Once loaded, an MCP tab in the Burp UI controls the server: an Enabled checkbox toggles it, the host/port default to http://127.0.0.1:9876, and a separate opt-in checkbox is required before the assistant is allowed to expose config-editing tools, keeping destructive changes behind an explicit gate. Through these tools an AI client can interrogate and manipulate Burp's state โ€” inspecting proxy history and HTTP traffic, sending and modifying requests, and coordinating scanning โ€” which suits agentic security-testing, triage, and report-drafting workflows. Requires Java (with the `jar` command) on your PATH and a running Burp Suite instance. This is PortSwigger's own first-party server, so it tracks Burp's capabilities directly rather than screen-scraping the UI.

security
๐Ÿ”’

Cycode

by Cycode

LocalOfficial

Boost security via SAST, SCA, Secrets & IaC scanning with Cycode.

securitycoding
๐Ÿ”’

GitGuardian

by GitGuardian

LocalOfficial

Scan projects using GitGuardian's API with 500+ secret detectors to prevent credential leaks.

securitycoding
๐Ÿ”’

Endor Labs

by Endor Labs

LocalOfficial

Find and fix security risks in your code, scan and secure from vulnerabilities and secret leaks.

securitycoding
๐Ÿ”’

BoostSecurity

by BoostSecurity

LocalOfficial

MCP guardrails coding agents against introducing dependencies with vulnerabilities, malware.

securitycoding
๐Ÿค–

Label Studio

by HumanSignal

LocalOfficial

Open Source data labeling platform.

ai
โ˜๏ธ

Defang

by Defang

LocalOfficial

Deploy your project to the cloud seamlessly with the Defang platform.

clouddevops
๐Ÿ—„๏ธ

Aiven

by Aiven

LocalOfficial

Navigate your Aiven projects and interact with PostgreSQL, Kafka, ClickHouse, OpenSearch.

databasecloud
๐Ÿ—„๏ธ

Apache Doris

by Apache

LocalOfficial

MCP Server for Apache Doris, an MPP-based real-time data warehouse.

databaseanalytics
๐Ÿ—„๏ธ

GreptimeDB

by Greptime

LocalOfficial

Provides AI assistants with a secure way to explore and analyze data in GreptimeDB.

databaseanalytics
๐Ÿ—„๏ธ

Harper

by Harper

LocalOfficial

An MCP server providing an interface for MCP clients to access data within Harper.

database
๐Ÿ—„๏ธ

Keboola

by Keboola

LocalOfficial

Build robust data workflows, integrations, and analytics on a single intuitive platform.

databaseanalytics
๐Ÿ—„๏ธ

Momento

by Momento

LocalOfficial

Momento Cache for improved performance, reduced costs, and handling load at any scale.

database
๐Ÿ—„๏ธ

Fireproof

by Fireproof

LocalOfficial

Immutable ledger database with live synchronization.

database
๐Ÿ—„๏ธ

Nile

by Nile

LocalOfficial

Postgres re-engineered for B2B apps. Manage databases, tenants, users, auth using LLMs.

database
๐Ÿ—„๏ธ

Dolt

by DoltHub

LocalOfficial

Official MCP server for version-controlled Dolt databases.

database
๐Ÿ—„๏ธ

MariaDB

by MariaDB

LocalOfficial

Standard interface for managing and querying MariaDB databases, supporting vector/embedding search.

database
๐Ÿ—„๏ธ

Couchbase

by Couchbase

LocalOfficial

Interact with the data stored in Couchbase clusters.

database
๐Ÿ—„๏ธ

FalkorDB

by FalkorDB

LocalOfficial

FalkorDB graph database server with schema and read/write-cypher.

database
๐Ÿ—„๏ธ

Memgraph

by Memgraph

LocalOfficial

Query your data in Memgraph graph database.

database
๐Ÿ—„๏ธ

Kuzu

by Kuzu

LocalOfficial

Enable LLMs to inspect database schemas and execute queries on Kuzu graph database.

database
๐Ÿ”ง

Gremlin

by Gremlin

LocalOfficial

Analyze your reliability posture, review recent tests and chaos engineering experiments.

devops
๐Ÿ”ง

Bitrise

by Bitrise

LocalOfficial

Chat with your builds, CI, and more.

devops
๐Ÿ”ง

CloudBees CI

by CloudBees

LocalOfficial

Enable AI access to your CloudBees CI cluster, the Enterprise-grade Jenkins-based solution.

devops
๐Ÿ”ง

DeployHQ

by DeployHQ

LocalOfficial

MCP server for DeployHQ API integration, enabling AI to manage deployments.

devops
๐Ÿ”ง

JFrog

by JFrog

LocalOfficial

MCP Server for the JFrog Platform API, enabling repository management and build tracking.

devops
๐Ÿ“Š

Netdata

by Netdata

LocalOfficial

Discovery, exploration, reporting and root cause analysis using all observability data.

analyticsdevops
๐Ÿ“Š

Last9

by Last9

LocalOfficial

Bring real-time production contextโ€”logs, metrics, and tracesโ€”into your local environment.

analyticsdevops
๐Ÿ“Š

Metoro

by Metoro

LocalOfficial

Query and interact with kubernetes environments monitored by Metoro.

analyticsdevops
๐Ÿ“Š

Microsoft Clarity

by Microsoft

LocalOfficial

Official MCP Server to get your behavioral analytics data and insights from Clarity.

analytics
๐Ÿ”ง

Globalping

by jsDelivr

Auth requiredOfficial

Access network of thousands of probes to run ping, traceroute, mtr, http and DNS resolve.

devops

Checked 7d ago

๐ŸŒ

Home Assistant MCP Server

by homeassistant-ai (Community)

Local

The Home Assistant MCP server lets Claude, ChatGPT, and other MCP clients control and query your smart home in plain language โ€” turning devices on or off, adjusting lights, thermostats, and media players, reading live entity states, calling services, and managing automations and scenes. This community server (homeassistant-ai/ha-mcp), the most-adopted and actively maintained Home Assistant MCP server, is built on FastMCP and exposes 87+ tools spanning device control, state queries, service calls, automation management, and configuration inspection. Its recommended deployment is the HA-MCP Custom Component installed through HACS, which runs the full server in-process inside Home Assistant and works across every install type โ€” Home Assistant OS, Supervised, Container, and Core โ€” with full feature parity and no separate access token to manage. It can also run as a Home Assistant app/add-on on HA OS and Supervised installs (exposing a unique MCP URL with no credential setup), or as a standalone server connecting to your instance via a long-lived access token. Potentially destructive file and YAML-editing tools are gated behind opt-in feature flags and off by default, so a default install is read-and-control only. It integrates with Claude Desktop, Claude.ai, ChatGPT, Cursor, and any MCP client on your local network or configured for remote access. Note: this is a community project, explicitly unofficial and not published by Home Assistant / Nabu Casa.

api
๐ŸŒ

Philips Hue MCP Server

by ykhli

Local

The Philips Hue MCP Server (mcp-light-control by ykhli) is the highest-starred open-source MCP integration for Philips Hue smart lighting, letting Claude, Cursor, and other MCP clients turn lights on/off and query bridge state directly from a conversation. It talks to your Hue Bridge over the official Philips Hue local API, discovered via a bundled `node build/discover-bridge.js` script that walks you through pressing the bridge link button to mint a bridge username/API key โ€” no cloud account required for local control. A second mode supports the Hue Remote (cloud) API via OAuth2 client credentials and access/refresh tokens, letting an agent control your lights from outside your home network; refresh tokens last roughly 100 days and need periodic renewal. The server exposes three tools: `control_lights` (turn all or specific light IDs on/off), `get_lights_info` (list all bridge-registered lights and their current state), and a novelty `send_morse_code_through_light` tool that blinks a message in Morse code at an adjustable speed โ€” the project's original motivating use case was having a coding agent flash a light when a long-running task finished. No published npm package; install by cloning the repo, running `npm install && npm run build`, and pointing your MCP client config at the generated `build/index.js` with `HUE_USERNAME`/`BRIDGE_IP` env vars (or the remote OAuth env vars for cloud mode). Requires Node.js v14+ and an existing Hue Bridge + lights on your network. A useful "physical status indicator" pattern for home-automation and ambient-notification workflows, though the tool surface is intentionally minimal โ€” no scenes, groups, or color/brightness control beyond on/off.

api
๐ŸŒ

Aqara

by Aqara

LocalOfficial

Control Aqara smart home devices, query status, execute scenes.

api
๐ŸŒ

Baidu Map

by Baidu

LocalOfficial

Tools for AI agents to interact with Baidu Maps APIs for location-based services.

api
๐ŸŒ

Mapbox MCP Server

by Mapbox

LocalOfficial

Official Mapbox server that turns any AI agent into a geospatially-aware system by exposing Mapbox's location intelligence platform as MCP tools. Covers global geocoding (addresses/place names to coordinates and back), points-of-interest search across millions of businesses and landmarks, multi-modal routing for driving, walking, and cycling with real-time traffic, travel-time matrices for accessibility and logistics analysis, and route optimization that solves multi-stop traveling-salesman-style visiting order. Also includes map matching to snap noisy GPS traces onto the road network, isochrone generation to visualize areas reachable within a given time or distance, static map image rendering, and offline geospatial calculations (distance, area, bearing, buffers) that don't require an API call. A Mapbox access token is required; the server can be run locally via npm or accessed through Mapbox's own hosted MCP endpoint at mcp.mapbox.com/mcp for zero-install setup. Fits AI travel assistants, delivery-route optimizers, location-based recommenders, and any agent that needs to reason about 'where' โ€” with documented integration guides for Claude Desktop, Cursor, VS Code, and Goose.

api
๐ŸŒ

BuiltWith

by BuiltWith

LocalOfficial

Identify the technology stack behind any website.

apisearch
๐ŸŒ

Hunter

by Hunter

LocalOfficial

Interact with the Hunter API to get B2B data using natural language.

api
๐ŸŒ

Mercado Libre

by Mercado Libre

LocalOfficial

Mercado Libre's official MCP server.

apifinance
๐Ÿ“Š

Audiense Insights

by Audiense

LocalOfficial

Marketing insights and audience analysis covering demographic, cultural, influencer analysis.

analyticsapi
๐Ÿ“Š

Atlan

by Atlan

LocalOfficial

Interact with Atlan services for data cataloging.

analyticsapi
๐Ÿ“Š

DataHub

by DataHub

LocalOfficial

Search data assets, traverse lineage, write SQL queries using DataHub metadata.

analyticsdatabase
๐Ÿ“Š

Alation

by Alation

LocalOfficial

Unlock the power of enterprise Data Catalog with tools provided by Alation MCP server.

analyticsdatabase
๐ŸŒ

Apollo Graph

by Apollo

LocalOfficial

Connect your GraphQL APIs to AI agents.

apicoding
๐ŸŒ

Grafbase

by Grafbase

LocalOfficial

Turn your GraphQL API into an efficient MCP server with schema intelligence.

apicoding
๐Ÿ’ป

DevExpress

by DevExpress

LocalOfficial

Get instant AI-powered access to 300,000+ help topics on DevExpress UI Component APIs.

coding
๐Ÿ’ป

Microsoft Learn Docs

by Microsoft

LocalOfficial

Structured access to Microsoft's official documentation for code generation and Q&A.

coding
๐Ÿ’ป

Homebrew

by Homebrew

LocalOfficial

Allows Homebrew users to run Homebrew commands locally.

codingdevops
๐Ÿ’ป

GitKraken

by GitKraken

LocalOfficial

CLI for interacting with GitKraken APIs, includes MCP server for Jira, GitHub, GitLab.

codingdevops
๐Ÿ’ป

JetBrains

by JetBrains

LocalOfficial

Work on your code with JetBrains IDEs: IntelliJ IDEA, PhpStorm, etc.

coding
๐ŸŒ

Chrome DevTools

by Google

LocalOfficial

Enable AI coding assistants to debug web pages directly in Chrome.

browsercoding
๐Ÿค–

Kiln

by Kiln AI

LocalOfficial

Free open-source platform for building production-ready AI systems with RAG, evaluations, and fine-tuning.

aicoding
๐Ÿ’ฌ

LINE

by LINE

LocalOfficial

Integrates the LINE Messaging API to connect an AI Agent to LINE Official Account.

communication
๐Ÿ’ฌ

Infobip

by Infobip

LocalOfficial

Send and receive SMS and RCS messages, interact with WhatsApp and Viber.

communication
๐Ÿ’ฌ

ClickSend

by ClickSend

LocalOfficial

Official ClickSend MCP Server for SMS and communication.

communication
๐Ÿ’ฌ

Mailgun

by Mailgun

LocalOfficial

Interact with Mailgun API.

communication
๐Ÿ’ฌ

Mailjet

by Sinch

LocalOfficial

Official MCP server for Sinch Mailjet contact, campaign, segmentation, statistics APIs.

communication
๐Ÿ’ฌ

Elastic Email

by Elastic Email

LocalOfficial

Elastic Email MCP Server delivers full-scale email capabilities to AI agents.

communication
๐Ÿ’ฐ

Alpaca

by Alpaca

LocalOfficial

Trade stocks and options, analyze market data, and build strategies through Alpaca API.

finance
๐Ÿ’ฐ

CoinEx

by CoinEx

LocalOfficial

Interface with CoinEx cryptocurrency exchange for market data, orders, balance queries.

finance
๐Ÿ’ฐ

CoinStats

by CoinStats

LocalOfficial

MCP Server for CoinStats API - crypto market data, portfolio tracking and news.

finance
๐Ÿ’ฐ

Cashfree

by Cashfree

LocalOfficial

Cashfree Payments official MCP server for payment integration.

finance
๐Ÿ’ฐ

Flutterwave

by Flutterwave

Local

Interact with Flutterwave payment solutions API to manage transactions and payments.

finance
๐Ÿ’ฐ

Chargebee

by Chargebee

LocalOfficial

MCP Server that connects AI agents to Chargebee platform for subscription billing.

finance
๐Ÿ“‹

BoldSign

by BoldSign

LocalOfficial

Search, request, and manage e-signature contracts effortlessly.

productivityapi
๐Ÿ“‹

eSignatures

by eSignatures

LocalOfficial

Contract and template management for drafting, reviewing, and sending binding contracts.

productivityapi
๐Ÿ“‹

Nutrient

by Nutrient

LocalOfficial

Create, Edit, Sign, Extract Documents using Natural Language.

productivitymedia
๐ŸŽฌ

Datawrapper

by Datawrapper

Local

MCP server for creating Datawrapper charts using AI assistants.

mediaanalytics
๐Ÿ“‹

Liveblocks

by Liveblocks

LocalOfficial

Ready-made features for AI & human collaborationโ€”use to develop your Liveblocks app quicker.

productivitycoding
๐Ÿ“‹

Anytype

by Anytype

LocalOfficial

AI assistants interact with Anytype - a local and collaborative wiki - through natural language.

productivitymemory
๐Ÿ“‹

GROWI

by GROWI

LocalOfficial

Official MCP Server to integrate with GROWI APIs.

productivitymemory
๐Ÿ“‹

DevRev MCP Server

by KalshuCodes (Community)

Local

The DevRev MCP Server lets MCP-capable clients like Claude Desktop, Cursor, and Windsurf search and manage DevRev's unified customer-and-dev platform directly from chat, without switching to the DevRev web app. Its search tool queries across multiple DevRev namespaces at once โ€” issues, tickets, articles, and more โ€” using DevRev's own query syntax (e.g. `product:payments api` scopes a search to a specific product part), so an agent can locate relevant work items in one call instead of paging through separate endpoints. Work-item tools cover listing works filtered by type/owner/related-part, fetching full object detail by ID, and creating new issues or tickets tied to a specific feature or part โ€” useful for turning a bug report surfaced in a support ticket into a linked engineering issue without leaving the assistant. Parts-management tools expose the product hierarchy (products, capabilities, features, epics) so an agent can navigate DevRev's org structure, and a built-in devrev_context() tool returns comprehensive documentation on every available tool, namespace, and parameter โ€” handy for self-onboarding an agent into an unfamiliar DevRev workspace. Authentication uses a DevRev Personal Access Token set as the DEVREV_API_KEY environment variable; the server runs as a local Python process (SSE transport on 127.0.0.1:8888 by default) that Cursor or another client connects to over HTTP. This is an unofficial, community-maintained implementation โ€” DevRev itself has not published a first-party MCP server as of this writing โ€” so treat it as the best available option for AI-assisted DevRev workflows rather than a vendor-supported integration.

productivitycoding
๐Ÿ“‹

Atono

by Atono

LocalOfficial

Modern product teams connect their AI assistant to Atono to create and update stories, bugs.

productivitycoding
๐Ÿ“‹

Dart

by Dart

LocalOfficial

Interact with task, doc, and project data in Dart, an AI-native project management tool.

productivity
๐Ÿ”ง

Cortex

by Cortex

LocalOfficial

Official MCP server for Cortex.

devopsproductivity
๐Ÿ”’

Drata

by Drata

LocalOfficial

Experimental MCP server for real-time compliance intelligence into your AI workflows.

securitydevops
๐Ÿ’ป

Tailwind CSS MCP

by tailwindlabs

LocalOfficial

Get Tailwind CSS class suggestions, documentation lookups, and component generation assistance. Accelerates front-end development with AI-powered Tailwind knowledge.

codingapi
๐Ÿ’ป

shadcn/ui MCP

by shadcn

Local

Access shadcn/ui component documentation, generate component code, and get installation instructions for Radix UI-based component library integration.

codingapi
๐Ÿ—„๏ธ

MySQL MCP Server

by f4ww4z

Local

The MySQL MCP Server (mcp-mysql-server) connects AI assistants directly to MySQL databases, enabling natural-language SQL workflows without a GUI client or manual query writing. Built by f4ww4z and popular in the developer community with 500+ GitHub stars, the server exposes MySQL as callable MCP tools: execute arbitrary SQL queries, inspect table schemas and column definitions, list all databases and tables in the server instance, describe indexes and constraints, run stored procedures, and manage transactions with commit and rollback control. Common use cases include asking Claude to "show me the 10 most recent orders from the orders table," "describe the schema of the users table including all indexes," "find all customers who haven't placed an order in 90 days," or "insert a test record into staging and roll it back after verification." Authentication uses standard MySQL connection parameters: set MYSQL_HOST, MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE as environment variables in your MCP client config. Supports both local MySQL instances and remote managed databases including Amazon RDS, PlanetScale, and DigitalOcean Managed MySQL. Install via npm: `npx mcp-mysql-server`. Compatible with Claude Desktop, Cursor, VS Code, Windsurf, and Cline. An essential tool for backend developers and data analysts who want AI-assisted data exploration and query generation on MySQL-backed applications.

database
๐Ÿ—„๏ธ

SurrealDB

by surrealdb

LocalOfficial

Multi-model database MCP server. Query SurrealDB using SurrealQL for graph, document, relational, and time-series data in one system.

database
๐Ÿ’ป

JupyterLab

by datalayer

Local

Control JupyterLab notebooks from AI assistants. Execute cells, inspect variables, visualize outputs, and manage kernels programmatically.

codingai
๐Ÿ’ป

Deno

by denoland

LocalOfficial

Run TypeScript and JavaScript scripts with Deno from AI assistants. Execute code, manage packages with JSR, and interact with Deno Deploy.

coding
๐Ÿ’ป

Bun

by oven-sh

LocalOfficial

JavaScript runtime and toolkit MCP server. Run scripts, manage packages, execute tests, and work with Bun's built-in bundler and APIs.

coding
๐Ÿ’ป

Turborepo

by vercel

LocalOfficial

High-performance build system for JavaScript monorepos. Query task graphs, run builds, manage caching, and optimize pipelines with AI.

codingdevops
๐Ÿ’ป

Nx

by nrwl

LocalOfficial

Smart build system for monorepos. Run tasks, understand project graph, generate code, and optimize CI pipelines across frameworks with AI assistance.

codingdevops
๐Ÿ’ป

Vite

by vitejs

LocalOfficial

Next-generation frontend build tool MCP. Inspect bundle contents, analyze dependencies, troubleshoot HMR issues, and optimize build configurations.

coding
๐Ÿ’ป

Rust Analyzer

by rust-lang

Local

Rust language server MCP integration. Provides code completion, type inference, refactoring, and diagnostics for Rust projects.

coding
๐Ÿ’ป

Go Language Server

by golang

Local

Official Go language server (gopls) MCP integration. Navigate codebases, find usages, refactor Go code, and run tests intelligently.

coding
๐Ÿ’ป

Python Language Server

by python-lsp

Local

Python LSP MCP server. Intelligent Python code analysis, autocompletion, linting with pylint/flake8, and formatting with black/autopep8.

coding
๐Ÿ’ป

Gradle

by gradle

LocalOfficial

Build automation MCP for Java/Kotlin/Android projects. Run tasks, manage dependencies, analyze build scripts, and inspect Gradle project structure.

codingdevops
๐Ÿ’ป

Apache Maven

by nicoruti

Local

Java build and dependency management MCP server. Manage POM files, run lifecycle phases, resolve dependencies, and analyze Maven project structure.

codingdevops
๐Ÿ’ป

Bazel

by bazelbuild

LocalOfficial

Google's build system MCP server. Navigate Bazel build graphs, run targets, manage deps, and analyze large monorepo builds across languages.

codingdevops
๐Ÿ’ป

Swift

by swiftlang

LocalOfficial

Swift language server MCP integration for Apple platform development. Code completion, error diagnostics, and refactoring for iOS/macOS/SwiftUI apps.

coding
๐Ÿ’ป

Kotlin

by Kotlin

LocalOfficial

Kotlin language server MCP integration. Intelligent code analysis, refactoring, and navigation for Kotlin JVM, Android, and Multiplatform projects.

coding
๐Ÿ”ง

GitHub Actions

by github

LocalOfficial

Manage GitHub Actions workflows, runs, and secrets. Trigger workflows, inspect run logs, manage environment variables, and debug CI failures via AI.

devopscoding
๐Ÿค–

Ollama

by ollama

LocalFeaturedOfficial

Run large language models locally with Ollama. Pull models like Llama 3, Phi-3, and Gemma, execute prompts, and manage model library from AI assistants.

ai
๐Ÿค–

LiteLLM

by BerriAI

LocalFeatured

Universal LLM proxy and load balancer. Route requests across 100+ LLM providers (OpenAI, Anthropic, Gemini, Mistral) with a unified API and cost tracking.

ai
๐Ÿ”’

1Password

by 1Password

LocalFeaturedOfficial

Access and manage secrets stored in 1Password vaults. Retrieve credentials, SSH keys, API tokens, and secure notes directly in AI coding environments.

securitydevops
๐Ÿ’ป

Jest

by jestjs

LocalOfficial

JavaScript testing framework MCP for Jest. Run tests, analyze coverage, inspect failures, and generate test code. Works with React, Node, and TypeScript projects.

coding
๐Ÿ’ป

Vitest

by vitest-dev

LocalOfficial

Next-generation unit testing framework MCP. Run Vitest tests, inspect coverage reports, snapshot testing, and debug failures in Vite-powered projects.

coding
๐Ÿ’ป

pytest

by pytest-dev

LocalOfficial

Python testing framework MCP for pytest. Run test suites, analyze failures, measure coverage with pytest-cov, and generate fixture-based test code.

coding
๐ŸŒ

Stagehand

by browserbase

LocalFeaturedOfficial

AI-native browser automation MCP from Browserbase. Extract structured data, automate complex web interactions, and test websites with natural language instructions.

browserai
๐Ÿ“

PDF Reader

by pdf-mcp

Local

Extract text, tables, and metadata from PDF documents via MCP. Parse multi-page documents, handle encrypted PDFs, and extract structured data for AI processing.

filesystemproductivity
๐Ÿ“

Excel MCP Server

by haris-musa

Local

Excel MCP Server (by haris-musa, nearly 4,000 GitHub stars) lets AI agents create, read, and edit Excel workbooks without Microsoft Excel installed anywhere in the pipeline. It's a Python-based server exposing tools across the full spreadsheet lifecycle: creating and modifying workbooks and worksheets, writing formulas, building and styling Excel Tables, generating charts (line, bar, pie, scatter, and more), constructing dynamic pivot tables for analysis, and applying rich formatting โ€” fonts, colors, borders, alignment, and conditional formatting rules. Built-in data validation keeps ranges, formulas, and cell contents consistent as an agent edits a file. The server supports three transports: stdio for local single-user setups (the default for Claude Desktop and Claude Code), plus SSE and streamable HTTP for remote deployments โ€” when running remotely, set the EXCEL_FILES_PATH environment variable so the server knows where to read and write files, and FASTMCP_PORT to control the listening port. This makes it equally useful for a solo analyst automating a weekly report locally and for a team running a shared Excel-manipulation service that multiple agents call into. Because it operates on the raw XLSX format directly, there's no licensing dependency on Excel itself, and workflows like "pull this CSV into a formatted table with a pivot summary and a bar chart" become a single natural-language request instead of a manual multi-step process.

filesystemanalytics
๐Ÿ“

Pandoc

by pandoc-mcp

Local

Universal document converter MCP using Pandoc. Convert between Markdown, HTML, PDF, DOCX, LaTeX, and 40+ other formats with full pandoc options.

filesystemproductivity
๐Ÿ”

Wikipedia

by wikipedia-mcp

Local

Search and retrieve Wikipedia articles via MCP. Fetch article summaries, full content, infoboxes, and categories. Access multilingual Wikipedia content.

searchmemory
๐ŸŒ

HTTP Client (curl)

by http-mcp

Local

Make HTTP requests via MCP. GET, POST, PUT, DELETE with custom headers, authentication, cookies, and response parsing. Debug APIs and web services.

apicoding
๐Ÿ’ป

Regex Tools

by regex-mcp

Local

Build, test, and debug regular expressions via MCP. Match patterns, extract groups, validate formats, and explain regex syntax across multiple languages.

coding
๐Ÿ”’

JWT Tools

by jwt-mcp

Local

Encode, decode, and verify JSON Web Tokens via MCP. Inspect JWT claims, validate signatures, generate test tokens, and debug authentication issues.

securitycoding
๐Ÿ“

Markdown Processor

by markdown-mcp

Local

Parse, transform, and render Markdown documents via MCP. Convert to HTML/PDF, lint formatting, extract headings and links, and validate CommonMark syntax.

filesystemcoding
๐Ÿ’ป

YAML/JSON Tools

by yaml-json-mcp

Local

Parse, validate, transform, and query YAML and JSON documents via MCP. Convert between formats, run JSONPath/JMESPath queries, and validate against schemas.

codingfilesystem
๐ŸŒ

OpenAPI / Swagger

by openapi-mcp

LocalFeatured

Parse and interact with OpenAPI/Swagger specifications via MCP. Explore API endpoints, generate client code, validate request/response schemas, and test APIs.

apicoding
๐Ÿ’ป

Protocol Buffers

by protobuf-mcp

Local

Work with Protocol Buffer definitions via MCP. Parse .proto files, encode/decode messages, generate language bindings, and inspect gRPC service definitions.

codingapi
๐Ÿ—„๏ธ

Drizzle ORM

by drizzle-team

LocalOfficial

TypeScript ORM MCP for Drizzle. Run type-safe queries, manage schema migrations, explore database structure, and generate SQL for multiple database backends.

databasecoding
๐Ÿ“‹

Readwise MCP

by Readwise

Local

Access your Readwise highlights, books, articles, and reading progress through your AI assistant. Search highlights, export notes, and surface saved content for AI-powered review and synthesis.

productivitymemory
๐Ÿ“‹

Anki MCP

by community

Local

Interact with your Anki spaced repetition decks from your AI assistant. Create new flashcards from content, search existing cards, retrieve due cards, and manage deck structure via AnkiConnect.

productivity
๐Ÿ—„๏ธ

LanceDB MCP

by LanceDB

LocalOfficial

AI-native vector database MCP server. Store and query embeddings at scale, perform semantic search, manage vector indexes, and build RAG pipelines using LanceDB's columnar storage engine.

databaseaimemory
๐Ÿ—„๏ธ

Xata MCP

by xataio

LocalOfficial

Serverless database platform MCP server. Query and manage Xata databases with built-in search, file attachments, and branching support. Postgres-compatible with AI-optimized features.

databaseapi
๐Ÿ—„๏ธ

FaunaDB MCP

by community

Local

Connect to Fauna's distributed serverless database from your AI assistant. Run FQL queries, manage documents and collections, handle relationships, and work with temporal data.

databaseapi
๐ŸŒ

Directus MCP

by community

Local

Interact with Directus headless CMS from your AI assistant. Query collections, manage items, handle file uploads, control user permissions, and run Directus flows through MCP.

apiproductivity
๐ŸŒ

Bruno MCP

by community

Local

Run Bruno API collections from your AI assistant. Execute requests, manage environments, inspect responses, and run collections as part of your testing workflow without opening the Bruno GUI.

apicoding
๐ŸŒ

Insomnia MCP

by community

Local

Connect to Insomnia API workspaces from your AI assistant. Execute stored requests, manage environments, import/export API collections, and run API tests with full response inspection.

apicoding
โ˜๏ธ

Render MCP

by community

Local

Manage Render deployments from your AI assistant. Trigger deploys, check service status, manage environment variables, inspect build and deploy logs, and configure scaling settings.

clouddevops
โ˜๏ธ

Coolify MCP

by community

Local

Self-hosted Heroku/Netlify alternative control via MCP. Manage applications, databases, and services on your own infrastructure. Deploy from Git, manage environment variables, and monitor logs.

clouddevops
๐Ÿ“Š

PostHog MCP

by PostHog

LocalOfficial

Access PostHog product analytics and feature flags from your AI assistant. Query events, funnels, cohorts, and A/B test results. Manage feature flag targeting and rollout percentages.

analyticsapi
๐ŸŒ

Appwrite MCP

by appwrite

LocalOfficial

Full-stack backend platform MCP server. Manage Appwrite databases, authentication, storage, and functions from your AI assistant. Create documents, manage users, and trigger serverless functions.

apidatabasecloud
๐Ÿ—„๏ธ

PocketBase MCP

by community

Local

Open-source backend in a single file โ€” now accessible via MCP. Manage collections, records, auth users, and file storage in your PocketBase instance directly from your AI assistant.

databaseapi
๐Ÿ’ฌ

Resend MCP

by resend

LocalOfficial

Send transactional emails via Resend API directly from your AI assistant. Draft emails, send to recipients, manage email templates, and check delivery status โ€” all through MCP. Perfect for developers building email workflows.

communicationapi
๐Ÿ’ฌ

Novu MCP

by novuhq

LocalOfficial

Open-source notification infrastructure MCP server. Trigger in-app, push, email, SMS, and chat notifications via Novu from your AI assistant. Manage subscribers, preferences, and notification workflows with AI.

communicationapi
๐Ÿ—„๏ธ

Qdrant MCP

by qdrant

LocalFeaturedOfficial

High-performance vector database MCP server for AI applications. Store and query vector embeddings for semantic search, RAG pipelines, and similarity matching. Connect your AI assistant directly to your Qdrant collections.

databaseaimemory
๐Ÿ—„๏ธ

Weaviate MCP

by weaviate

LocalOfficial

AI-native vector database MCP integration. Perform semantic search, manage vector collections, import objects, and run GraphQL queries on your Weaviate instance from any MCP-compatible AI assistant.

databaseaimemory
๐Ÿ—„๏ธ

Turso MCP

by tursodatabase

LocalOfficial

Edge SQLite database MCP server. Access Turso databases at the edge with sub-millisecond latency. Query, insert, and manage your Turso database instances โ€” including multi-tenant group databases โ€” from your AI assistant.

databasecloud
๐Ÿ“‹

Cal.com MCP

by calcom

LocalOfficial

Open-source scheduling infrastructure MCP server. Book meetings, manage availability, create event types, and handle cancellations via Cal.com from your AI assistant. Perfect for automating meeting management workflows.

productivityapi
๐Ÿค–

Together AI MCP

by togethercomputer

LocalOfficial

Access 200+ open-source AI models via Together AI from your MCP workflow. Run inference on Llama, Mistral, Qwen, DeepSeek, and other cutting-edge models directly through your AI assistant. Ideal for AI-to-AI orchestration.

ai
๐Ÿค–

Mistral AI MCP

by mistralai

LocalOfficial

Mistral AI language model MCP server. Access Mistral's suite of models (Mistral Large, Mistral Small, Codestral) for text generation, code completion, and embeddings from within your MCP workflow.

ai
๐Ÿ”ง

Apache Kafka MCP

by confluentinc

Local

Apache Kafka MCP server for streaming data integration. Produce and consume messages, manage topics, inspect consumer groups, and build event-driven AI workflows with Kafka as your data backbone.

devopsapi
๐Ÿ”ง

RabbitMQ MCP

by rabbitmq

Local

RabbitMQ MCP server for message queue management. Publish messages, consume from queues, inspect bindings, and monitor queue health. Perfect for integrating AI reasoning into event-driven microservice architectures.

devopsapi
๐Ÿค–

Helicone MCP

by helicone

LocalOfficial

Helicone LLM observability MCP server. Query your LLM request logs, analyze cost and latency trends, detect prompt regressions, and monitor AI application performance โ€” all from your AI assistant.

aianalytics
๐Ÿ“‹

Make.com MCP

by make-com

LocalOfficial

Make.com (formerly Integromat) MCP server for visual automation workflows. Trigger scenarios, monitor execution history, manage data stores, and orchestrate 1,000+ app integrations through AI.

productivityapi
๐Ÿ’ป

Hono MCP

by honojs

Local

Hono web framework MCP server for building and testing ultra-fast API routes. Scaffold endpoints, generate middleware, test route handlers, and deploy to Cloudflare Workers or other edge runtimes with AI assistance.

codingapi
๐Ÿ’ป

FastAPI MCP

by tadata-org

Local

FastAPI MCP server that exposes your FastAPI application's routes as MCP tools automatically. Turn any FastAPI app into an AI-accessible tool suite โ€” query endpoints, test with parameters, and inspect OpenAPI schemas.

codingapi
๐Ÿ’ฌ

LiveKit MCP

by livekit

LocalOfficial

LiveKit MCP server for real-time voice and video AI applications. Manage rooms, participants, and recordings. Build voice AI agents that can join calls, transcribe audio, and respond in real-time using MCP tools.

communicationai
๐Ÿ’ป

Gradle MCP

by gradle

Local

Gradle build system MCP server for JVM and Android projects. Run tasks, inspect dependencies, check build variants, manage Android SDK configurations, and debug build failures through your AI assistant.

codingdevops
๐ŸŒ

FHIR MCP

by flexpa

Local

HL7 FHIR healthcare data server for querying patient records, clinical resources, and interoperability endpoints. Supports FHIR R4 and SMART on FHIR authentication for HIPAA-compliant healthcare integrations.

apidatabase
๐ŸŒ

Epic FHIR MCP

by phutchins

Local

Epic EHR FHIR API integration for accessing patient data, clinical notes, lab results, and medications from Epic systems. Uses OAuth 2.0 and SMART on FHIR for secure healthcare access.

apidatabase
๐ŸŒ

Medplum MCP

by medplum

Local

Medplum healthcare platform MCP server for clinical workflows, FHIR resource management, and healthcare automation. Query patients, encounters, observations, and clinical documents.

apidatabase
๐Ÿ”

PubMed MCP

by hverlin

Local

PubMed and NCBI Entrez API integration for searching biomedical literature, retrieving abstracts, fetching full-text articles, and exploring medical research databases.

searchapi
๐Ÿ”

CourtListener MCP

by freelawproject

Local

Free Law Project CourtListener API server for searching federal and state court opinions, oral arguments, judges, and legal dockets. Access millions of legal documents.

searchapi
๐Ÿ”

Caselaw Access MCP

by harvard-lil

Local

Harvard Law School Caselaw Access Project API server for searching US historical case law. Access 40 million pages of court decisions from 1658 to the present.

searchapi
๐Ÿ”

Legal Research MCP

by mpazaryna

Local

Multi-source legal research MCP server aggregating US federal statutes, regulations, and case law. Query Code of Federal Regulations (CFR), US Code, and legal citations.

searchapi
๐Ÿ’ฐ

SEC EDGAR MCP

by john-h-kastner

Local

SEC EDGAR API integration for querying public company filings, 10-K annual reports, 10-Q quarterly reports, insider trading disclosures, and financial data from the SEC.

financeapi
๐Ÿ’ฐ

USASpending MCP

by fedspendingtransparency

Local

USASpending.gov API server for querying federal government contracts, grants, loans, and spending data. Explore federal budget allocations and recipient organizations.

financeapi
๐ŸŒ

US Census MCP

by jtleider

Local

US Census Bureau API server for querying demographic data, population statistics, American Community Survey results, and geographic data at national, state, and county levels.

apianalytics
๐Ÿ”

Congress.gov MCP

by willwade

Local

Congress.gov API integration for querying US legislation, bills, amendments, congressional members, committee reports, and Congressional Record content.

searchapi
๐ŸŒ

OpenFDA MCP

by evalstate

Local

FDA open data API server for querying drug adverse events, food recalls, device malfunctions, and pharmaceutical approvals from the FDA OpenFDA platform.

apisearch
๐ŸŒ

SAP MCP

by SAP

LocalOfficial

SAP Business Application Studio MCP server for querying SAP ERP data, OData APIs, ABAP objects, and business processes. Access SAP S/4HANA, SuccessFactors, and BTP services.

apidatabase
๐Ÿ’ฐ

NetSuite MCP

by oracle-samples

Local

Oracle NetSuite ERP MCP server for querying financial records, inventory data, customer accounts, sales orders, and business analytics through SuiteScript and REST APIs.

financeapi
๐ŸŒ

Microsoft Dynamics 365 MCP

by microsoft

Local

Microsoft Dynamics 365 MCP server for querying CRM and ERP data via Dataverse Web API. Access accounts, contacts, opportunities, leads, cases, and business data.

apidatabase
๐Ÿ’ฐ

Odoo MCP

by odoo

Local

Odoo ERP and CRM MCP server for querying sales orders, inventory, accounting, manufacturing, and HR data. Supports Odoo 16, 17, and 18 via XML-RPC and REST APIs.

financeapi
๐ŸŒ

Home Assistant MCP

by jeeshofone

LocalFeatured

Home Assistant smart home integration for controlling lights, thermostats, sensors, locks, cameras, and 3000+ smart home devices via the Home Assistant API.

api
๐ŸŒ

Arduino MCP

by sinedied

Local

Arduino board control and monitoring MCP server. Upload sketches, read sensor data, control GPIO pins, and interact with Arduino hardware through your AI assistant.

api
๐ŸŒ

Raspberry Pi MCP

by jbdamask

Local

Raspberry Pi GPIO and hardware control MCP server. Read sensors, control GPIO pins, manage peripherals, and interact with Raspberry Pi hardware components remotely.

api
๐ŸŒ

Modbus MCP

by chrishayuk

Local

Modbus industrial protocol MCP server for reading and writing industrial sensors, PLCs, and SCADA systems over Modbus TCP/RTU. Query registers, coils, and discrete inputs.

api
๐Ÿ—„๏ธ

InfluxDB MCP

by influxdata

Local

InfluxDB time-series database MCP server for querying IoT sensor data, metrics, and time-series records. Execute Flux queries, explore measurements, and analyze trends.

databaseanalytics
๐ŸŒ

OPC-UA MCP

by empowerwatt

Local

OPC Unified Architecture (OPC-UA) MCP server for industrial IoT connectivity. Browse and read OPC-UA nodes, subscribe to real-time data changes from industrial equipment.

api
๐ŸŒ

Magento MCP

by magebitcom

Local

Adobe Commerce / Magento 2 MCP server for querying products, orders, customers, inventory, and store configuration via Magento REST API. Automate catalog management and reporting.

apidatabase
๐ŸŒ

Etsy MCP

by derekbar90

Local

Etsy marketplace API integration for querying shops, listings, orders, and transactions. Search products, manage shop analytics, and track Etsy store performance.

apifinance
๐ŸŒ

Amazon Seller MCP

by amzn

Local

Amazon Selling Partner API (SP-API) MCP server for querying product listings, inventory levels, orders, FBA shipments, and seller performance metrics.

apifinance
๐ŸŒ

PrestaShop MCP

by medchkel

Local

PrestaShop e-commerce platform MCP server for accessing products, orders, customers, and store statistics via the PrestaShop Web Services API.

apidatabase
๐Ÿ’ฐ

Open Banking MCP

by yapily

Local

Open Banking API aggregator MCP server supporting UK Open Banking standards for querying bank accounts, transactions, balances, and payment initiation across multiple banks.

financeapi
๐Ÿ’ฐ

Coinbase Advanced Trade MCP

by coinbase

Local

Coinbase Advanced Trade API MCP server for querying portfolio balances, order history, market data, and executing trades on the Coinbase platform.

financeapi
๐Ÿ’ฐ

Yahoo Finance MCP

by modelcontextprotocol

Local

Yahoo Finance data MCP server for querying stock prices, financial statements, earnings data, market news, and historical price data for equities, ETFs, and indices.

financeapi
๐Ÿ’ฐ

Open Exchange Rates MCP

by mzxrai

Local

Open Exchange Rates API MCP server for real-time and historical currency exchange rates, currency conversion, and forex market data across 170+ global currencies.

financeapi
๐Ÿ”ง

Atlassian Statuspage MCP

by atlassian

Local

Atlassian Statuspage API server for querying component status, incident history, and maintenance windows. Monitor service status pages and create incident updates programmatically.

devopsapi
๐ŸŒ

Cerner (Oracle Health) MCP

by cerner-community

Local

Oracle Health Cerner EHR integration via FHIR R4 APIs. Access patient demographics, clinical notes, medications, lab results, and care plans from Cerner Millennium systems using SMART on FHIR OAuth2.

apidatabase
๐ŸŒ

DrChrono EHR MCP

by drchrono-labs

Local

DrChrono EHR and medical billing API server. Manage patient charts, appointments, e-prescriptions, clinical documents, and insurance eligibility checks via DrChrono REST API.

api
๐ŸŒ

Veeva Vault MCP

by veeva-community

Local

Veeva Vault MCP server for pharma and life sciences document management. Query clinical trial documents, regulatory submissions, quality records, and safety data from Veeva Vault repositories.

apidatabase
๐ŸŒ

Redox Health Interoperability MCP

by redox-health

Local

Redox healthcare integration platform MCP server. Connect to 700+ healthcare organizations via standardized FHIR and HL7 APIs. Query patient data, ADT events, clinical results, and scheduling across EHR systems.

api
๐ŸŒ

OpenEMR MCP

by openemr-project

Local

OpenEMR open-source electronic health records MCP server. Manage patient records, clinical encounters, prescriptions, billing, and reporting via OpenEMR REST and FHIR APIs for self-hosted healthcare systems.

apidatabase
๐ŸŒ

Allscripts EHR MCP

by allscripts-dev

Local

Allscripts (Veradigm) EHR API server for clinical data integration. Access patient records, prescriptions, lab orders, referrals, and clinical summaries via Allscripts Unity API and FHIR endpoints.

api
๐ŸŒ

Zigbee2MQTT MCP

by koenkk

Local

Zigbee2MQTT MCP server for controlling Zigbee smart home devices via MQTT. Manage 3000+ supported devices including Philips Hue, IKEA Tradfri, Aqara sensors, and smart plugs through natural language commands.

api
๐ŸŒ

ESPHome MCP

by esphome-community

Local

ESPHome MCP server for configuring and monitoring ESP32/ESP8266 IoT devices. Generate YAML configurations, deploy firmware updates, read sensor data, and control device GPIOs via ESPHome API.

api
๐ŸŒ

Particle IoT MCP

by particle-iot

Local

Particle platform MCP server for managing IoT devices and fleets. Flash firmware, read device variables, call functions, subscribe to events, and monitor Particle Photon/Argon/Boron devices via Particle Cloud API.

apicloud
๐ŸŒ

Tuya Smart MCP

by tuya-dev

Local

Tuya Smart IoT platform MCP server. Control 300M+ Tuya-powered smart home devices including lights, switches, thermostats, cameras, and sensors via Tuya Open API. Supports device grouping and scene automation.

api
๐Ÿ”ง

Balena IoT MCP

by balena-io

Local

Balena fleet management MCP server for Linux IoT devices. Deploy containerized applications, manage device fleets, monitor resource usage, update configurations, and access device logs via balenaCloud API.

devopscloud
๐ŸŒ

Printful MCP

by printful-dev

Local

Printful print-on-demand MCP server. Create and manage custom product listings, submit print orders, track fulfillment, sync products across Shopify/Etsy/WooCommerce, and query product catalog via Printful API.

apimarketing
๐ŸŒ

Printify MCP

by printify-community

Local

Printify print-on-demand MCP server for creating and managing custom merchandise. Access 850+ products, submit orders to print providers, manage shop listings, and automate product creation via Printify API.

apimarketing
๐ŸŒ

Gumroad MCP

by gumroad-community

Local

Gumroad digital products MCP server. Manage product listings, access sales analytics, process refunds, query customer data, and create discount codes for digital downloads and memberships via Gumroad API.

apifinance
๐ŸŒ

Squarespace Commerce MCP

by squarespace-dev

Local

Squarespace Commerce API MCP server for managing online stores. Query orders, manage inventory, update product listings, process refunds, and access sales analytics via Squarespace Commerce API v1.

apimarketing
๐ŸŒ

Ecwid MCP

by ecwid-dev

Local

Ecwid e-commerce MCP server for managing multi-channel stores. Access product catalogs, process orders, update inventory, manage customers, and view storefront analytics via Ecwid REST API across web, Facebook, and Instagram shops.

apimarketing
๐Ÿ’ฐ

Binance MCP

by binance-community

Local

Binance cryptocurrency exchange MCP server. Query real-time market data, manage spot and futures orders, access wallet balances, retrieve trade history, and monitor portfolio performance via Binance REST and WebSocket APIs.

financeapi
๐Ÿ’ฐ

FreshBooks MCP

by freshbooks-dev

Local

FreshBooks accounting MCP server for small business finance management. Create and send invoices, track expenses, manage time entries, run financial reports, and query client payment history via FreshBooks API.

financeapi
๐Ÿ’ฐ

Wave Accounting MCP

by wave-community

Local

Wave free accounting software MCP server. Manage invoices, track income and expenses, reconcile bank transactions, and run financial reports for small businesses via Wave GraphQL API.

financeapi
๐Ÿ’ฐ

Ramp Corporate Card MCP

by ramp-dev

Local

Ramp spend management MCP server. Query corporate card transactions, manage vendor cards, retrieve expense reports, set spending limits, and access company-wide spend analytics via Ramp Developer API.

financeapi
๐ŸŒ

Data.gov MCP

by data-gov-community

Local

U.S. government open data portal MCP server. Search and retrieve datasets from Data.gov covering agriculture, climate, education, health, public safety, and science. Access 350,000+ datasets from federal agencies via CKAN API.

apisearch
๐ŸŒ

World Bank Open Data MCP

by world-bank-dev

Local

World Bank Open Data MCP server. Query 16,000+ economic indicators across 200+ countries including GDP, poverty rates, health statistics, education data, and climate metrics via World Bank Data API v2.

apianalytics
๐ŸŒ

NOAA Weather & Climate MCP

by noaa-community

Local

NOAA (National Oceanic and Atmospheric Administration) MCP server. Access weather forecasts, historical climate data, hurricane tracking, sea surface temperatures, and tidal predictions via NOAA APIs and Climate Data Online.

api
๐ŸŒ

EPA Environmental Data MCP

by epa-community

Local

U.S. EPA environmental data MCP server. Query air quality index (AQI), water quality reports, toxic release inventory, hazardous waste sites, and emissions data via EPA ECHO and EnviroFacts APIs.

apianalytics
๐Ÿ“ฃ

ActiveCampaign MCP

by activecampaign-dev

Local

ActiveCampaign email marketing and CRM MCP server. Manage contacts, build automations, trigger email campaigns, query deal pipelines, and access campaign analytics via ActiveCampaign API v3.

marketingapi
๐Ÿ“ฃ

MailerLite MCP

by mailerlite-community

Local

MailerLite email marketing MCP server. Create campaigns, manage subscriber groups, build automation workflows, access campaign performance metrics, and create landing pages via MailerLite API v3.

marketingapi
๐Ÿ“ฃ

Kit (ConvertKit) MCP

by convertkit-community

Local

Kit (formerly ConvertKit) creator email platform MCP server. Manage subscribers, create email sequences and broadcasts, tag contacts, query form subscribers, and access revenue attribution data via Kit API v4.

marketingapi
๐Ÿ“ฃ

Drip Email Marketing MCP

by drip-community

Local

Drip eCommerce CRM and email marketing MCP server. Manage subscriber profiles, create drip campaigns, build automation workflows, track revenue attribution, and segment audiences by purchase behavior via Drip API.

marketingapi
๐ŸŽฌ

Sketch MCP

by sketch-community

Local

Sketch design tool MCP server via Sketch Assistant. Inspect artboards, extract design tokens, export assets, query layer properties, and sync design system components across files via Sketch JavaScript API.

mediacoding
๐ŸŽฌ

Zeplin MCP

by zeplin-community

Local

Zeplin design handoff MCP server. Access design specs, extract CSS properties, retrieve component documentation, query style guides, and manage project assets for developer handoff workflows via Zeplin API.

mediacoding
๐ŸŽฌ

InVision MCP

by invision-community

Local

InVision design prototyping MCP server. Access prototypes, retrieve screen comments and feedback, export assets, query design system (DSM) components, and manage project versions via InVision API.

mediacoding
๐ŸŒ

Prismic MCP

by prismicio

Local

Prismic headless CMS MCP server. Query content documents, manage slice zones, access media library assets, publish content releases, and retrieve content type schemas via Prismic API with TypeScript types.

apimedia
๐ŸŒ

Payload CMS MCP

by payloadcms

Local

Payload CMS MCP server for Next.js-native headless CMS. Query collections, manage globals, upload media, run hooks, and interact with Payload local API for TypeScript-first content management workflows.

apimediacoding
๐ŸŒ

Keystone.js MCP

by keystonejs

Local

Keystone.js headless CMS and application framework MCP server. Query and mutate content via GraphQL, manage lists and relationships, access Keystone Admin UI data, and run custom hooks via Keystone API.

apidatabasecoding
๐Ÿ”’

HashiCorp Vault MCP

by hashicorp

Local

HashiCorp Vault secrets management MCP server. Read and write dynamic secrets, manage policies and tokens, rotate database credentials, retrieve PKI certificates, and query audit logs via Vault HTTP API.

securitydevops
๐Ÿ”ง

HashiCorp Nomad MCP

by hashicorp

Local

HashiCorp Nomad workload orchestrator MCP server. Deploy and manage containerized and non-containerized applications, inspect job allocations, scale task groups, query node health, and manage namespaces via Nomad API.

devopscloud
๐Ÿ’ฌ

Vonage Communications MCP

by vonage-dev

Local

Vonage (formerly Nexmo) Communications APIs MCP server. Send SMS messages, make voice calls, verify phone numbers, send WhatsApp Business messages, and manage 2FA flows via Vonage API platform.

communicationapi
๐Ÿ’ฌ

Rocket.Chat MCP

by rocketchat

Local

Rocket.Chat open-source team communication MCP server. Send messages to channels and DMs, read conversations, manage users and rooms, access omnichannel chats, and query message history via Rocket.Chat REST API.

communicationapi
๐Ÿ’ฌ

Matrix Protocol MCP

by matrix-org

Local

Matrix decentralized communication protocol MCP server. Send and read messages in Matrix rooms, manage room membership, access encrypted chat history, and interact with Matrix bots via Matrix Client-Server API.

communicationapi
๐Ÿ“Š

Mixpanel Analytics MCP

by mixpanel-community

Local

Mixpanel product analytics MCP server. Query event data with JQL, retrieve funnel conversion rates, analyze user retention cohorts, access A/B test results, and build custom reports via Mixpanel Data Export and Query APIs.

analyticsapi
๐Ÿ“Š

Amplitude Analytics MCP

by amplitude-community

Local

Amplitude product analytics MCP server. Query behavioral event data, retrieve user lookup and cohorts, access chart and dashboard data, analyze feature adoption funnels, and manage taxonomies via Amplitude Analytics API.

analyticsapi
๐Ÿ“Š

Heap Analytics MCP

by heap-community

Local

Heap digital insights platform MCP server. Query auto-captured behavioral events, build retroactive funnels and user journeys, access session replays metadata, and analyze user cohorts via Heap Data API without requiring instrumentation.

analyticsapi
๐Ÿ“Š

Twilio Segment MCP

by segmentio

Local

Twilio Segment customer data platform MCP server. Query user profiles and traits, access event history, manage source destinations, retrieve audience definitions, and analyze customer journey data via Segment Profile and Config APIs.

analyticsmarketingapi
๐Ÿ”

Perplexity MCP

by perplexity-community

Local

Perplexity AI search and research MCP server. Perform AI-powered web searches, get cited answers with real-time sources, conduct deep research queries, and access Perplexity Sonar models via Perplexity API.

searchai
๐Ÿ”

Tavily Search MCP

by tavily-ai

Local

Tavily AI-optimized search API MCP server. Perform real-time web searches designed for LLM reasoning, retrieve clean search results with context windows, and access topic-filtered news and research via Tavily Search API.

searchai
๐ŸŒ

Firecrawl MCP

by mendableai

LocalFeatured

Firecrawl web scraping and crawling MCP server. Scrape any URL to clean markdown, crawl entire websites, extract structured data with LLM-powered schemas, and monitor web content changes via Firecrawl API.

browserapiai
๐Ÿ’ป

E2B Code Interpreter MCP

by e2b-dev

LocalFeatured

E2B secure cloud sandbox MCP server. Execute Python, JavaScript, and R code in isolated sandbox environments, run data analysis scripts, generate matplotlib visualizations, and install packages dynamically via E2B SDK.

codingai
๐Ÿค–

OpenRouter MCP

by openrouter

Local

Access 200+ AI models through a single unified API via OpenRouter. Route requests to GPT-4o, Claude, Gemini, Llama, Mistral, and more with automatic fallbacks and cost optimization.

ai
๐Ÿค–

LM Studio MCP

by lmstudio-ai

Local

Connect to locally running LLMs via LM Studio. Run Llama, Mistral, Phi, Gemma, and hundreds of GGUF models on your own hardware with full privacy โ€” no API keys required.

ai
๐Ÿค–

vLLM MCP

by vllm-project

Local

High-throughput LLM inference via vLLM. Run PagedAttention-optimized serving for open-source models at production scale with continuous batching and streaming support.

aicloud
๐Ÿค–

LangSmith MCP

by langchain-ai

Local

LangChain's LLM observability and evaluation platform. Trace, debug, and evaluate LLM application runs, compare prompts, and monitor production performance via LangSmith API.

aianalytics
๐Ÿค–

Dify MCP

by langgenius

Local

Connect to Dify AI application platform. Build, test, and deploy LLM-powered workflows, RAG pipelines, and AI agents using Dify's visual orchestration interface via MCP.

ai
๐Ÿค–

Flowise MCP

by FlowiseAI

Local

Integrate with Flowise, the open-source drag-and-drop LLM flow builder. Execute chatflows, query vector stores, and manage AI pipelines built in Flowise's visual editor.

ai
๐Ÿค–

Vapi MCP

by vapiai

Local

Voice AI platform via Vapi. Create voice assistants, manage phone calls, configure voice workflows, and analyze call transcripts through Vapi's API.

aicommunication
๐Ÿ’ฐ

Alchemy MCP

by alchemyplatform

Local

Ethereum and Web3 development via Alchemy. Query blockchain data, interact with smart contracts, monitor NFT activity, track token transfers, and access Alchemy's enhanced APIs.

financeapi
๐Ÿ’ฐ

Infura MCP

by ConsenSys

Local

Ethereum, IPFS, and Web3 infrastructure via Infura. Query mainnet and testnets, deploy contracts, store files on IPFS, and access 10+ blockchain networks through a single endpoint.

financecloud
๐Ÿ’ป

Hardhat MCP

by NomicFoundation

Local

Ethereum development environment via Hardhat. Compile and deploy Solidity contracts, run tests on local Hardhat Network, generate coverage reports, and interact with deployed contracts.

codingfinance
๐Ÿ’ฐ

Paddle MCP

by PaddleHQ

Local

SaaS payments and merchant-of-record via Paddle. Manage subscriptions, create checkout links, handle tax compliance across 200+ countries, process refunds, and query revenue analytics.

finance
๐Ÿ’ฐ

Lemon Squeezy MCP

by lmsqueezy

Local

Digital product payments via Lemon Squeezy. Create products and variants, manage subscriptions, generate discount codes, track orders, and handle license keys for SaaS and digital downloads.

finance
๐Ÿ’ฐ

Braintree MCP

by braintree

Local

PayPal's Braintree payment gateway via MCP. Process credit cards, PayPal, and Venmo payments, manage customer vaults, create subscriptions, and query transaction history for your application.

finance
๐Ÿ’ฐ

Recurly MCP

by recurly

Local

Subscription billing and revenue management via Recurly. Manage subscriber plans, handle dunning, process upgrades/downgrades, query MRR/ARR metrics, and automate billing workflows.

finance
๐Ÿ“‹

Workday MCP

by workday-community

Local

HR, finance, and planning via Workday. Query employee records, manage compensation, track time-off, run HR reports, and access financial planning data through Workday's REST APIs.

productivity
๐Ÿ“‹

ADP MCP

by adp-marketplace

Local

Payroll and HR data via ADP. Access employee rosters, payroll runs, time and attendance records, benefits enrollment data, and tax filings through ADP's Marketplace APIs.

productivity
๐Ÿ’ฌ

Zulip MCP

by zulip

Local

Open-source team chat via Zulip. Send messages, manage streams and topics, search conversation history, upload files, and administer your Zulip organization through the REST API.

communication
๐Ÿ’ฌ

Cisco Webex MCP

by CiscoDevNet

Local

Cisco Webex messaging and meetings via MCP. Send messages to spaces, schedule and start meetings, manage teams and memberships, retrieve call recordings, and access Webex APIs for enterprise collaboration.

communication
๐Ÿ’ฌ

Telnyx MCP

by team-telnyx

Local

Cloud communications via Telnyx. Send SMS and MMS, make and receive voice calls, manage phone numbers, configure SIP trunking, and access real-time call control via Telnyx REST APIs.

communication
๐ŸŽฌ

Penpot MCP

by penpot

Local

Open-source design and prototyping via Penpot. Read design files, extract assets and components, export frames as images, inspect layer properties, and collaborate on designs โ€” self-hostable alternative to Figma.

media
๐Ÿ”’

Clerk MCP

by clerkinc

Local

Authentication and user management via Clerk. Manage users, organizations, and sessions, query sign-in attempts, configure multi-factor authentication, and handle JWT template settings through Clerk's Backend API.

security
๐Ÿ”’

Stytch MCP

by stytchauth

Local

Passwordless authentication APIs via Stytch. Manage users, configure magic links and OTP flows, handle OAuth sessions, query organization membership, and set up B2B authentication through Stytch's API.

security
โ˜๏ธ

Wasabi Cloud Storage MCP

by wasabi-tech

Local

S3-compatible cloud object storage via Wasabi. Upload, download, list, and manage files across buckets at 80% less cost than AWS S3 โ€” uses standard S3 API so fully compatible with S3 tools.

cloud
๐Ÿ’ฌ

SparkPost MCP

by SparkPost

Local

Transactional and marketing email via SparkPost (now Bird). Send emails with advanced analytics, manage suppression lists, query deliverability metrics, and configure IP pools and sending domains.

communicationmarketing
๐Ÿ’ฌ

Plivo MCP

by plivo

Local

SMS, MMS, and voice calls via Plivo. Send and receive SMS messages, make outbound calls with TTS, rent phone numbers, retrieve call recordings, and build IVR systems through Plivo's communication APIs.

communication
๐Ÿ’ฌ

MessageBird MCP

by messagebird

Local

Omnichannel communications via MessageBird (now Bird). Send SMS, WhatsApp, and voice messages, manage contacts and segments, query delivery reports, and automate customer communication flows.

communicationmarketing
๐ŸŽฎ

Unreal Engine MCP

by EpicGames

Local

Unreal Engine game development via MCP. Control the Unreal Editor, spawn and manipulate actors, run Blueprint scripts, trigger level streaming, execute console commands, and automate asset pipeline tasks.

gamingcoding
๐Ÿ—„๏ธ

Oracle Database MCP

by oracle

Local

Oracle Database connectivity via MCP. Execute SQL queries, manage stored procedures and packages, run PL/SQL blocks, inspect schemas, and connect to Oracle ATP, Exadata, or on-premises instances.

database
๐Ÿ—„๏ธ

TiDB MCP

by pingcap

Local

Distributed SQL database via TiDB Cloud. Run MySQL-compatible queries at scale, manage multi-region clusters, inspect execution plans, export data to S3, and access TiDB Serverless through the MCP integration.

databasecloud
๐Ÿ—„๏ธ

CrateDB MCP

by crate-io

Local

Distributed SQL database for time-series and documents via CrateDB. Execute SQL queries against machine data, IoT sensor streams, and JSON documents using PostgreSQL-compatible syntax at petabyte scale.

database
๐Ÿ“ฃ

Iterable MCP

by Iterable

Local

Cross-channel marketing platform via Iterable. Send email, SMS, and push notifications, manage user lists and segments, trigger campaign workflows, and query engagement analytics for lifecycle marketing.

marketingcommunication
๐Ÿค–

Langflow MCP

by langflow-ai

Local

Visual LLM workflow builder via Langflow. Execute flows, query RAG pipelines, manage components, and integrate pre-built AI workflows from Langflow's open-source drag-and-drop interface.

ai
๐Ÿ”ง

UptimeRobot MCP

by uptimerobot-community

Local

Website and API uptime monitoring via UptimeRobot. Check monitor statuses, query downtime history, create new monitors, manage maintenance windows, and receive alert contact configurations.

devopsanalytics
๐Ÿ”ง

Checkly MCP

by checkly

Local

API and browser monitoring as code via Checkly. Run API checks and browser tests, inspect check results and error logs, manage alert channels, trigger manual check runs, and view SLA metrics.

devopsanalytics
๐Ÿ”ง

Better Stack MCP

by BetterStackHQ

Local

Incident management and log aggregation via Better Stack. Query structured logs, manage on-call schedules, view incident timelines, check monitor uptime, and manage status page incidents in real time.

devopsanalytics
๐Ÿ”ง

Coralogix MCP

by coralogix

Local

Full-stack observability via Coralogix. Search logs with DataPrime query language, create alerts, inspect traces, analyze metrics, and investigate incidents across distributed applications and infrastructure.

devopsanalytics
๐Ÿ”ง

Sumo Logic MCP

by SumoLogic

Local

Log management and security analytics via Sumo Logic. Run log queries with Sumo Logic Query Language, view dashboards, manage scheduled searches, and detect anomalies across cloud-native infrastructure.

devopsanalyticssecurity
๐ŸŒ

MuleSoft MCP

by mulesoft

Local

Enterprise integration and API management via MuleSoft Anypoint Platform. Query APIs, manage integration flows, monitor runtime performance, and trigger Mule application deployments via CloudHub.

apidevops
๐ŸŒ

Boomi MCP

by boomi

Local

Dell Boomi iPaaS integration via MCP. Execute integration processes, query audit logs, manage connection settings, monitor real-time process results, and inspect deployed components on Boomi AtomSphere.

apidevops
๐ŸŒ

Apache Pulsar MCP

by apache

Local

Distributed messaging and streaming via Apache Pulsar. Produce and consume messages from topics, manage namespaces and tenants, inspect subscription backlogs, and configure retention and replication policies.

apicloud
๐Ÿ“ฃ

Salesforce Marketing Cloud MCP

by salesforce-marketingcloud

Local

Salesforce Marketing Cloud via MCP. Query subscriber data, trigger email sends, manage journey builder flows, pull engagement reports, and access SFMC REST and SOAP APIs for enterprise marketing automation.

marketing
๐Ÿ’ฌ

Daily.co MCP

by daily-co

Local

Real-time video and audio via Daily.co. Create meeting rooms, manage participants, control recording, query call analytics, and build custom video applications using Daily's REST API and webhooks.

communication
โœˆ๏ธ

Google Flights MCP

by nishuzumi

Local

Search and compare flights using Google Flights data. Find cheapest routes, track prices, and explore travel options.

travelapi
โœˆ๏ธ

Skyscanner MCP

by skyscanner-community

Local

Search flights, hotels, and car rentals via Skyscanner API. Compare prices across hundreds of airlines and booking sites.

travelapi
โœˆ๏ธ

Booking.com MCP

by booking-devs

Local

Search and book hotels, apartments, and vacation rentals via Booking.com API. Access reviews, availability, and pricing.

travel
โœˆ๏ธ

Visa Requirements MCP

by travel-tools-dev

Local

Check visa requirements for any country pair. Get up-to-date entry requirements, processing times, and documentation needed.

travelapi
โœˆ๏ธ

Currency Exchange MCP

by fawazahmed0

Local

Real-time currency exchange rates and historical data. Convert between 170+ currencies with live market rates.

travelfinance
๐ŸŽฎ

Steam MCP

by steamdb-community

Local

Access Steam game library, achievements, playtime stats, and store data. Query player profiles and game metadata.

gamingapi
๐ŸŽฎ

Twitch MCP

by twitch-dev-tools

Local

Query Twitch streams, clips, channels, and analytics. Access live stream data and viewer statistics via Twitch API.

gamingmediaapi
๐ŸŽฎ

RAWG Game Database MCP

by rawg-devs

Local

Access the world's largest video game database. Search 500K+ games, get ratings, metacritic scores, and release info.

gamingapi
๐ŸŽฎ

Minecraft MCP

by mc-tools-dev

Local

Interface with Minecraft servers and game data. Query player stats, server status, and world information via RCON.

gaming
๐ŸŽฎ

itch.io MCP

by itch-community

Local

Browse and manage itch.io indie game catalog. Search games, access developer tools, and query game analytics.

gamingapi
๐ŸŒ

MQTT MCP

by mqtt-tools

Local

Publish and subscribe to MQTT topics for IoT device communication. Connect to any MQTT broker and manage IoT data streams.

api
๐ŸŒ

Philips Hue MCP

by hue-community

Local

Control Philips Hue smart lights and rooms. Set colors, brightness, schedules, and scenes using natural language.

api
๐ŸŒ

OpenFDA MCP

by fda-open-data

Local

Query FDA drug, device, and food safety data. Access adverse event reports, drug labels, and recall information.

api
๐Ÿ”

US Code MCP

by govtools-dev

Local

Search and retrieve US federal laws and regulations. Query the US Code, CFR, and Federal Register for legal research.

searchapi
๐Ÿ’ฐ

Plaid MCP

by plaid-community

Local

Connect to bank accounts via Plaid API. Access transactions, balances, investment data, and financial identity verification.

financeapi
๐Ÿ’ฐ

Alpaca Trading MCP

by alpaca-markets

Local

Commission-free stock and crypto trading via Alpaca API. Place orders, manage portfolios, and access real-time market data.

financeapi
๐ŸŒ

Shopify Admin MCP

by shopify-devs

Local

Manage Shopify stores via Admin API. Query orders, customers, products, and inventory. Run reports and automate store operations.

apianalytics
๐ŸŒ

WooCommerce MCP

by woo-devs

Local

Manage WooCommerce stores via REST API. Query products, orders, customers, and inventory from any WordPress e-commerce site.

apidatabase
๐ŸŒ

Amazon Seller MCP

by amazon-sp-tools

Local

Access Amazon Selling Partner API. Query listings, orders, FBA inventory, and advertising data for Amazon sellers.

apianalytics
๐Ÿ’ฐ

QuickBooks MCP

by intuit-community

Local

Access QuickBooks Online accounting data. Query invoices, expenses, customers, vendors, and financial reports via Intuit API.

financeapi
๐Ÿ—„๏ธ

CockroachDB MCP

by cockroachdb-labs

Local

Connect to CockroachDB distributed SQL databases. Run queries, manage schemas, and monitor cluster health across regions.

database
๐Ÿ—„๏ธ

TimescaleDB MCP

by timescale-devs

Local

Query time-series data from TimescaleDB. Analyze sensor data, metrics, IoT streams, and time-series analytics at scale.

databaseanalytics
๐Ÿ—„๏ธ

ClickHouse MCP

by clickhouse-community

Local

Query ClickHouse OLAP database for real-time analytics. Run analytical queries on billions of rows with columnar storage.

databaseanalytics
๐ŸŒ

Geocoding MCP

by geo-tools-dev

Local

Convert addresses to coordinates and reverse geocode locations. Access Google Maps, OpenStreetMap, and Nominatim geocoding APIs.

api
๐Ÿ“ฃ

Instagram MCP

by social-mcp-tools

Local

Access Instagram Graph API for business accounts. Query posts, stories, insights, and audience data for social media management.

marketingapi
๐Ÿ“ฃ

Mailchimp MCP

by mailchimp-community

Local

Manage Mailchimp email campaigns, audiences, and automations. Query subscriber data, campaign stats, and send targeted emails.

marketingcommunication
๐Ÿ“‹

DocuSign

by docusign-community

Local

Send, sign, and manage DocuSign envelopes and templates. Automate e-signature workflows, check document status, and retrieve signed documents programmatically.

productivityapi
๐Ÿ“‹

HelloSign (Dropbox Sign)

by hellosign-community

Local

Create and send signature requests via Dropbox Sign (formerly HelloSign). Manage templates, track signing progress, and download completed agreements.

productivityapi
๐Ÿ“‹

PandaDoc

by pandadoc-community

Local

Create, send, and track PandaDoc proposals, contracts, and quotes. Manage document templates, collect e-signatures, and monitor deal status.

productivitymarketing
๐Ÿ“‹

Ironclad

by ironcladapp-community

Local

Automate contract workflows with Ironclad. Create, review, and approve contracts, manage clause libraries, and track contract lifecycle from negotiation to execution.

productivityapi
๐ŸŒ

LexisNexis

by lexisnexis-community

Local

Search LexisNexis legal databases for case law, statutes, regulations, and legal analysis. Retrieve court opinions, track legislation, and conduct legal research.

apisearch
๐ŸŒ

PACER Court Records

by pacer-community

Local

Query PACER (Public Access to Court Electronic Records) for federal court filings, case dockets, and legal documents. Search by party name, case number, or attorney.

apisearch
๐ŸŽฌ

HeyGen

by heygen-community

Local

Generate AI avatar videos with HeyGen. Create talking-head videos from text scripts, clone voices, translate videos into 40+ languages, and manage video projects.

mediaai
๐ŸŽฌ

Synthesia

by synthesia-community

Local

Create AI-generated training and marketing videos with Synthesia. Generate realistic avatar videos from text, customize presenters, and export in multiple formats.

mediaai
๐ŸŽฌ

Pika

by pika-labs

Local

Generate and edit short AI videos with Pika. Create video clips from text prompts, animate images, and apply visual effects using Pika's generative video API.

mediaai
๐ŸŽฌ

Luma AI (Dream Machine)

by lumalabs-community

Local

Generate cinematic AI videos with Luma Dream Machine. Create photorealistic video clips from text descriptions, extend videos, and control camera movements.

mediaai
๐ŸŽฌ

Captions AI

by captions-community

Local

Auto-generate and edit video captions with Captions AI. Add subtitles, translate captions to 28 languages, apply animated styles, and export SRT/VTT files.

mediaai
๐Ÿค–

LangSmith

by langchain-ai

Local

Debug and monitor LLM applications with LangSmith. Trace LLM calls, evaluate outputs, manage datasets for testing, and track performance metrics across model versions.

aianalytics
๐Ÿค–

Arize Phoenix

by Arize-ai

Local

Open-source LLM observability and evaluation with Arize Phoenix. Trace AI pipelines, evaluate retrieval quality, detect hallucinations, and monitor embedding drift.

aianalytics
๐Ÿค–

Promptfoo

by promptfoo

Local

Test and evaluate LLM prompts with Promptfoo. Run automated evaluations, compare model outputs, detect regressions, and find security vulnerabilities in AI applications.

aicoding
๐Ÿค–

Humanloop

by humanloop

Local

Manage and evaluate LLM prompts with Humanloop. Version control prompts, collect human feedback, run A/B experiments, and monitor production AI model performance.

aianalytics
๐Ÿง 

Obsidian

by MarkusSagen

Local

Read and write Obsidian markdown notes, search across vaults, create and edit files, manage tags and backlinks. Integrates AI into your personal knowledge base.

memoryproductivity
๐Ÿง 

Logseq

by logseq-community

Local

Query and manage Logseq knowledge graphs. Search pages, create journal entries, manage tasks, traverse bi-directional links, and build knowledge graphs with AI.

memoryproductivity
๐Ÿง 

Roam Research

by roam-community

Local

Read and write Roam Research notes and databases. Query bi-directional links, create daily notes, manage blocks, and leverage Roam's graph structure with AI assistance.

memoryproductivity
๐Ÿง 

Outline

by outline-community

Local

Read, search, and create documents in Outline (the open-source wiki). Query collections, manage team documentation, and integrate AI into your knowledge base.

memoryproductivity
๐Ÿง 

AppFlowy

by AppFlowy-io

Local

Manage AppFlowy workspaces, documents, and databases. The open-source Notion alternative with AI integration โ€” search docs, create content, and manage tasks.

memoryproductivity
๐Ÿ“‹

Make (Integromat)

by make-community

Local

Trigger and manage Make (formerly Integromat) automation scenarios. Run workflows, inspect scenario runs, manage webhooks, and create data transformations across 1,500+ apps.

productivityapi
๐Ÿ“‹

n8n

by n8n-io

Local

Interact with n8n workflow automation. Execute workflows, create new automations, manage webhook triggers, and inspect execution logs โ€” all through natural language.

productivitydevops
๐Ÿ“‹

Activepieces

by activepieces

Local

Open-source automation platform MCP integration. Trigger flows, manage connections, inspect run history, and create multi-step automations across business apps.

productivityapi
๐Ÿ“‹

Workato

by workato-community

Local

Enterprise automation with Workato MCP. Trigger recipes, manage job runs, inspect data, and orchestrate complex enterprise workflows across SAP, Salesforce, and 1,000+ connectors.

productivityapi
๐Ÿ“‹

Pipedream

by PipedreamHQ

Local

Trigger and manage Pipedream event-driven workflows. Run serverless functions, inspect workflow logs, manage HTTP triggers, and connect 900+ APIs with AI assistance.

productivitydevops
๐Ÿ—„๏ธ

Apache Flink

by apache-community

Local

Monitor and manage Apache Flink streaming jobs. Submit jobs, check job status, inspect metrics, manage savepoints, and query stateful stream processing pipelines.

databaseanalytics
๐Ÿ—„๏ธ

Benthos / Redpanda Connect

by redpandadata

Local

Manage Benthos (Redpanda Connect) stream processing pipelines. Create, modify, and monitor data pipelines that process, transform, and route messages between systems.

databasedevops
๐Ÿ”ง

Vector (Datadog)

by vectordotdev

Local

Manage Vector data pipelines for log and metrics processing. Configure sources, transforms, and sinks; monitor pipeline health; and route observability data at scale.

devopsanalytics
๐Ÿ”ง

Telegraf

by influxdata

Local

Configure and monitor Telegraf metrics agent. Manage input/output plugins, inspect collected metrics, and orchestrate data collection from servers, containers, and IoT devices.

devopsanalytics
๐Ÿ“Š

Heap Analytics

by heap-community

Local

Query Heap digital insights data. Analyze user behavior funnels, session replays, and cohort retention. Explore event data and conversion metrics without SQL.

analyticsapi
๐Ÿ“Š

Snowplow Analytics

by snowplow-community

Local

Query and manage Snowplow behavioral data platform. Access event-level data, build tracking schemas, and analyze customer journeys across web, mobile, and server sources.

analyticsdatabase
๐Ÿค–

Letta (MemGPT)

by letta-ai

Local

Deploy stateful AI agents with persistent memory using Letta (formerly MemGPT). Manage agent memory, create personas, and build multi-agent systems that remember across sessions.

aimemory
๐Ÿ—„๏ธ

Turso

by tursodatabase

Local

Query and manage Turso edge SQLite databases. Execute SQL queries, manage database replicas, handle schema migrations, and work with embedded SQLite at the edge.

databasecloud
๐Ÿ”ง

Logstash

by elastic-community

Local

Manage Logstash data ingestion pipelines. Configure input/filter/output stages, monitor pipeline health, inspect queued events, and troubleshoot log processing issues.

devopsanalytics
๐ŸŒ

BigCommerce

by bigcommerce-community

Local

Manage BigCommerce stores via MCP. Query products, orders, customers, and inventory. Create promotions, update catalog data, and analyze store performance metrics.

apifinance
๐Ÿ“ฃ

Klaviyo

by klaviyo-community

Local

Manage Klaviyo email and SMS marketing. Query segment metrics, create and send campaigns, manage flow automations, analyze performance reports, and update profiles.

marketingcommunication
๐Ÿ’ฌ

Gorgias

by gorgias-community

Local

Manage Gorgias e-commerce helpdesk tickets. Create, update, and resolve support tickets, manage macros and rules, track agent performance, and integrate with Shopify orders.

communicationapi
๐ŸŒ

Matter Smart Home

by matter-community

Local

Control Matter-compatible smart home devices. Discover devices on the local network, read sensor data, control lights and plugs, and build home automation workflows.

api
๐ŸŒ

Tasmota

by tasmota-community

Local

Control Tasmota-flashed IoT devices over MQTT or HTTP. Toggle relays, read sensors, set schedules, update firmware, and manage smart plugs and switches.

api
๐Ÿ”ง

Kestra

by kestra-io

Local

Manage Kestra data orchestration workflows. Trigger flows, monitor executions, manage namespaces, and inspect task outputs in this open-source workflow automation platform.

devopsdatabase
๐Ÿค–

LangChain Hub

by langchain-ai

Local

Browse, use, and share prompts from LangChain Hub. Discover community prompts, pull templates into your applications, and publish your own prompt library entries.

aicoding
๐Ÿค–

TruLens

by truera

Local

Evaluate and monitor LLM applications with TruLens. Track groundedness, answer relevance, and context precision. Debug RAG pipelines and detect hallucinations in production.

aianalytics
๐Ÿ“‹

Zapier NLA

by zapier

Local

Execute 50,000+ Zapier actions through natural language. Connect apps, trigger zaps, and automate workflows across the entire Zapier ecosystem using plain English commands.

productivityapi
๐Ÿค–

DeepEval

by confident-ai

Local

LLM testing framework MCP integration. Run automated evaluations on LLM outputs, measure hallucination rates, check factual accuracy, and CI/CD integration for AI quality gates.

aicoding
๐Ÿ’ฐ

Polygon.io

by polygon-community

Local

Access financial market data from Polygon.io. Query real-time and historical stock prices, options chains, forex, crypto, and aggregated OHLCV data for algorithmic trading.

financeapi
๐Ÿ’ฐ

CoinGecko

by coingecko-community

Local

Fetch cryptocurrency market data from CoinGecko. Get coin prices, market caps, trading volumes, historical data, trending tokens, and DeFi protocol metrics.

financeapi
โœˆ๏ธ

Amadeus Travel

by amadeus-community

Local

Access Amadeus GDS travel APIs to search flights, book hotels, find car rentals, and access global travel inventory. Supports flight search, hotel availability, and travel recommendations.

travelapi
โœˆ๏ธ

Yelp

by yelp-developers

Local

Search for local businesses, restaurants, and services using Yelp's API. Get business details, reviews, ratings, hours, and location data for any area.

travelapisearch
๐Ÿ’ฐ

FRED Economic Data

by stlouisfed

Local

Access Federal Reserve Economic Data (FRED) with 800,000+ economic time series. Query GDP, inflation, unemployment, interest rates, and other macroeconomic indicators from the St. Louis Fed.

financeapianalytics
๐Ÿ’ฐ

CoinMarketCap

by coinmarketcap-community

Local

Access CoinMarketCap cryptocurrency data including real-time prices, market caps, trading volumes, historical data, and crypto market insights for 20,000+ cryptocurrencies.

financeapi
๐Ÿ”’

NVD Vulnerability Database

by nist-community

Local

Query the NIST National Vulnerability Database (NVD) for CVEs, CVSS scores, affected software versions, and vulnerability details. Essential for security analysis and patch management.

securityapi
๐Ÿค–

Weights & Biases

by wandb

Local

Access Weights & Biases (wandb) experiment tracking and ML platform. Query runs, compare experiments, retrieve metrics, manage artifacts, and analyze ML training data.

aianalytics
๐Ÿค–

AssemblyAI

by assemblyai

Local

Transcribe audio and video files using AssemblyAI's speech-to-text API. Supports speaker diarization, auto-chapters, sentiment analysis, entity detection, and real-time transcription.

aimedia
๐Ÿค–

Deepgram

by deepgram-dev

Local

Real-time and batch speech recognition via Deepgram's Nova-3 model. Transcribe audio with word-level timestamps, language detection, punctuation, and speaker diarization.

aimedia
๐Ÿค–

OpenAI

by openai-community

Local

Direct integration with OpenAI API for accessing GPT-4o, o1, DALL-E, Whisper, and Embeddings. Useful for multi-model workflows, image generation, and text embedding pipelines.

aiapi
๐ŸŽฎ

Lichess

by lichess-org

Local

Interact with Lichess open-source chess platform. Fetch game history, analyze positions, challenge players, query puzzles, stream games, and access chess data from the free Lichess API.

gamingapi
๐Ÿ’ฌ

Google Chat

by google-workspace-dev

Local

Send messages, create spaces, and manage Google Chat conversations via the Google Chat API. Supports message formatting, card attachments, threaded replies, and webhook notifications.

communicationproductivity
๐Ÿ—„๏ธ

Microsoft SQL Server

by mssql-mcp-devs

Local

Connect to Microsoft SQL Server databases via MCP. Execute T-SQL queries, manage stored procedures, inspect schemas, and retrieve data from MSSQL instances including Azure SQL Database and SQL Server on-premises.

database
๐ŸŒ

FedEx

by fedex-developers

Local

Integrate with FedEx shipping APIs via MCP. Track packages, generate shipping labels, get rate quotes, manage pickup scheduling, validate addresses, and access FedEx Freight and International services.

api
๐Ÿ“‹

Smartsheet

by smartsheet-devs

Local

Access Smartsheet work management platform via MCP. Query sheets, reports, dashboards, and workspaces. Manage rows, columns, and attachments. Automate project tracking workflows and generate dynamic work management reports.

productivityapi
๐Ÿ“‹

Typeform

by typeform

Local

Connect to Typeform survey and form platform via MCP. Access form definitions, retrieve responses, analyze completion metrics, manage workspaces and themes, and export survey data for qualitative research workflows.

productivityapi
๐Ÿ’ป

Hoppscotch

by hoppscotch

Local

Connect to Hoppscotch open-source API development platform via MCP. Access collections, environments, history, and team workspaces. Import OpenAPI specs, run requests, and share API testing workflows across teams.

codingapi
๐ŸŒ

Open-Meteo Weather

by community

Local

Open-Meteo free weather forecast API โ€” access hourly weather data, historical records, climate models, and air quality data without API keys for any location globally.

api
๐ŸŒ

FDA OpenFDA

by community

Local

FDA OpenFDA API โ€” query drug adverse events, medical device reports, food enforcement actions, drug labeling, and recall databases from the US Food and Drug Administration.

apisearch
๐ŸŒ

USAJobs Federal Employment

by community

Local

USAJobs API โ€” search federal government job listings, retrieve position details, agency information, qualifications, and application instructions from the official US government jobs portal.

apisearch
๐Ÿค–

Roboflow Vision

by community

Local

Roboflow computer vision platform API โ€” manage image datasets, run object detection and classification models, annotate images, and deploy custom vision models to production.

aiapi
๐ŸŒ

BioMCP

by genomoncology

Local

Biomedical research MCP server providing unified access to PubMed literature, ClinicalTrials.gov trial data, and MyVariant.info genomic variant information. Enables AI-powered biomedical research, drug discovery, and clinical evidence synthesis.

apisearch
๐ŸŒ

WSO2 FHIR MCP Server

by wso2

LocalOfficial

WSO2 FHIR MCP Server โ€” expose any FHIR-compliant healthcare API as an MCP server. Supports HL7 FHIR R4/R5, CRUD operations on Patient, Observation, Condition, Medication, and all standard FHIR resources. Enterprise-grade with OAuth 2.0.

apidatabase
โ˜๏ธ

AWS HealthLake MCP

by awslabs

LocalOfficial

AWS HealthLake FHIR MCP server โ€” access and manage HIPAA-eligible FHIR R4 datastores on Amazon HealthLake. Query patients, conditions, medications, observations, and clinical documents. Auto-discovers datastores, 11 FHIR tools built-in.

cloudapi
๐ŸŒ

Home Assistant MCP (Community)

by homeassistant-ai

LocalFeatured

Unofficial Home Assistant MCP server with 2,000+ stars โ€” control lights, switches, climate, locks, media players, and automations via natural language. Runs as HA add-on or standalone. Full entity state read/write, service calls, and history queries.

apicloud
๐Ÿ—„๏ธ

Apache IoTDB MCP

by apache

LocalOfficial

Apache IoTDB's official MCP server โ€” interact with Apache IoTDB time-series database for IoT workloads. Execute SQL queries, manage time-series data, access device telemetry, run IoTDB SQL and tree-model dialects for industrial IoT applications.

databaseapi
๐ŸŒ

ROS MCP Server

by robotmcp

Local

ROS / ROS2 robot control MCP server โ€” publish and subscribe to ROS topics, call services, query node graph, control robot actuators, read sensor data, and interface with robotic systems using natural language commands. Supports ROS Noetic and ROS2 Humble/Iron.

apicoding
๐ŸŒ

US Legal MCP

by JamesANZ

Local

Comprehensive US legislation MCP server โ€” query federal statutes, regulations, agency rulemakings, and news from OCC, SEC, CFTC, Federal Reserve, Treasury, and FinCEN. Ideal for compliance, regulatory research, and financial law analysis.

apisearch
๐ŸŒ

US Census Bureau MCP

by uscensusbureau

LocalOfficial

Official US Census Bureau Data API MCP server โ€” query demographic, economic, and social statistics from the Census Bureau's Data API. Access ACS, Decennial Census, Economic Census, and Population Estimates Program data for 330M+ Americans.

apianalytics
๐ŸŒ

FRED Economic Data API MCP

by Jaldekoa

Local

Federal Reserve Economic Data (FRED) MCP server with access to 800,000+ economic time series โ€” query GDP, unemployment, inflation, interest rates, and 800K+ indicators from the St. Louis Fed. Retrieve, compare, and analyze economic data via natural language.

apifinance
๐Ÿ’ฐ

Octagon SEC Filings MCP

by OctagonAI

Local

AI-powered SEC filings analysis MCP server โ€” covers 8,000+ public companies from SEC EDGAR with comprehensive 10-K, 10-Q, 8-K, S-1, and proxy statement coverage. Deep NLP extraction of financial data, risk factors, and management discussion sections.

financeapi
๐ŸŒ

World Bank Data MCP

by anshumax

Local

World Bank open data MCP server โ€” access 1,000+ economic and social development indicators for 200+ countries. Query GDP, poverty rates, education outcomes, health statistics, climate data, and trade figures from the World Bank Development Data API.

apianalytics
๐ŸŒ

OpenFDA MCP Server

by Augmented-Nature

Local

OpenFDA API MCP server โ€” query FDA drug adverse events, product labeling, drug approvals, drug shortages, NDC directory information, medical device regulatory data, and food recall alerts. Access all openFDA public datasets through natural language.

apisearch
๐ŸŒ

Odoo MCP Pro

by pantalytics

Local

Professional AI connector for Odoo ERP โ€” connect Claude, ChatGPT, Cursor and other AI tools to Odoo via MCP. Manage sales, purchases, inventory, accounting, HR, and CRM. Advanced features: bulk operations, webhooks, multi-company, and custom model support.

apifinance
๐Ÿ’ฌ

Microsoft 365 MCP

by softeria

Local

Microsoft 365 MCP server via Graph API โ€” read and send emails, manage calendar events, access SharePoint documents, query OneDrive files, read Teams messages, and interact with Excel/Word documents. Full Microsoft 365 suite in your AI assistant.

communicationproductivity
๐Ÿ—„๏ธ

Redis Cloud MCP

by redis

LocalOfficial

Official Redis Cloud MCP server โ€” create, configure, and manage Redis Cloud databases via natural language. Manage subscriptions, databases, security rules, and access control. Built by Redis to bring AI-native control to the Redis Cloud platform.

databasecloud
๐Ÿ—„๏ธ

Google MCP Toolbox for Databases

by googleapis

LocalFeaturedOfficial

Google's open-source MCP Toolbox for Databases โ€” multi-database MCP server supporting AlloyDB, Cloud SQL, Spanner, BigQuery, PostgreSQL, MySQL, and more. Enterprise-grade connection pooling, auth, and query tools for production AI database access.

databasecloud

Local install ยท updated 19d ago ยท v1.5.0

๐ŸŒ

Odoo ERP MCP (Community)

by ivnvxd

Local

Community Odoo ERP MCP server by ivnvxd โ€” AI assistants interact with Odoo via standardized resources and tools. List models, read records, search with domain filters, create and update records, and execute server actions across Odoo 16/17/18.

apiproductivity
๐Ÿค–

Ollama

by ollama-community

Local

Run local LLMs via Ollama from any MCP-compatible client. Pull, run, and interact with open-source models like Llama 3, Mistral, CodeLlama, and Gemma entirely on-device. No API keys, full privacy.

ai
๐Ÿค–

HuggingFace Hub

by huggingface

LocalOfficial

Access 800,000+ ML models, datasets, and Spaces on Hugging Face Hub via MCP. Run inference on hosted models, search the model library, download datasets, and interact with Gradio Spaces programmatically.

ai
๐Ÿ—„๏ธ

Chroma

by chroma-core

Local

Open-source embedding database for AI applications. Store and query embeddings with metadata filtering for RAG workflows. Supports multiple embedding functions and runs locally or in the cloud.

databaseaimemory
๐Ÿง 

Mem0

by mem0ai

LocalOfficial

Intelligent memory layer for AI applications. Automatically extracts, stores, and retrieves relevant memories across conversations. Enables personalized AI experiences with user-specific context that persists across sessions.

memoryai
๐Ÿ“‹

Todoist

by doist-community

Local

Full Todoist integration via MCP. Create, update, and complete tasks, manage projects and sections, set due dates and priorities, and handle recurring tasks. Sync with your Todoist workspace from any AI assistant.

productivity
โ˜๏ธ

Cloudflare Workers Bindings

by cloudflare

LocalOfficial

Cloudflare Workers development MCP server for on-the-fly application building with D1 databases, R2 object storage, KV stores, and other Workers bindings. Create tables, query data, upload objects, and manage Workers primitives directly from AI tools as you build Cloudflare applications.

clouddatabasedevops
๐ŸŒ

Microsoft Playwright MCP

by microsoft

LocalFeaturedOfficial

Microsoft's official Playwright browser automation MCP server with 33K+ GitHub stars. Uses Playwright's accessibility tree rather than screenshots โ€” fast, lightweight, and LLM-friendly. Enables Claude to navigate web pages, fill forms, click elements, extract structured data, and automate browser workflows without vision models.

browsercoding
๐Ÿ—„๏ธ

Parse Server MCP

by parse-community

Local

Self-hosted Parse Server MCP connector. Perform CRUD operations on Parse collections, manage files, push notifications, and run cloud code functions.

databaseapi
๐Ÿ”’

MITRE ATT&CK MCP

by mitre-engenuity

Local

MITRE ATT&CK framework MCP server. Search adversary tactics, techniques, and procedures (TTPs), map attack patterns, and query STIX data for threat modeling.

security
๐Ÿ“

LibreOffice MCP

by libreoffice-community

Local

LibreOffice suite MCP server. Create and manipulate Writer, Calc, Impress, and Draw documents locally using the LibreOffice UNO API bridge.

filesystemproductivity
๐Ÿ“

DOCX MCP

by docx-mcp

Local

Microsoft Word DOCX processing MCP server using python-docx. Read, create, and edit Word documents, headers, tables, and styles programmatically.

filesystemproductivity
๐Ÿ“

XLSX MCP

by xlsx-mcp

Local

Excel and OpenDocument spreadsheet MCP server using openpyxl. Read, write, and manipulate .xlsx workbooks, charts, pivot tables, and named ranges.

filesystemproductivityanalytics
๐ŸŒ

National Weather Service MCP

by nws-mcp

Local

US National Weather Service API MCP server. Get official NWS forecasts, active alerts, radar data, and observation station readings for US locations.

api
๐Ÿ—„๏ธ

Cloudflare D1 MCP

by cloudflare

LocalOfficial

Cloudflare D1 serverless SQLite MCP server. Query and manage your D1 databases at the edge, run SQL against production or preview databases, and inspect schema and bindings.

databasecloud
๐Ÿ”ง

ArgoCD MCP

by Community

Local

Interact with ArgoCD applications, sync statuses, rollback deployments, and manage GitOps pipelines.

devopscloud
๐Ÿ”ง

Flux CD MCP

by Community

Local

Manage Flux CD GitOps resources, Kustomizations, HelmReleases, and sources for Kubernetes continuous delivery.

devopscloud
๐Ÿ”ง

Podman MCP

by Community

Local

Manage Podman containers, pods, images, and volumes without requiring root privileges.

devopscloud
๐Ÿ”’

WorkOS MCP

by WorkOS

Local

Integrate enterprise SSO, directory sync, audit logs, and magic auth via WorkOS APIs.

securityapi
๐Ÿ’ป

Three.js MCP

by Community

Local

Generate and manipulate Three.js 3D scenes, geometries, materials, lights, and animations via natural language.

codingmedia
๐Ÿค–

Cerebras MCP

by Cerebras

Local

Run ultra-fast inference on Cerebras hardware โ€” Llama, Mistral, and other models at hardware-accelerated speed.

ai
๐Ÿค–

xAI Grok MCP

by Community

Local

Use xAI Grok models for real-time web-aware generation, reasoning, and code tasks via the xAI API.

ai
๐Ÿค–

Haystack MCP

by deepset

Local

Build and query Haystack NLP pipelines โ€” document search, QA, RAG, and extraction using Haystack components.

aisearch
๐Ÿ—„๏ธ

Google Firestore MCP

by Community

Local

Query and manage Google Firestore collections, documents, subcollections, and real-time listeners.

databasecloud
๐Ÿค–

Vercel AI SDK MCP

by Community

Local

Scaffold and query Vercel AI SDK streaming apps, route handlers, and multi-step agent implementations.

aicoding
๐Ÿค–

Fireworks AI

by Community

Local

Fast LLM inference via Fireworks AI โ€” run Llama, Mixtral, Gemma, and fine-tuned models at production speed with low latency.

ai
๐Ÿ’ฐ

Kraken Exchange

by Community

Local

Trade on Kraken โ€” query spot/futures markets, place orders, manage positions, retrieve account balances, and stream real-time price data.

finance
๐Ÿ’ฐ

Bybit Exchange

by Community

Local

Integrate with Bybit derivatives and spot exchange โ€” query order books, place/cancel orders, manage positions, and access market data via Bybit V5 API.

finance
๐Ÿ’ฐ

OKX Exchange

by Community

Local

Connect to OKX global crypto exchange โ€” spot, margin, futures, and options trading. Query balances, markets, and execute orders via OKX REST/WS API.

finance
๐ŸŽฌ

Kaltura Video Platform

by Community

Local

Manage video content on Kaltura โ€” upload, transcode, and deliver videos. Access media libraries, playlists, analytics, and live streaming via Kaltura API.

mediaapi
๐ŸŒ

Contentstack

by Community

Local

Manage content in Contentstack headless CMS โ€” create, update, and publish entries, manage content types, and query assets via Contentstack Content Delivery API.

apimedia
๐ŸŒ

Umbraco CMS

by Community

Local

Manage content in Umbraco open-source CMS โ€” query content nodes, media, and members. Create and publish content programmatically via Umbraco Content Delivery API.

apimedia
๐Ÿ’ป

Bolt.new (StackBlitz)

by Community

Local

Generate and deploy full-stack web apps via Bolt.new โ€” StackBlitz's AI-powered WebContainer dev environment for instant in-browser project creation.

codingbrowser
๐ŸŒ

Speckle AEC Platform

by Community

Local

Connect to Speckle โ€” the open-source data platform for AEC. Receive and send BIM/CAD data, manage streams, and query geometry and metadata across design tools.

apicoding
๐Ÿ’ป

Perforce Helix Core

by Community

Local

Manage Perforce Helix Core version control โ€” check out files, submit changelists, sync depots, manage users, and query revision history at enterprise scale.

codingdevops
๐Ÿ”ง

Sonatype Nexus Repository

by Community

Local

Manage artifacts in Sonatype Nexus Repository โ€” search Maven/npm/Docker components, check vulnerability data via OSS Index, and manage repository policies.

devopscodingsecurity
๐Ÿค–

SambaNova Cloud

by Community

Local

Run inference on SambaNova Cloud โ€” access Llama 4, Llama 3.1 405B, and other large models on SambaNova's custom RDU hardware with ultra-low latency.

ai
๐Ÿค–

DeepInfra

by Community

Local

Host and run ML models on DeepInfra โ€” access open-source LLMs, image generation, embeddings, and ASR models via a simple OpenAI-compatible API.

ai
๐Ÿค–

Anyscale (Ray Serve)

by Community

Local

Deploy and query ML models on Anyscale โ€” run Ray Serve endpoints, scale LLM inference, and manage fine-tuned model deployments on Anyscale's managed Ray platform.

aicloud
๐Ÿค–

Baseten

by Community

Local

Deploy and call ML models on Baseten โ€” invoke Truss-packaged models, manage deployments, monitor performance, and handle autoscaling for production AI workloads.

aicloud
๐Ÿค–

RunPod

by Community

Local

Manage GPU cloud workloads on RunPod โ€” spin up serverless endpoints, manage pods, query GPU availability, and run custom AI inference at scale.

aicloud
๐Ÿค–

Lightning AI Studios

by Community

Local

Build and train ML models on Lightning AI โ€” launch cloud studios, run training jobs, deploy models, and manage compute via the Lightning AI platform API.

aicloud
๐Ÿ’ป

Repomix

by yamadashy

Local

Pack your entire repository into a single AI-friendly file. Prepare codebases for LLM analysis and context windows.

codingai
๐Ÿ’ป

Django MCP

by community

Local

Django web framework integration โ€” inspect models, run management commands, query ORM, and manage migrations.

codingdatabase
๐Ÿ’ป

Ruby on Rails MCP

by community

Local

Ruby on Rails integration โ€” inspect models, run console commands, manage migrations, and explore routes.

codingdatabase
๐Ÿ’ฐ

Coinbase MCP

by community

Local

Interact with Coinbase Advanced Trade API for crypto trading, portfolio management, and market data.

financeapi
๐Ÿ’ฐ

Xero Accounting MCP

by community

Local

Connect to Xero accounting software for invoices, bills, bank reconciliation, and financial reporting.

financeapi
๐ŸŒ

Adobe Acrobat Sign MCP

by community

Local

Send, track, and manage e-signatures and document workflows using Adobe Acrobat Sign API.

apiproductivity
๐ŸŒ

BambooHR MCP

by community

Local

Query BambooHR for employee data, PTO balances, org charts, and HR reporting through natural language.

apiproductivity
๐Ÿ’ฐ

Gusto HR MCP

by community

Local

Access Gusto payroll, benefits, and HR data for small businesses. Query employee info, pay stubs, and tax documents.

financeapi
๐ŸŒ

US Congress MCP

by community

Local

Query the Congress.gov API for bills, amendments, congressional records, members, and legislative history.

apisearch
๐ŸŒ

OpenStreetMap MCP

by community

Local

Query OpenStreetMap and Overpass API for geospatial data, POIs, routing, and geographic analysis.

apisearch
๐ŸŒ

Mapbox MCP

by community

Local

Geocoding, routing, directions, and map data from Mapbox APIs for location-aware AI applications.

api
โ˜๏ธ

AWS IoT Core MCP

by community

Local

Connect to AWS IoT Core for device management, MQTT messaging, rules engine, and IoT Analytics.

cloudapi
โ˜๏ธ

Azure IoT Hub MCP

by community

Local

Manage Azure IoT Hub devices, digital twins, and telemetry streams for enterprise IoT applications.

cloudapi
๐ŸŒ

Pipedrive CRM MCP

by community

Local

Manage Pipedrive sales pipeline, deals, contacts, and activities with natural language queries and updates.

apiproductivity
๐Ÿ“‹

Monday.com MCP

by community

Local

Create, update, and query monday.com boards, items, and automations for project and work management.

productivityapi
๐Ÿ“‹

ClickUp MCP

by community

Local

Full ClickUp integration โ€” manage tasks, spaces, lists, docs, goals, and time tracking through AI.

productivityapi
๐Ÿ’ฐ

Brex Corporate Cards MCP

by community

Local

Access Brex API for corporate card transactions, vendor management, budgets, and spend analytics.

financeapi
๐Ÿ’ฌ

Brevo (Sendinblue) MCP

by community

Local

Send transactional emails, SMS, and manage marketing campaigns through Brevo (formerly Sendinblue) API.

communicationmarketingapi
๐Ÿ”ง

OpsGenie Alerting MCP

by community

Local

Manage OpsGenie alerts, on-call schedules, escalation policies, and incident response workflows.

devopsapi
๐Ÿ—„๏ธ

ScyllaDB MCP

by community

Local

Connect to ScyllaDB, the high-performance Cassandra-compatible database, for ultra-low latency NoSQL queries and data operations at scale.

databaseapi
๐Ÿ”

SAM.gov Contracts MCP

by community

Local

Search and retrieve federal contract opportunities, entity registrations, and award data from SAM.gov for government procurement intelligence.

searchapi
๐ŸŒ

NASA Open APIs MCP

by community

Local

Access NASA's full suite of open APIs โ€” Astronomy Picture of the Day, Mars Rover Photos, Near Earth Objects, Earth imagery, and more.

apimedia
๐ŸŒ

USPS Shipping MCP

by community

Local

Integrate USPS APIs for address validation, shipping rate calculation, package tracking, and label generation via AI agents.

apiproductivity
๐Ÿค–

Ray Distributed Computing MCP

by community

Local

Interact with Ray clusters for distributed ML training, hyperparameter tuning, data processing, and AI serving at scale.

aicodingcloud
๐Ÿค–

AWS Bedrock MCP

by community

Local

Access AWS Bedrock foundation models โ€” Titan, Jurassic, Stable Diffusion, and more โ€” through AI agent workflows without API key management.

aicloudapi
๐Ÿ—„๏ธ

VictoriaMetrics MCP

by community

Local

Query VictoriaMetrics for fast, cost-effective time-series data storage and analytics โ€” compatible with Prometheus and Graphite.

databaseanalyticsdevops
๐Ÿ’ฌ

Feishu/Lark MCP

by community

Local

Connect to Feishu (Lark) for messaging, docs, calendar, task management, and bots in ByteDance's enterprise collaboration platform.

communicationproductivity
๐ŸŽฌ

YouTube Data API MCP

by community

Local

Access YouTube Data API v3 for channel analytics, video metadata, search, captions, playlists, and comment threads through AI agents.

mediaapianalytics
๐Ÿ’ฌ

Discord Bot API MCP

by community

Local

Build and control Discord bots โ€” send messages, manage servers and roles, read channel history, and react to events via AI agents.

communicationapi
๐Ÿ”

Reddit API MCP

by community

Local

Search Reddit posts, comments, and subreddits with AI โ€” monitor brand mentions, trending topics, community sentiment, and AMAs.

searchapicommunication
๐ŸŒ

NBA Stats API MCP

by community

Local

Access NBA player and team statistics, game data, shot charts, and historical records via the NBA Stats API for AI sports analytics.

api
๐Ÿ’ฌ

OneSignal Push Notifications MCP

by community

Local

Send push notifications, in-app messages, and SMS through OneSignal โ€” manage segments, A/B tests, and delivery analytics via AI.

communicationmarketingapi
๐ŸŒ

Open-Meteo Weather MCP

by community

Local

Fetch free, high-resolution weather forecasts and historical climate data from Open-Meteo โ€” no API key required for AI weather applications.

api
๐ŸŒ

WeatherAPI.com MCP

by community

Local

Query WeatherAPI.com for real-time weather, astronomy, sports, marine data, and air quality โ€” supports 200+ countries for global AI apps.

api
๐Ÿ—„๏ธ

EdgeDB MCP

by community

Local

Query EdgeDB โ€” the next-generation graph-relational database with a built-in type system, schema migrations, and EdgeQL through AI agents.

databasecoding
๐Ÿ’ฐ

Financial Modeling Prep MCP

by community

Local

Access 30 years of financial data from FMP โ€” stock fundamentals, DCF models, earnings calendars, SEC filings, and economic indicators.

financeapi
๐ŸŒ

Ancestry MCP

by community

Local

Access Ancestry genealogy records, family trees, historical documents, and DNA match data through AI for family history research.

apiproductivity
๐ŸŒ

Neon CRM MCP

by community

Local

Manage nonprofit relationships, donations, memberships, events, and fundraising campaigns through Neon CRM's API with AI assistance.

apiproductivity
๐ŸŒ

Open Dental MCP

by community

Local

Connect to Open Dental open-source dental practice management software for appointments, billing, clinical notes, and lab orders.

apiproductivity
๐ŸŒ

openHAB Smart Home MCP

by community

Local

Control openHAB open-source home automation hub for integrating hundreds of smart home devices, rules, scenes, and automation scripts via AI.

apiproductivity
๐ŸŒ

what3words Location MCP

by community

Local

Convert what3words 3-word addresses to GPS coordinates and vice versa for precise location delivery, emergency services, and last-mile logistics.

apiproductivity
๐Ÿ—„๏ธ

Baserow Open Source MCP

by community

Local

Use Baserow open-source no-code database platform for table management, row operations, field configuration, and webhook integration via AI.

databaseproductivity
๐Ÿ—„๏ธ

Supabase MCP Server

by community

Local

Interact with Supabase projects โ€” run SQL queries via PostgREST, manage Auth users and permissions, upload and retrieve Storage objects, invoke Edge Functions, query Realtime subscriptions, and access project configuration and database migrations via Supabase Management API.

databaseapi
๐Ÿ”ง

Doppler MCP

by community

Local

Manage secrets and environment configurations via the Doppler API โ€” fetch secrets for any project, config, and environment; inject environment variables into local dev and CI/CD pipelines; sync secrets across staging, production, and review environments; manage access controls and service tokens; audit secret access logs; rotate API keys; and build automated secret management workflows.

devopssecuritycoding
๐Ÿ”ง

Infisical MCP

by community

Local

Access Infisical open-source secrets management via their API โ€” read and write secrets across projects and environments; manage secret folders, tags, and overrides; pull secrets for dynamic injection into apps and CI/CD; configure service tokens and machine identities; audit secret change history; sync with AWS Secrets Manager, Azure Key Vault, and GCP Secret Manager; and manage team permissions.

devopssecuritycoding
๐Ÿ’ป

Aider MCP

by community

Local

Integrate Aider AI pair programming tool via its local API โ€” start and manage Aider sessions on local codebases, send natural language coding instructions and receive diffs, manage file context additions and removals, switch between LLM backends, access commit history created by Aider, retrieve session logs and change summaries, and build automated code generation and refactoring pipelines using Aider as a code execution engine.

codingai
๐Ÿ’ป

Continue Dev MCP

by community

Local

Integrate Continue open-source AI code assistant via their extension API โ€” manage custom model configurations, retrieve context providers and slash commands, access codebase indexing status and embeddings, configure prompt templates and system prompts, pull usage analytics and model performance metrics, manage team-shared configs via config.yaml, and build custom Continue extensions and context providers for specialized development workflows.

codingai
๐Ÿ’ฐ

FRED Economic Data

by Community

Local

Federal Reserve Economic Data (FRED) API integration. Access 800,000+ economic time series from 100+ sources for research, forecasting, and analysis.

financeapi
๐Ÿ’ฐ

Alpha Vantage

by Community

Local

Financial market data API. Real-time and historical stock quotes, forex, cryptocurrency, and technical indicators for quantitative trading and research.

financeapi
๐Ÿ’ป

PyPI

by Community

Local

Python Package Index integration. Search packages, get dependency info, check vulnerability advisories, and manage Python project dependencies.

codingsearch
๐Ÿ’ป

npm Registry

by Community

Local

npm package registry integration. Search, inspect, and analyze JavaScript packages. Get download stats, dependency trees, and security advisories.

codingsearch
๐Ÿ’ป

crates.io

by Community

Local

Rust package registry integration. Discover, search, and analyze Rust crates. Access documentation, version history, dependencies, and download statistics.

codingsearch
๐Ÿ’ป

DevDocs

by Community

Local

Unified developer documentation browser. Search across 100+ documentation sets including MDN, Node.js, React, Python, Ruby, and more in one integration.

codingsearch
๐Ÿ’ป

ExplainDev

by Community

Local

AI-powered code explanation and documentation tool. Get instant explanations for any code snippet, function, or codebase section in plain English.

codingai
๐Ÿ”

DuckDuckGo Search MCP Server

by nickclyde

Local

The DuckDuckGo Search MCP server brings privacy-focused web search into Claude Desktop, Cursor, VS Code, and any MCP-compatible AI client without sending your queries to Google. Built on the DuckDuckGo search API, it lets AI assistants search the open web and return clean, LLM-formatted results with titles, snippets, and URLs โ€” no API key or account required. Beyond raw search, the server includes a content-fetching tool that retrieves and parses webpage text, strips boilerplate, and extracts the meaningful body for your AI to reason over. Rate limiting is built in to prevent blocking. You can configure SafeSearch level (STRICT / MODERATE / OFF) and a default region code via environment variables, making it suitable for both personal and enterprise deployments. Install with a single uvx command; configure in Claude Desktop's JSON config or add via the claude mcp add command. With 1,280+ GitHub stars and PyPI package support, it is the most popular open-source DuckDuckGo MCP server available.

searchapi
๐Ÿง 

Memory Bank MCP Server

by alioshr

Local

The Memory Bank MCP server turns the Cline Memory Bank pattern into a centralized remote service accessible from any MCP client. Instead of storing project context in local files that get lost between sessions, this server exposes a structured multi-project memory system over the MCP protocol โ€” read, write, update, and list memory bank files across isolated project directories. It enforces consistent file structure (projectBrief, activeContext, progress, systemPatterns, techContext, codebaseContext), prevents path traversal with strict validation, and keeps each project's context cleanly separated. Works seamlessly with Cline, Roo Code, Cursor, Windsurf, and Claude Desktop. Configure via the MEMORY_BANK_ROOT environment variable pointing to your central storage directory. Install with a single npx command; no backend infrastructure required beyond a shared filesystem. With 900+ GitHub stars and active community adoption, Memory Bank MCP is the standard for persistent AI coding context across sessions and IDE switches.

memoryproductivitycoding
๐Ÿ“‹

Task Master AI MCP

by eyaltoledano

Local

Task Master AI is the most widely-used AI-driven task management framework for software development, with 12,000+ GitHub stars and a purpose-built MCP server that plugs directly into Claude Desktop, Cursor, Windsurf, and any MCP-compatible coding agent. Created by eyaltoledano, it converts high-level project requirements into structured, dependency-tracked development tasks that an AI agent can plan, execute, and update autonomously across coding sessions. The MCP server exposes tools to initialize a project from a PRD or specification document, parse and break down complex tasks into subtasks, list all tasks with their status and dependencies, get next recommended task based on dependency resolution, mark tasks as in-progress or done, update task details and acceptance criteria, expand single tasks into subtasks with AI-generated breakdowns, and view the full task dependency graph. Task Master AI integrates tightly with Claude's extended thinking for complex planning and supports Perplexity for research-backed task breakdowns. Install globally via npm, then run `task-master init` to scaffold your project. Configure the MCP server in your client's JSON config pointing at the globally installed binary. Task Master AI dramatically improves autonomous coding agent quality by keeping Claude focused on the correct next task, preventing scope drift, and maintaining context across long multi-session projects.

productivitycodingai
๐Ÿ“‹

Shrimp Task Manager MCP

by cjo4m06

Local

MCP Shrimp Task Manager is an intelligent task management server built specifically for AI coding agents โ€” emphasizing chain-of-thought planning, reflection, and style consistency across development sessions. It converts natural language project descriptions into structured, dependency-tracked development tasks with iterative refinement built in. Rather than treating tasks as a flat to-do list, Shrimp models tasks with explicit dependencies, execution state, and reasoning traces so the AI agent can pick up exactly where it left off across sessions. Supports Cursor, Roo Code, Windsurf, Claude Code, and any MCP-compatible client. Features include an optional GUI for visualizing task graphs, multi-language template support (English, Chinese, and more), configurable data directory, and a demo video showing end-to-end agent-driven development. With 2,100+ GitHub stars and a dedicated documentation site, Shrimp Task Manager is one of the most-starred agentic task management MCP servers available. Install by cloning the repo, running npm install + npm run build, and pointing your MCP client at the built index.js.

productivitycodingai
๐ŸŒ

AI Data Parser

by aidataparser

Local

AI Data Parser is a credit-based document-parsing API that converts PDFs, images, invoices, receipts, resumes, and unstructured forms into schema-guaranteed JSON via a single POST request. Designed for AI agents and automation pipelines, it accepts your target JSON schema and guarantees the response validates against it โ€” eliminating the fragile post-processing step that breaks most extraction workflows. Free tier ships 50 credits with no card required. Paid packs ($9/500 credits up to $99/10,000) mean you pay per document, not per month โ€” ideal for agent workflows with variable volume. The API ships with OpenAPI spec, llms.txt, and copy-paste tool definitions for OpenAI and Anthropic tool use, so integration into Claude or GPT-4o agents takes minutes. An MCP server is on the roadmap (planned Q3 2026), which will let Claude Desktop, Cursor, Windsurf, and any MCP-compatible coding agent call the parser as a native tool โ€” ask it to "parse this invoice" and get back clean JSON without any boilerplate. Use cases: invoice data extraction, receipt parsing, resume screening, bank statement normalization, contract field extraction, and form digitization.

apiaicoding