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)
rapidchart-mcp
by Samicostox
Facilitates the generation and management of AI-powered diagrams from code within the Cursor IDE by acting as a Model Context Protocol (MCP) server for RapidChart.
Facilitates the generation and management of AI-powered diagrams from code within the Cursor IDE by acting as a Model Context Protocol (MCP) server for RapidChart.
Setup Requirements
- ⚠️Requires a `RAPIDCHART_API_TOKEN` which must be generated from rapidchart.com settings.
- ⚠️Requires Python 3.10 or newer.
- ⚠️Diagram creation can experience 503 Service Unavailable timeouts due to Heroku's 30-second router limit for complex diagrams, even if the diagram is created successfully on the RapidChart backend. Users must manually verify diagram creation via `list_diagrams`.
Review RequiredView Analysis
vn-radio-mcp
by nghialuong53
Simple MCP server and HTTP proxy for streaming Vietnamese radio to web clients, MCP-enabled applications, and robots.
Simple MCP server and HTTP proxy for streaming Vietnamese radio to web clients, MCP-enabled applications, and robots.
Setup Requirements
- ⚠️User must update `streamSrc` in `channels.json` with real and trusted radio stream URLs for functionality and security.
- ⚠️Requires Node.js >= 18.
Verified SafeView Analysis
MCP-Scooter
by afaraha8403
MCP Scout acts as a local-first management and gateway system for AI tools, designed to reduce context bloat and simplify configuration for AI agents interacting via the Model Context Protocol.
MCP Scout acts as a local-first management and gateway system for AI tools, designed to reduce context bloat and simplify configuration for AI agents interacting via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Go 1.24+, Node.js 18+, Rust (with rustup.rs), and Make to build and run from source.
- ⚠️Default control server (6200) and MCP Gateway (6277) ports may conflict with other applications, requiring manual intervention or killing processes.
- ⚠️The primary way to consume tools is via a registry that executes remote NPM packages using `npx -y`, posing a significant supply chain and arbitrary code execution risk if registry entries are malicious or compromised.
Review RequiredView Analysis
Sample-MCP-client-and-Server
by Mandapati-SuryanarayanaRaju
A minimal example of an MCP (Model Context Protocol) server and client demonstrating basic tool exposure and invocation.
A minimal example of an MCP (Model Context Protocol) server and client demonstrating basic tool exposure and invocation.
Setup Requirements
- ⚠️Python 3.13+ required
- ⚠️Requires `mcp` package (version >= 1.22.0)
- ⚠️Requires `uv` executable in PATH for the client to launch the server via `StdioServerParameters`
Verified SafeView Analysis
mcp-codedoc
by Akshay1018
AI-powered tool for automated code documentation, quality auditing, refactoring, and security scanning within a local development environment.
AI-powered tool for automated code documentation, quality auditing, refactoring, and security scanning within a local development environment.
Setup Requirements
- ⚠️Requires Cursor or Claude Desktop IDE as the host environment.
- ⚠️Installation requires `uvx` command-line tool.
- ⚠️Relies on the integrated AI capabilities of Cursor/Claude for generating audits and refactored code.
Verified SafeView Analysis
MCP-tool-lesson
by miguelfradeflores
Provides detailed Pokemon data from PokeAPI to AI assistants and other MCP clients via various tools.
Provides detailed Pokemon data from PokeAPI to AI assistants and other MCP clients via various tools.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires active internet connection to access PokeAPI.
Review RequiredView Analysis
container-dockter
by abhitatachar2000
This server provides a web interface to deploy and manage applications within Docker containers by interacting with the Docker daemon and Git repositories.
This server provides a web interface to deploy and manage applications within Docker containers by interacting with the Docker daemon and Git repositories.
Setup Requirements
- ⚠️Docker daemon must be running and accessible.
- ⚠️Docker Compose must be installed.
- ⚠️Requires Git client installed on the host.
Review RequiredView Analysis
first_mcp_server
by sharmaratnesh
This server provides a multi-purpose HTTP endpoint to route requests to specific handlers (e.g., math operations, employee data retrieval) based on the incoming JSON payload.
This server provides a multi-purpose HTTP endpoint to route requests to specific handlers (e.g., math operations, employee data retrieval) based on the incoming JSON payload.
Setup Requirements
- ⚠️The 'employee_details.csv' file must be present at the repository root for the employee handler to function correctly.
Verified SafeView Analysis
ubuntu-mcp
by frkr
Execute shell commands within a Dockerized Ubuntu environment via HTTP API or MCP stdio.
Execute shell commands within a Dockerized Ubuntu environment via HTTP API or MCP stdio.
Setup Requirements
- ⚠️Requires Docker (recommended for setup and running)
- ⚠️For Apple Silicon/ARM users, `--platform linux/amd64` is pinned, which might require specific Docker configurations or impact native performance.
Review RequiredView Analysis
agentic-trust
by subramanya1997
A unified platform for deploying, authenticating, monitoring, and managing production AI agents within an enterprise environment.
A unified platform for deploying, authenticating, monitoring, and managing production AI agents within an enterprise environment.
Setup Requirements
- ⚠️Requires Node.js 18.0 or higher.
- ⚠️Requires a configured Sanity.io project with specific schemas and corresponding environment variables (`NEXT_PUBLIC_SANITY_PROJECT_ID`, `NEXT_PUBLIC_SANITY_DATASET`, `SANITY_API_TOKEN`).
- ⚠️The blog newsletter subscription form uses a hardcoded Google Form URL. Customizing this functionality would require manually identifying the form's entry ID for a different form.
Review RequiredView Analysis
kompass
by frekkanzer2
This project acts as a Minecraft Protocol (MCP) server or proxy, handling client connections and potentially providing web-based statistics and management.
This project acts as a Minecraft Protocol (MCP) server or proxy, handling client connections and potentially providing web-based statistics and management.
Setup Requirements
- ⚠️Requires Node.js runtime
- ⚠️Requires an available network port (default 25565)
Verified SafeView Analysis
mcp
by tokenring-ai
Client-side plugin for TokenRing agents to connect with Model Context Protocol (MCP) servers and register their external tools.
Client-side plugin for TokenRing agents to connect with Model Context Protocol (MCP) servers and register their external tools.
Setup Requirements
- ⚠️Requires a running TokenRingApp instance to operate as a plugin or for manual usage.
- ⚠️Requires an external MCP server (via stdio, SSE, or HTTP) to connect to, as this package is a client.
- ⚠️Configuration for transports must strictly adhere to Zod schemas, particularly specifying 'command' for 'stdio' or 'url' for 'sse'/'http' transports.