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-server
by JayaSamuthraDevi
A Model Context Protocol (MCP) server for secure access to billing and compute information, authenticated via Keycloak for AI assistant integration.
A Model Context Protocol (MCP) server for secure access to billing and compute information, authenticated via Keycloak for AI assistant integration.
Setup Requirements
- ⚠️Requires a running and configured Keycloak server instance with a specific client setup.
- ⚠️Relies on the `uv` package manager for dependency management and running the server.
- ⚠️Requires Python 3.14+ as per `pyproject.toml`.
Verified SafeView Analysis
chess-advice-mcp
by sslotsky
A microservice component that provides strategic chess advice based on board state and move history using the OpenAI API.
A microservice component that provides strategic chess advice based on board state and move history using the OpenAI API.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid)
Verified SafeView Analysis
semango
by omarkamali
A hybrid search engine for codebases, documentation, and knowledge bases, combining lexical (BM25) and semantic (vector) search with a web UI and REST API.
A hybrid search engine for codebases, documentation, and knowledge bases, combining lexical (BM25) and semantic (vector) search with a web UI and REST API.
Setup Requirements
- ⚠️Requires Go 1.23+, Node.js 20+, and Yarn for building from source.
- ⚠️Requires CGO dependencies (FAISS, OpenBLAS, ONNX Runtime) to be manually installed or handled by provided scripts/Docker.
- ⚠️Requires `OPENAI_API_KEY` environment variable if using OpenAI for embeddings (paid service), otherwise downloads local models (requires disk space and bandwidth).
- ⚠️Configuration (semango.yml) must be initialized (`semango init`) and content indexed (`semango index`) before running the server.
Review RequiredView Analysis
autoTesting
by vietld-3584
This server is designed for automated testing, likely related to the Minecraft Protocol (MCP.
This server is designed for automated testing, likely related to the Minecraft Protocol (MCP.
Review RequiredView Analysis
mcp-gitlab-mcp-server10
by bioanywhere
Provides Docker deployment configuration for an MCP (Managed Cloud Platform) server, including local development and CI/CD setup.
Provides Docker deployment configuration for an MCP (Managed Cloud Platform) server, including local development and CI/CD setup.
Setup Requirements
- ⚠️Docker required
- ⚠️Docker Compose recommended for orchestration
Verified SafeView Analysis
custom-notion-mcp-server
by DMGoose
Connects Notion workspaces to Claude Desktop, enabling Claude to search, read, and query Notion content with advanced features.
Connects Notion workspaces to Claude Desktop, enabling Claude to search, read, and query Notion content with advanced features.
Setup Requirements
- ⚠️Requires Node.js 24.11.0 (recommended via Volta)
- ⚠️Requires a Notion account with admin access to create integrations and share content.
- ⚠️Requires manual configuration within the Claude Desktop application to register the MCP server and set the NOTION_TOKEN environment variable.
- ⚠️Notion integration needs explicit access to pages/databases you want Claude to access.
Verified SafeView Analysis
codex-consultant
by cvidmar
Provides Claude Code with an MCP server to get second opinions and code reviews from OpenAI's Codex CLI, acting as a bridge between the two AI assistants.
Provides Claude Code with an MCP server to get second opinions and code reviews from OpenAI's Codex CLI, acting as a bridge between the two AI assistants.
Setup Requirements
- ⚠️Requires OpenAI Codex CLI to be installed and available in the system's PATH (validated on server startup).
- ⚠️Requires Go 1.21+ to build the server executable.
- ⚠️Requires manual configuration in Claude Code's JSON configuration file (`~/.config/claude/claude_code_config.json`) with the absolute path to the built executable.
Verified SafeView Analysis
music-assistant-mcp
by davidpadbury
Controls Music Assistant for multi-room audio, playback management, and music discovery.
Controls Music Assistant for multi-room audio, playback management, and music discovery.
Setup Requirements
- ⚠️Requires a running Music Assistant server instance.
- ⚠️Requires a long-lived access token from your Music Assistant server.
- ⚠️Requires 'uv' (package manager) to be installed on the system.
- ⚠️Requires Python 3.11 or newer.
Verified SafeView Analysis
ourgroceries-mcp
by justincampbell
Manages grocery lists on OurGroceries.com, allowing users to retrieve, add, remove, update, and toggle items across their lists.
Manages grocery lists on OurGroceries.com, allowing users to retrieve, add, remove, update, and toggle items across their lists.
Setup Requirements
- ⚠️Requires an existing OurGroceries.com account.
- ⚠️Authentication relies on web scraping which can break if OurGroceries.com changes its login page or HTML structure.
- ⚠️Node.js version 18 or higher is required.
Verified SafeView Analysis
gemini-cli-mcp-server
by Rimshasultan11
Provides a server component that integrates with the Gemini command-line interface, likely facilitating interactions with a backend control plane or specific Gemini services.
Provides a server component that integrates with the Gemini command-line interface, likely facilitating interactions with a backend control plane or specific Gemini services.
Review RequiredView Analysis
awesome-secure-mcp-servers
by fuzzylabs
A comprehensive security validation framework for Model Context Protocol (MCP) servers, including static code analysis, dependency scanning, and MCP-specific threat detection.
A comprehensive security validation framework for Model Context Protocol (MCP) servers, including static code analysis, dependency scanning, and MCP-specific threat detection.
Setup Requirements
- ⚠️Requires Node.js 16+ and npm to run scripts and manage JavaScript dependencies.
- ⚠️Requires Python 3.8+ and pip for Python-based scanning scripts and dependencies.
- ⚠️Requires 'uv' (installed via curl script) to manage and run 'mcp-scan' tool effectively.
- ⚠️A GitHub Token (GITHUB_TOKEN environment variable) is required for full functionality, particularly for version and vulnerability monitoring, and repository cloning.
Verified SafeView Analysis
mcp-go-pdf-tools
by scopweb
Provides PDF manipulation functionalities (split, compress, info) accessible via HTTP API and as an MCP server for Claude Desktop.
Provides PDF manipulation functionalities (split, compress, info) accessible via HTTP API and as an MCP server for Claude Desktop.
Setup Requirements
- ⚠️Requires Go 1.24+ for compiling from source.
- ⚠️Requires Claude Desktop installed and configured for MCP functionality if using the `mcp-server` binary.
- ⚠️PDF file paths provided to the MCP server must be absolute (not relative or user-relative), and the server process needs explicit read/write access to these paths.
- ⚠️Temporary files are created for PDF processing operations, requiring sufficient disk space and potentially manual cleanup on server crashes.