Stop Searching. Start Trusting.
The curated directory of MCP servers, vetted for security, efficiency, and quality.
Tired of the MCP "Marketplace" Chaos?
We built MCPScout.ai to solve the ecosystems biggest pain points.
No Insecure Dumps
We manually analyze every server for basic security flaws.
Easy Setup
Our gotcha notes warn you about complex setups.
Avoid "Token Hogs"
We estimate token costs for cost-effective agents.
Products, Not Demos
We filter out "Hello World" demos.
Vetted Servers(7756)
mcp-web-client
by hemanth
A web-based client for the Model Context Protocol (MCP), enabling users to connect to multiple MCP servers, browse tools/resources/prompts, and interact via an AI chat interface.
A web-based client for the Model Context Protocol (MCP), enabling users to connect to multiple MCP servers, browse tools/resources/prompts, and interact via an AI chat interface.
Setup Requirements
- ⚠️Requires API keys for OpenAI, Anthropic, or Google Gemini (paid services) for LLM functionality.
- ⚠️Requires a local Ollama instance running (default: http://localhost:11434) to use Ollama models.
- ⚠️Requires external MCP servers to connect to; while featured servers are listed, users typically need access to specific ones.
- ⚠️Server-side OAuth state (shared-state.ts) is in-memory and will not persist across restarts or multiple instances in a production environment (e.g., serverless, containerized) without a persistent store like Redis or a database.
Review RequiredView Analysis
mcp-server-atlassian-bitbucket
by aashari
Connects AI assistants to Bitbucket repositories, pull requests, and code to get insights, automate reviews, and manage development workflows.
Connects AI assistants to Bitbucket repositories, pull requests, and code to get insights, automate reviews, and manage development workflows.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires a Bitbucket Cloud account (not Server/Data Center).
- ⚠️Requires authentication credentials (Scoped API Token is recommended, App Password is legacy and will be deprecated by June 2026).
- ⚠️The `bb_clone` tool's `targetPath` parameter recommends absolute paths; relative paths resolve to the server's working directory, which may not be expected.
Review RequiredView Analysis
agent-never-give-up-mcp
by askman-dev
Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.
Provides metacognitive protocols to AI coding agents to help them recover from being stuck in common development scenarios without human intervention.
Setup Requirements
- ⚠️Requires ANTHROPIC_AUTH_TOKEN environment variable, implying a paid Anthropic API key.
- ⚠️Requires a Cloudflare account for deployment using `wrangler deploy`.
- ⚠️Requires `npm run generate:scenarios` to be run during development/build to discover and compile prompt markdown files.
Verified SafeView Analysis
esa-mcp-server
by esaio
Connects AI assistants with esa.io for comprehensive document and team management, enabling AI to read, create, update, and manage posts, comments, categories, and attachments.
Connects AI assistants with esa.io for comprehensive document and team management, enabling AI to read, create, update, and manage posts, comments, categories, and attachments.
Setup Requirements
- ⚠️Requires `ESA_ACCESS_TOKEN` with appropriate `read` and `write` scopes for esa.io API access.
- ⚠️Requires Node.js version >= 20.19.4.
- ⚠️The `LANG` environment variable can be set to 'ja' or 'en' to control the UI language.
Verified SafeView Analysis
gis-mcp
by mahdin75
Facilitate AI assistants and LLMs to perform complex geospatial operations, data analysis, and data gathering by exposing GIS library functions via a Model Context Protocol (MCP) server.
Facilitate AI assistants and LLMs to perform complex geospatial operations, data analysis, and data gathering by exposing GIS library functions via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires an API Key (e.g., OpenAI, OpenRouter) for AI agent examples (paid service).
- ⚠️Requires external authentication setup for specific data sources (e.g., CDSAPI for climate data via a `.cdsapirc` file).
- ⚠️The server must be run in a separate terminal process to be accessible by client agents.
Verified SafeView Analysis
wa_llm
by ilanbenb
An AI-powered WhatsApp bot that tracks group conversations, generates intelligent summaries, and provides knowledge-base answers.
An AI-powered WhatsApp bot that tracks group conversations, generates intelligent summaries, and provides knowledge-base answers.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for deployment.
- ⚠️Requires Python 3.12+ for local development and build.
- ⚠️Requires a PostgreSQL database with the `pgvector` extension enabled.
- ⚠️Requires paid API keys for Voyage AI (for embeddings) and Anthropic (for LLM interactions).
- ⚠️A dedicated WhatsApp account for the bot is needed, which must be manually linked by scanning a QR code at the WhatsApp service's exposed port (e.g., `localhost:3000`).
- ⚠️Groups are not automatically managed; a manual SQL `UPDATE` statement is required in the PostgreSQL database to activate the bot for a specific group.
- ⚠️After connecting the WhatsApp device or enabling a group, the `web-server` service must be manually restarted for changes to take effect.
Review RequiredView Analysis
amap-mcp-server
by sugarforever
This server provides a set of tools for interacting with Gaode Maps (Amap) APIs, including geocoding, location services, route planning, distance measurement, and POI search.
This server provides a set of tools for interacting with Gaode Maps (Amap) APIs, including geocoding, location services, route planning, distance measurement, and POI search.
Setup Requirements
- ⚠️Requires a valid Amap Maps API Key, obtainable from the Amap Open Platform (lbs.amap.com).
- ⚠️Requires a Python environment with `uv` (or `pip` and `uvicorn`) installed to run the server.
Verified SafeView Analysis
mcp-server
by webflow
Enables AI agents to interact with Webflow's Data API and Designer API for site and content management.
Enables AI agents to interact with Webflow's Data API and Designer API for site and content management.
Setup Requirements
- ⚠️Requires `WEBFLOW_TOKEN` environment variable for authentication.
- ⚠️Node.js version 22.3.0 or higher is mandatory.
- ⚠️For local Designer API tools, manual setup and publishing of a 'Webflow MCP Bridge App' in your Webflow Workspace is required, involving several external steps.
Verified SafeView Analysis
TriageMCP
by eversinc33
Enables an LLM to perform static analysis and triage of PE files using local security tools.
Enables an LLM to perform static analysis and triage of PE files using local security tools.
Setup Requirements
- ⚠️Requires Python 3.13 or newer.
- ⚠️Requires manual installation and configuration of external tools (FLOSS, UPX, CAPA, YARA rules) and updating their paths in `triage.py`.
- ⚠️Default tool paths are Windows-specific (e.g., C:\Tools\...).
Review RequiredView Analysis
mcp-local-rag
by nkapila6
Provides a local RAG-like web search capability to Language Models by fetching, embedding, and ranking web content.
Provides a local RAG-like web search capability to Language Models by fetching, embedding, and ranking web content.
Setup Requirements
- ⚠️Requires Docker or uv (Python package manager) for installation.
- ⚠️Requires Python 3.10.
- ⚠️Can consume significant LLM context tokens, up to 50,000 characters of text per call.
Verified SafeView Analysis
mcp-zero
by zeromicro
A Model Context Protocol (MCP) tool that helps developers quickly scaffold, generate, analyze, and manage go-zero microservice projects using natural language.
A Model Context Protocol (MCP) tool that helps developers quickly scaffold, generate, analyze, and manage go-zero microservice projects using natural language.
Setup Requirements
- ⚠️Requires Go 1.19 or later to build and run.
- ⚠️Requires go-zero CLI (goctl) to be installed and discoverable (via PATH or GOCTL_PATH env var).
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop) for interaction.
Verified SafeView Analysis
Wazuh-MCP-Server
by gensecaihq
Provides an MCP-compliant remote server for seamless integration between AI assistants (like Claude Desktop) and the Wazuh SIEM platform, enabling natural language security operations.
Provides an MCP-compliant remote server for seamless integration between AI assistants (like Claude Desktop) and the Wazuh SIEM platform, enabling natural language security operations.
Setup Requirements
- ⚠️Requires Docker 20.10+ with Compose v2.20+ for deployment.
- ⚠️Requires a functional Wazuh 4.8.0 - 4.14.1 deployment with API access.
- ⚠️Wazuh Indexer configuration (WAZUH_INDEXER_HOST, etc.) is mandatory for vulnerability management tools.
- ⚠️Claude Desktop integration for custom connectors typically requires an HTTPS-accessible server in production and a Claude Pro, Max, Team, or Enterprise plan.