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)
godot-mcp
by LeeSinLiang
Enables AI assistants to control and access the Godot game engine for tasks like launching the editor, managing projects, editing scenes, and remote debugging.
Enables AI assistants to control and access the Godot game engine for tasks like launching the editor, managing projects, editing scenes, and remote debugging.
Setup Requirements
- ⚠️Requires the Godot engine executable to be installed and its path correctly configured (via GODOT_PATH environment variable, .mcp.json, or auto-detection by the init script).
- ⚠️The project must be built with `npm run build` before installation or configuration (`npm link`, `godot-mcp-init`).
- ⚠️UID management tools (`get_uid`, `update_project_uids`) are only compatible with Godot 4.4 or later versions.
Verified SafeView Analysis
seo-data-api-mcp-server
by seranking
This server integrates the SE Ranking SEO data API with AI assistants via the Model Context Protocol (MCP), enabling natural language queries for a wide range of SEO analysis tasks.
This server integrates the SE Ranking SEO data API with AI assistants via the Model Context Protocol (MCP), enabling natural language queries for a wide range of SEO analysis tasks.
Setup Requirements
- ⚠️Requires an active SE Ranking Account and API Token (which may be a paid service).
- ⚠️Requires Docker and Docker Compose plugin installed for AI assistant integration.
- ⚠️Requires Node.js 20+ installed if running directly as an HTTP server.
- ⚠️Requires either Claude Desktop App or Gemini CLI configured with MCP to interact with an AI assistant.
Verified SafeView Analysis
omen
by panbanda
Provides code analysis metrics and insights to AI assistants via the Model Context Protocol (MCP) to help understand and improve codebases.
Provides code analysis metrics and insights to AI assistants via the Model Context Protocol (MCP) to help understand and improve codebases.
Setup Requirements
- ⚠️Requires `git` CLI to be installed and accessible on the system.
- ⚠️If using external embedding providers (e.g., OpenAI, Cohere, Voyage), requires an API key for the chosen service, which may incur costs.
- ⚠️Initial setup (indexing for semantic search, or first run of local embedding models/Tree-sitter parsers) may involve downloading large files, requiring an internet connection and disk space.
Verified SafeView Analysis
lerian-mcp-server
by LerianStudio
Provides AI assistants with comprehensive, up-to-date documentation, learning resources, and SDK code generation for Lerian's financial ledger (Midaz), observability (Tracer), workflow (Flowker), and analytics (Reporter) products.
Provides AI assistants with comprehensive, up-to-date documentation, learning resources, and SDK code generation for Lerian's financial ledger (Midaz), observability (Tracer), workflow (Flowker), and analytics (Reporter) products.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️While it uses `npx`, it's an HTTP server (stdio transport), not a CLI tool; usage is typically via AI assistant configurations (e.g., Claude Desktop `mcpServers` config).
- ⚠️Some environment variables have a dual `MIDAZ_` and `LERIAN_` prefix for backward compatibility, which can be confusing (e.g., `MIDAZ_DOCS_URL` vs `LERIAN_DOCS_URL`). Prefer `LERIAN_` branded variables for clarity.
- ⚠️Outputs can be long, potentially leading to high token usage for the consuming LLM, although the server itself has internal mechanisms to truncate responses based on client capabilities. The `show-all-tools` prompt is an example of a potentially very long output.
Verified SafeView Analysis
dotbox-mcp
by domibies
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.
Setup Requirements
- ⚠️Requires Docker Desktop to be installed and running.
- ⚠️Currently only supports Claude Desktop as a client.
- ⚠️Windows users must enable 'Expose daemon on tcp://localhost:2375 without TLS' in Docker Desktop, which poses a security risk.
Review RequiredView Analysis
SRE-agent
by martinimarcello00
An autonomous multi-agent system designed for Kubernetes incident detection, diagnosis, and mitigation using LLMs and modular workflows to reduce Mean Time to Resolution (MTTR).
An autonomous multi-agent system designed for Kubernetes incident detection, diagnosis, and mitigation using LLMs and modular workflows to reduce Mean Time to Resolution (MTTR).
Setup Requirements
- ⚠️Requires Python 3.13+
- ⚠️Requires Poetry for dependency management
- ⚠️Requires Docker and Kind (Kubernetes in Docker) for local cluster setup
- ⚠️Requires Make for AIOpsLab commands
- ⚠️Requires OpenAI API Key (Paid) for LLM access (GPT-5-mini)
- ⚠️Requires Node.js runtime for `mcp-server-kubernetes` and `prometheus-mcp`
- ⚠️Requires a running Prometheus server instance (URL configured via env var)
Verified SafeView Analysis
mcp-server-computer
by CorgiBoyG
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.
Setup Requirements
- ⚠️Requires JDK 17+ and Maven 3.6+ to build and run.
- ⚠️Specific system commands (`systeminfo`, `system_profiler`, `lshw`) must be available on the host OS. `lshw` on Linux may require root privileges or specific permissions to execute successfully.
Verified SafeView Analysis
KnowledgeMCP
by maxzrff
An MCP server that enables AI coding assistants and agentic tools to leverage local knowledge through semantic search.
An MCP server that enables AI coding assistants and agentic tools to leverage local knowledge through semantic search.
Setup Requirements
- ⚠️Requires Python 3.11+ or Python 3.12.
- ⚠️Requires Tesseract OCR for scanned documents (and poppler-utils for PDF OCR support).
- ⚠️Downloads embedding model (approx. 91MB) on first run or can be pre-cached manually.
Verified SafeView Analysis
string-mcp
by meringlab
Exposes STRING database functionality as a Model Context Protocol (MCP) server, allowing AI agents to access structured biological data for protein interaction analysis and functional enrichment.
Exposes STRING database functionality as a Model Context Protocol (MCP) server, allowing AI agents to access structured biological data for protein interaction analysis and functional enrichment.
Setup Requirements
- ⚠️Requires Python >= 3.10
- ⚠️Specific versions of 'fastmcp' (2.10.6), 'httpx' (0.28.1), and 'pydantic' (2.11.7) are required; incompatible FastMCP versions can cause crashes.
- ⚠️A 'config/server.config' JSON file with 'base_url' and 'server_port' is mandatory.
Verified SafeView Analysis
cloudscape-docs-mcp
by praveenc
Provides semantic search capabilities over AWS Cloudscape Design System documentation, allowing AI agents and coding assistants to efficiently query component documentation.
Provides semantic search capabilities over AWS Cloudscape Design System documentation, allowing AI agents and coding assistants to efficiently query component documentation.
Setup Requirements
- ⚠️Requires Python 3.13+
- ⚠️Requires ~3GB disk space for the embedding model and 8GB+ RAM recommended
- ⚠️The ingestion process (`ingest.py`) performs a full re-index each time, overwriting the existing database and is computationally expensive for large documentation sets.
Verified SafeView Analysis
websets-mcp-server
by exa-labs
Manages web entity collections (companies, people, papers) through automated search, data enrichment, and scheduled monitoring using Exa's Websets API.
Manages web entity collections (companies, people, papers) through automated search, data enrichment, and scheduled monitoring using Exa's Websets API.
Setup Requirements
- ⚠️Requires Node.js v18 or higher
- ⚠️Requires an Exa API key (paid service)
- ⚠️Requires a Model Context Protocol (MCP) compatible client (e.g., Claude Desktop, Cursor)
Verified SafeView Analysis
advanced-bugbounty-mcp
by Coding-with-Mayank
An AI-powered bug bounty hunting platform integrated with Claude via the Model Context Protocol (MCP) for advanced reconnaissance, vulnerability scanning, and asset discovery.
An AI-powered bug bounty hunting platform integrated with Claude via the Model Context Protocol (MCP) for advanced reconnaissance, vulnerability scanning, and asset discovery.
Setup Requirements
- ⚠️Requires Docker Desktop (20.10.0+) and Docker Compose (2.0.0+)
- ⚠️Requires Python 3.12+ (as per upgrade notes)
- ⚠️Requires multiple API keys from Shodan, VirusTotal, Censys, GitHub, SecurityTrails, and Hunter (many of which are paid or have usage limits)
- ⚠️8GB+ RAM and 20GB+ disk space recommended