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-client-server
by shujaakbar2020
Implements a server and client for the Minecraft protocol, enabling custom game interactions or proxying.
Implements a server and client for the Minecraft protocol, enabling custom game interactions or proxying.
Setup Requirements
- ⚠️Requires a specific runtime environment (e.g., Node.js or Python)
- ⚠️Dependencies must be installed via a package manager (e.g., npm or pip)
Review RequiredView Analysis
hermes-mcp
by poetryprotocol
A lightweight MCP server providing file, shell, Git, HTTP, and system utilities for Claude Desktop, specifically fixing a common subprocess stdin inheritance bug.
A lightweight MCP server providing file, shell, Git, HTTP, and system utilities for Claude Desktop, specifically fixing a common subprocess stdin inheritance bug.
Setup Requirements
- ⚠️Currently Windows-optimized (uses PowerShell, Git for Windows paths), requiring adaptation for Unix/Mac.
- ⚠️Requires manual configuration of `ALLOWED_PATHS` directly in `server.py` for file operation security.
- ⚠️Requires manual configuration in Claude Desktop's `claude_desktop_config.json`.
Verified SafeView Analysis
ae-poc-identity-mcpsrv
by ISubkowskI
Serves as an intermediary Model Context Protocol (MCP) server with Server-Sent Events (SSE) transport for an Identity Claims API, proxying requests to a backend REST service.
Serves as an intermediary Model Context Protocol (MCP) server with Server-Sent Events (SSE) transport for an Identity Claims API, proxying requests to a backend REST service.
Setup Requirements
- ⚠️Requires a separate `ae-poc-identity-webapi` backend REST service to be running and accessible.
- ⚠️The `Authentication__ExpectedToken` environment variable or configuration setting MUST be replaced with a secure, unique token for production or sensitive environments.
- ⚠️Accessing the backend service from Docker requires careful `IdentityStorageApi__ApiUrl` configuration (e.g., `http://host.docker.internal:5023`).
Verified SafeView Analysis
mcp-cli
by humanlayer
Facilitates interaction with MCP servers via a command-line interface, primarily for automation and integration with subagents.
Facilitates interaction with MCP servers via a command-line interface, primarily for automation and integration with subagents.
Setup Requirements
- ⚠️Requires an existing MCP server to function.
Review RequiredView Analysis
workshop-mcp
by devtobecurious
Demonstrates an OAuth 2.0 protected Model Context Protocol (MCP) server providing external tool access.
Demonstrates an OAuth 2.0 protected Model Context Protocol (MCP) server providing external tool access.
Setup Requirements
- ⚠️.NET 9.0+ SDK required
- ⚠️Requires a running `TestOAuthServer` from the same repository (typically at `https://localhost:7029`)
- ⚠️Requires trusting the ASP.NET Core development certificate (`dotnet dev-certs https --trust`)
- ⚠️Ensure ports 7071 (for `ProtectedMcpServer`) and 7029 (for `TestOAuthServer`) are available.
Verified SafeView Analysis
mcp-gateway
by tf1997
The MCP Gateway acts as an API gateway for the Model Context Protocol (MCP) ecosystem, facilitating secure communication, tool invocation, and prompt management for various backend services.
The MCP Gateway acts as an API gateway for the Model Context Protocol (MCP) ecosystem, facilitating secure communication, tool invocation, and prompt management for various backend services.
Setup Requirements
- ⚠️Requires Go (version 1.18 or higher recommended).
- ⚠️Requires Redis for session and authentication storage if configured.
- ⚠️Requires Kafka brokers if configured for logging or session storage.
Review RequiredView Analysis
mcp-servers
by rishit2264
This project demonstrates setting up and interacting with multiple MCP servers (Multi-Compute Protocol) using a client and a ReAct agent powered by an LLM for tool orchestration.
This project demonstrates setting up and interacting with multiple MCP servers (Multi-Compute Protocol) using a client and a ReAct agent powered by an LLM for tool orchestration.
Setup Requirements
- ⚠️Python 3.12+ required
- ⚠️GROQ_API_KEY environment variable is required (paid service)
- ⚠️Requires separate 'mathserver.py' (not provided) and 'weather.py' processes to be running concurrently for the client to function as intended.
Verified SafeView Analysis
code-quality-mcp
by techmad220
A Rust-based MCP server for comprehensive code quality analysis, designed to work alongside harness enforcement gates for proactive self-correction in code generation.
A Rust-based MCP server for comprehensive code quality analysis, designed to work alongside harness enforcement gates for proactive self-correction in code generation.
Setup Requirements
- ⚠️Requires Rust toolchain installed for building (`cargo build`).
- ⚠️Full functionality of `dependency_audit` requires specific language ecosystem auditors (e.g., `cargo-audit`, `npm`, `pip-audit`, `go` with `govulncheck`) to be installed and accessible in the system PATH.
- ⚠️The `pattern_history` tool requires a separate 'cognitive-memory' MCP server running, defaulting to `http://localhost:8050`.
Verified SafeView Analysis
mcp-server-editing-text
by rjmarin
This project likely provides a server-side utility or modification for the Minecraft Protocol, focused on editing or manipulating text-based content within the game or its related server environment.
This project likely provides a server-side utility or modification for the Minecraft Protocol, focused on editing or manipulating text-based content within the game or its related server environment.
Review RequiredView Analysis
mcp-gitlab-mcp-server20
by bioanywhere
Provides Docker deployment configuration and CI/CD setup for a generic 'MCP server' application.
Provides Docker deployment configuration and CI/CD setup for a generic 'MCP server' application.
Setup Requirements
- ⚠️Docker required
- ⚠️GCP Service Account (with appropriate permissions) and Project ID required for CI/CD pushing to Google Artifact Registry
- ⚠️Port 3000 must be available on the host system
Verified SafeView Analysis
mcp-enterprise-server
by GUESTVALENCIA
A multimodal AI platform integrating Qwen3 models for enterprise-level system interaction, real-time multimedia generation, and communication capabilities.
A multimodal AI platform integrating Qwen3 models for enterprise-level system interaction, real-time multimedia generation, and communication capabilities.
Setup Requirements
- ⚠️Requires multiple paid API keys for external services (Groq, Cartesia, Deepgram, Twilio, Render).
- ⚠️Node.js version >=18.0.0 is required for execution.
- ⚠️Image and video generation features are currently placeholders or simulated, requiring further integration for full functionality.
- ⚠️Requires manual `.env` file configuration with all necessary API keys.
Review RequiredView Analysis
private-mcp-registry
by binahm
Manages a private registry of Model Context Protocol (MCP) servers by combining selections from public registries and organization-specific private server definitions, to control what developers can install for tools like GitHub Copilot.
Manages a private registry of Model Context Protocol (MCP) servers by combining selections from public registries and organization-specific private server definitions, to control what developers can install for tools like GitHub Copilot.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Relies on an external proxy service (not part of this repo) to serve the GitHub-hosted registry in the MCP format.
- ⚠️Client applications (e.g., GitHub Copilot) require specific administrative configuration to use this private registry.