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(8554)
apifox-mcp
by HafsaMudassar
Simplifies Apifox project management by allowing AI assistants to create, update, and audit API interfaces and data models.
Simplifies Apifox project management by allowing AI assistants to create, update, and audit API interfaces and data models.
Setup Requirements
- ⚠️Requires an Apifox API Token (APIFOX_TOKEN) with sufficient permissions for the target project.
- ⚠️Requires an Apifox Project ID (APIFOX_PROJECT_ID) to specify which project to manage.
- ⚠️Requires Python 3.10 or newer.
Verified SafeView Analysis
components-build-mcp
by getlokiui
An MCP server for AI assistants to grade, generate, and validate UI components against the components.build specification.
An MCP server for AI assistants to grade, generate, and validate UI components against the components.build specification.
Setup Requirements
- ⚠️Requires integration with a Claude client (e.g., Claude Desktop, Claude Code) via a specific JSON configuration file.
- ⚠️Component generation templates are currently limited to React + TypeScript.
Verified SafeView Analysis
mcd-coupon-assistant
by liruiying728
A modern web application for managing and claiming McDonald's discount coupons via the official McDonald's Platform (MCP) Server.
A modern web application for managing and claiming McDonald's discount coupons via the official McDonald's Platform (MCP) Server.
Setup Requirements
- ⚠️Requires a manual, multi-step process to obtain a McDonald's MCP Token from the official MCP website.
- ⚠️Requires Node.js (>=16.0.0) and npm (>=7.0.0) for local development and setup.
- ⚠️The MCP Token is stored in the browser's local storage, which means its security is tied to the browser's security and client-side practices.
Verified SafeView Analysis
yaml2mcp
by adefemi171
Manage Model Context Protocol (MCP) servers using YAML configuration files within VS Code, automatically transpiling to JSON for IDE compatibility.
Manage Model Context Protocol (MCP) servers using YAML configuration files within VS Code, automatically transpiling to JSON for IDE compatibility.
Setup Requirements
- ⚠️Requires an open VS Code workspace folder to function, as configuration paths are workspace-relative.
- ⚠️Relies on system commands (e.g., `node`, `python`) being installed and available in the environment's PATH for 'stdio' type servers specified in `mcp.yaml`.
- ⚠️The `mcp.yaml` configuration file needs to be present in the configured path (`${workspaceFolder}/mcp.yaml` by default), or a new default file will be created upon opening/refreshing the config.
Verified SafeView Analysis
protocol18
by hil-basne-bragan
An MCP server for AI-assisted MySQL database management, monitoring, and SQL execution with resumability features.
An MCP server for AI-assisted MySQL database management, monitoring, and SQL execution with resumability features.
Setup Requirements
- ⚠️Requires a running MySQL server.
- ⚠️Requires careful configuration of database connection details (`db_config`) to avoid using default root access with no password.
- ⚠️Python environment with `mysql-connector-python`, `sqlalchemy`, and `mcp` libraries.
- ⚠️Implied integration with an LLM for full prompt functionality, potentially requiring an API key or local LLM setup.
Review RequiredView Analysis
ChatBot-MCP
by HuangJingwang
A frontend AI chatbot application supporting multiple AI models and tool integration via the Model Context Protocol (MCP).
A frontend AI chatbot application supporting multiple AI models and tool integration via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a paid API key for OpenAI, Claude, or a custom/local/MCP AI service.
- ⚠️Requires external MCP (Model Context Protocol) server and/or server-side memory service to be running for full functionality.
- ⚠️The `VITE_MCP_COOKIE_ID` environment variable is critical for authentication with MCP and server memory, and a hardcoded default exists which may pose a security risk if not overridden or properly handled.
Review RequiredView Analysis
featureflow-mcp
by featureflow
This server enables AI assistants to manage Featureflow feature flags, projects, environments, and other configurations through the Model Context Protocol (MCP).
This server enables AI assistants to manage Featureflow feature flags, projects, environments, and other configurations through the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a Featureflow account and a Personal Access Token or JWT.
- ⚠️Requires Node.js version 18 or higher to run.
Verified SafeView Analysis
WHATSAPP-MCP-SERVER
by Harikrishnan46624
A production-grade Model Context Protocol (MCP) server for the WhatsApp Cloud API, designed for agent-first workflows.
A production-grade Model Context Protocol (MCP) server for the WhatsApp Cloud API, designed for agent-first workflows.
Setup Requirements
- ⚠️Python >= 3.14 required
- ⚠️Requires WhatsApp Cloud API credentials (Phone Number ID, Access Token)
- ⚠️Requires MCP API Token for server authentication
Verified SafeView Analysis
openapi-mcp
by Cronos402
Converts OpenAPI specifications into MCP-compatible API endpoints, providing a universal adapter for AI agents to interact with any HTTP API.
Converts OpenAPI specifications into MCP-compatible API endpoints, providing a universal adapter for AI agents to interact with any HTTP API.
Setup Requirements
- ⚠️Requires pnpm package manager for installation and execution.
- ⚠️The server will make outbound network requests to user-provided OpenAPI specification URLs and the APIs they define, requiring appropriate network access and firewall configuration. Be aware that the `url` parameter allows fetching from arbitrary external (and potentially internal) sources.
- ⚠️For every incoming MCP tool invocation, the server re-fetches and re-parses the entire OpenAPI specification from the provided URL, leading to significant performance overhead and increased network/CPU usage per request. This design does not cache the OpenAPI spec or generated tools.
Review RequiredView Analysis
mcp-enterprise-server
by sycbs4t2dx-hue
The MCP Enterprise Server provides an AI-powered system for intelligent memory management, code knowledge graph generation, project context tracking, hallucination detection, and code quality assurance to assist developers in their coding workflows.
The MCP Enterprise Server provides an AI-powered system for intelligent memory management, code knowledge graph generation, project context tracking, hallucination detection, and code quality assurance to assist developers in their coding workflows.
Setup Requirements
- ⚠️Requires a MySQL database for persistent storage.
- ⚠️Requires a Redis server for caching and short-term memory.
- ⚠️Requires a Milvus vector database (or FAISS) for semantic search.
- ⚠️Requires an Anthropic or OpenAI API key for AI functionalities (paid service).
- ⚠️Requires downloading Hugging Face models (e.g., sentence-transformers) for embedding generation, which can be large.
- ⚠️May require additional language-specific dependencies like `javalang` for Java code analysis.
- ⚠️Python 3.9 or higher is needed (based on CI configuration).
Review RequiredView Analysis
reminders
by cardmagic
Fuzzy search, browse, create, and complete Apple Reminders from the command line or as an MCP server on macOS.
Fuzzy search, browse, create, and complete Apple Reminders from the command line or as an MCP server on macOS.
Setup Requirements
- ⚠️Requires macOS (uses Apple Reminders database and AppleScript)
- ⚠️Requires Node.js 22+
- ⚠️Requires 'Full Disk Access' permission for the terminal application to read the Reminders database
Verified SafeView Analysis
mcp-nextcloud
by fastbs
Automates Nextcloud actions across notes, calendar, contacts, tables, and files via LLM integration.
Automates Nextcloud actions across notes, calendar, contacts, tables, and files via LLM integration.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Requires access to a Nextcloud instance
- ⚠️Requires a Nextcloud App Password for secure authentication