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)
standardbeagle-tools
by standardbeagle
Design high-quality Model Context Protocol (MCP) servers with progressive discovery, context compression, and token-efficient responses.
Design high-quality Model Context Protocol (MCP) servers with progressive discovery, context compression, and token-efficient responses.
Verified SafeView Analysis
structurizr-mcp
by Cubical6
Enables AI assistants to create, manage, analyze, and visualize C4 architecture diagrams as code (Structurizr DSL) for software systems, including people, containers, components, relationships, and various views.
Enables AI assistants to create, manage, analyze, and visualize C4 architecture diagrams as code (Structurizr DSL) for software systems, including people, containers, components, relationships, and various views.
Setup Requirements
- ⚠️Requires PHP 8.1 or higher and Composer for dependencies.
- ⚠️Requires Docker or a local Structurizr CLI installation for DSL validation and diagram exports (PlantUML, Mermaid).
- ⚠️Configuration for Claude Desktop requires an absolute path to `server.php` and escaping backslashes on Windows.
Verified SafeView Analysis
jayrah
by chmouel
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
A command-line interface, terminal UI, and web interface for managing Jira issues, designed for integration with AI tools like VS Code Copilot.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️`uv` (or `uvx`) package installer/runner is required for easy installation and execution.
- ⚠️Mandatory `~/.config/jayrah/config.yaml` setup for Jira server URL, user, password/API token, and project key. The password can optionally use a `pass::` prefix, requiring the `pass` (password store) utility.
- ⚠️For the MCP server in network mode (`--host`, `--port`), additional security measures (e.g., firewall configuration) are critical if exposed beyond localhost, though this is implicitly warned against.
Verified SafeView Analysis
local_media_search_mcp_server
by mugdhav
Enables AI assistants to semantically search local images and videos using natural language, prioritizing user privacy by processing all data locally without cloud uploads.
Enables AI assistants to semantically search local images and videos using natural language, prioritizing user privacy by processing all data locally without cloud uploads.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️First run downloads an AI model (~150MB SigLIP) and performs initial media indexing, which can take several minutes depending on library size and hardware.
- ⚠️Indexing videos takes longer as it extracts frames to understand the content.
- ⚠️Requires sufficient local CPU/GPU and RAM resources, especially for large media libraries.
Verified SafeView Analysis
AgentX
by WP2-Danikusuma
AgentX is likely a utility designed to interact with and manage a Minecraft (MCP) server, possibly for automation, monitoring, or extended functionality.
AgentX is likely a utility designed to interact with and manage a Minecraft (MCP) server, possibly for automation, monitoring, or extended functionality.
Setup Requirements
- ⚠️CRITICAL: Source code not provided for review, preventing concrete setup analysis.
- ⚠️Requires configuration for connecting to a Minecraft server (e.g., host, port, RCON credentials or API key).
- ⚠️Requires a specific runtime environment (e.g., Node.js, Python, or Java) which cannot be determined without source code.
Review RequiredView Analysis
reverse-engineering-assistant
by th3w1zard1
Provides a Model Context Protocol (MCP) server to expose Ghidra's reverse engineering capabilities for automated binary analysis and interaction by AI models or external tools.
Provides a Model Context Protocol (MCP) server to expose Ghidra's reverse engineering capabilities for automated binary analysis and interaction by AI models or external tools.
Setup Requirements
- ⚠️Requires Ghidra installation with `GHIDRA_INSTALL_DIR` environment variable set.
- ⚠️Requires Gradle for building the Ghidra extension.
- ⚠️Requires Java 21 runtime environment.
Review RequiredView Analysis
mcp-kit
by aplaceforallmystuff
Connects AI assistants to Kit.com for managing email marketing tasks like subscribers, tags, sequences, and broadcasts via natural language.
Connects AI assistants to Kit.com for managing email marketing tasks like subscribers, tags, sequences, and broadcasts via natural language.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️A valid Kit.com API Key (v4 API) is mandatory and must be provided via the KIT_API_KEY environment variable.
- ⚠️This is an MCP (Model Context Protocol) server designed to be run as a child process by a compatible MCP client (e.g., Claude Desktop/Code).
Verified SafeView Analysis
SQL-QueryDSL-query-mcp-server
by divaxi
Serves as a Model Context Protocol (MCP) server for AI clients to query and filter data from a SQL database using QueryDSL.
Serves as a Model Context Protocol (MCP) server for AI clients to query and filter data from a SQL database using QueryDSL.
Setup Requirements
- ⚠️Requires Java SDK and Maven installed.
- ⚠️Requires a SQL database (PostgreSQL recommended). The provided 'Employees' model is an example, and the code needs to be adjusted to match the user's specific database schema and configuration.
- ⚠️The provided `compose.yaml` uses default database credentials, which are for local development only and must be replaced with secure credentials for any production deployment.
Verified SafeView Analysis
k8s-observability-mcp
by martinimarcello00
Provides an MCP server to explore and analyze Kubernetes metrics, logs, traces, and service graph data for observability and debugging.
Provides an MCP server to explore and analyze Kubernetes metrics, logs, traces, and service graph data for observability and debugging.
Setup Requirements
- ⚠️Requires Python 3.13+.
- ⚠️Requires Poetry for dependency management.
- ⚠️Requires access to a Kubernetes cluster via kubeconfig.
- ⚠️Requires external Prometheus, Jaeger, and Neo4j instances to be running and accessible.
- ⚠️Neo4j database requires manual loading of the service graph data from 'hotel-reservation-datagraph.txt' during setup.
Verified SafeView Analysis
Ai-Job-hunting-Agent
by vivek7557
An AI-powered multi-agent system for job seekers to automate job discovery, analyze resumes, match job descriptions, and provide recommendations.
An AI-powered multi-agent system for job seekers to automate job discovery, analyze resumes, match job descriptions, and provide recommendations.
Setup Requirements
- ⚠️The `google_search_tool.py` contains a **mock** job fetcher; live job searching requires replacing it with a real API or scraper in production.
- ⚠️The `cv_upload_tool.py` uses a naive fallback (`str(data)`) for binary/PDF files, meaning robust text extraction from such formats will likely not work well and requires integrating a dedicated PDF/DOCX parser.
Verified SafeView Analysis
my-mcp-server
by divaxi
Provides a schema-based API for AI clients to query and filter employee data from a SQL database using QueryDSL.
Provides a schema-based API for AI clients to query and filter employee data from a SQL database using QueryDSL.
Setup Requirements
- ⚠️Requires Java SDK and Maven to build and run.
- ⚠️Requires a running SQL database (PostgreSQL recommended, Docker Compose provides a default but needs to be provisioned).
- ⚠️Requires manual adjustment of database schema, configuration, and Spring Boot properties to fit the user's specific SQL database.
- ⚠️The MCP client configuration requires an absolute path to the generated JAR file.
Verified SafeView Analysis
lunar-mcp-server
by AngusHsu
Integrate traditional Chinese lunar calendar information (auspicious dates, festivals, moon phases, zodiac, BaZi) into AI applications through the Model Context Protocol.
Integrate traditional Chinese lunar calendar information (auspicious dates, festivals, moon phases, zodiac, BaZi) into AI applications through the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Initial download of Skyfield ephemeris data (de421.bsp) on first use (handled by the library, but requires time and network bandwidth).