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)
mcp-trino
by txn2
A Model Context Protocol (MCP) server for Trino, enabling AI assistants to query and explore data warehouses with optional semantic context from metadata catalogs.
A Model Context Protocol (MCP) server for Trino, enabling AI assistants to query and explore data warehouses with optional semantic context from metadata catalogs.
Setup Requirements
- ⚠️Requires a running Trino server for data access.
- ⚠️Requires Go 1.23+ for local development or building from source.
- ⚠️Requires DataHub endpoint and token if the DataHub semantic metadata provider is used.
- ⚠️Requires a semantic configuration file (YAML/JSON) if the static semantic metadata provider is used.
Verified SafeView Analysis
priority-forge
by Unobtainiumrock
An AI-powered task prioritization server that learns from user decisions to organize cross-project tasks for AI coding assistants.
An AI-powered task prioritization server that learns from user decisions to organize cross-project tasks for AI coding assistants.
Setup Requirements
- ⚠️Requires Node.js v18+ and npm to be installed.
- ⚠️Not natively supported on Windows; requires WSL (Windows Subsystem for Linux).
- ⚠️Requires restarting the connected AI tool (Cursor, Droid, Claude Code) after initial MCP configuration for changes to take effect.
Verified SafeView Analysis
mcp-server
by zero-to-prod
A PHP 8.4 MCP (Model Context Protocol) server designed to expose custom PHP methods as AI tools and resources, facilitating AI agent interaction with data storage systems like Redis, MongoDB, and Memgraph.
A PHP 8.4 MCP (Model Context Protocol) server designed to expose custom PHP methods as AI tools and resources, facilitating AI agent interaction with data storage systems like Redis, MongoDB, and Memgraph.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for setup and execution.
- ⚠️Requires an external MCP client (e.g., Claude Desktop, Claude Code CLI) to interact with the server.
- ⚠️The `memgraph_relationship_create` tool has a critical Cypher injection vulnerability.
- ⚠️Server-side pagination is disabled by default (`setPaginationLimit(PHP_INT_MAX)`), meaning tools like `redis_get` or `mongodb.document.find` can return very large datasets, potentially leading to high token costs or client overload if not managed by the AI agent.
Review RequiredView Analysis
jimeng-mcp-server
by wwwzhouhui
An MCP server to provide Claude and other LLMs with image and video generation capabilities via the JiMeng AI service's reverse-engineered API.
An MCP server to provide Claude and other LLMs with image and video generation capabilities via the JiMeng AI service's reverse-engineered API.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires manual deployment of the `jimeng-free-api-all` service as a prerequisite.
- ⚠️Requires obtaining a `sessionid` from the JiMeng AI website's browser cookies, which can expire.
Verified SafeView Analysis
charm-mcp-server
by CharmHealth
The CharmHealth MCP Server enables LLMs and MCP clients to interact with patient records, encounters, and practice information within the CharmHealth EHR system.
The CharmHealth MCP Server enables LLMs and MCP clients to interact with patient records, encounters, and practice information within the CharmHealth EHR system.
Setup Requirements
- ⚠️Requires Python 3.13 or higher.
- ⚠️Mandates obtaining seven specific CharmHealth API credentials (e.g., API Key, Client ID/Secret, Refresh Token) via their OAuth setup process, which can be involved.
- ⚠️The `uv` tool is recommended for dependency management and running the server, adding an extra tool to install for local development.
Verified SafeView Analysis
spell-checker-mcp
by jezweb
Provides multi-language spell checking and AI-powered grammar correction, designed to integrate with Model Context Protocol (MCP) clients such as AI coding assistants.
Provides multi-language spell checking and AI-powered grammar correction, designed to integrate with Model Context Protocol (MCP) clients such as AI coding assistants.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment, utilizing Workers AI and R2 storage services.
- ⚠️Manual deployment (not using the one-click button) necessitates creating R2 buckets and manually uploading dictionary files using a script that requires R2_ACCESS_KEY_ID and R2_SECRET_ACCESS_KEY environment variables.
- ⚠️Grammar correction functionality leverages Workers AI (DeepSeek R1 32B), which incurs token costs. The cost per call can be substantial as it includes the full input text, detailed system prompts, and AI-generated response (up to 2048 tokens for response alone).
Verified SafeView Analysis
multi_mcp
by religa
A multi-model AI orchestration server providing automated code review, security analysis, and general LLM-powered assistance through the Model Context Protocol (MCP).
A multi-model AI orchestration server providing automated code review, security analysis, and general LLM-powered assistance through the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️An API key for at least one LLM provider (OpenAI, Anthropic, Google, or OpenRouter) is required for API-based models and integration tests.
- ⚠️For CLI-based models (Gemini CLI, Codex CLI, Claude CLI), the respective CLI tools must be pre-installed on the system.
Verified SafeView Analysis
mcp-maintainer-toolkit
by olaservo
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
This server provides a Model Context Protocol (MCP) interface with various tools and resources designed to assist in maintaining, testing, and developing MCP repositories and clients.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
Verified SafeView Analysis
mcp-for-beginners
by 0x-Crisbanks
Demonstrates building custom Model Context Protocol (MCP) servers for various tasks like weather data retrieval, GitHub repository management, and integrating them with AI models via AI Toolkit and VS Code for enhanced developer workflows and study plan generation.
Demonstrates building custom Model Context Protocol (MCP) servers for various tasks like weather data retrieval, GitHub repository management, and integrating them with AI models via AI Toolkit and VS Code for enhanced developer workflows and study plan generation.
Setup Requirements
- ⚠️Requires Azure OpenAI API Key (Paid) for LLM interactions and embedding generation.
- ⚠️Docker required for PostgreSQL database and some MCP server setups.
- ⚠️Python 3.10+ is required.
- ⚠️VS Code with AI Toolkit extension is necessary for full integration and visual agent building.
- ⚠️Node.js and npm are required for setting up the MCP Inspector.
Review RequiredView Analysis
claude-code-plugins
by cased
This repository provides a collection of plugins for Claude Code, enabling the AI agent to interact with external developer tools for tasks like Sentry error diagnosis, PostHog feature management, and detailed codebase analysis using a specialized CLI.
This repository provides a collection of plugins for Claude Code, enabling the AI agent to interact with external developer tools for tasks like Sentry error diagnosis, PostHog feature management, and detailed codebase analysis using a specialized CLI.
Setup Requirements
- ⚠️Python 3.9+ and Python package managers (uv/pipx/pip) are required for CLI tool installation.
- ⚠️Multiple external CLI tools (sentry-cli, cased-piglet, cased-kit) must be installed locally.
- ⚠️Sensitive environment variables (SENTRY_AUTH_TOKEN, SENTRY_ORG, POSTHOG_API_KEY, POSTHOG_PROJECT_ID) must be configured.
- ⚠️Additional Python dependencies (e.g., sentence-transformers) and system tools (e.g., Graphviz) may be needed for full functionality of certain kit-cli commands.
Verified SafeView Analysis
genai-mcp
by adamydwang
This server acts as a Model Context Protocol (MCP) gateway for various GenAI image generation and editing services, with optional S3-compatible storage for generated images.
This server acts as a Model Context Protocol (MCP) gateway for various GenAI image generation and editing services, with optional S3-compatible storage for generated images.
Setup Requirements
- ⚠️Requires Go 1.21+ to build and run from source.
- ⚠️Requires valid API keys for Google Gemini, Aliyun Wanxiang, or APIMart (these are typically paid services).
- ⚠️Requires an S3-compatible object storage bucket and credentials if `GENAI_IMAGE_FORMAT` is set to 'url'.
Verified SafeView Analysis
muiscan-mcp
by michaeltrilford
Facilitates the conversion of Figma UI designs into MUI (Michael UI) web components using an AI model via the Model Context Protocol.
Facilitates the conversion of Figma UI designs into MUI (Michael UI) web components using an AI model via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Claude Desktop for integration.
- ⚠️Requires manual configuration of Claude Desktop's `claude_desktop_config.json` file with the absolute path to `server.js`.
- ⚠️Relies on a separate Muiscan Figma Plugin (not provided in this repo) for exporting design layouts.