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(7756)
nutrient-dws-mcp-server
by PSPDFKit
Provides AI assistants with powerful PDF processing capabilities by integrating with the Nutrient Document Web Service (DWS) Processor API for operations like digital signing, document generation, editing, OCR, and redaction.
Provides AI assistants with powerful PDF processing capabilities by integrating with the Nutrient Document Web Service (DWS) Processor API for operations like digital signing, document generation, editing, OCR, and redaction.
Setup Requirements
- ⚠️Requires a Nutrient DWS API Key, which is part of a paid service (sign-up at nutrient.io/api required).
- ⚠️Requires Node.js (version 18.0.0 or higher) to be installed.
- ⚠️Sandbox mode (setting the `SANDBOX_PATH` environment variable) is critical for security; running without it is not recommended and exposes the system to potential arbitrary file access.
Verified SafeView Analysis
discogs-mcp-server
by cswkim
Provides a Model Context Protocol (MCP) server for interacting with the Discogs API, enabling music catalog management and search.
Provides a Model Context Protocol (MCP) server for interacting with the Discogs API, enabling music catalog management and search.
Setup Requirements
- ⚠️Requires `DISCOGS_PERSONAL_ACCESS_TOKEN` environment variable, which must be obtained from Discogs settings.
- ⚠️Node.js 18.x.x or 20.x.x (or higher) is required.
- ⚠️Default API pagination `per_page` is set to `5` to prevent client overload; larger responses may be requested but some clients might struggle.
Verified SafeView Analysis
codebadger
by Lekssays
A containerized Model Context Protocol (MCP) server for multi-language static code analysis using Joern's Code Property Graph (CPG) technology.
A containerized Model Context Protocol (MCP) server for multi-language static code analysis using Joern's Code Property Graph (CPG) technology.
Setup Requirements
- ⚠️Requires Docker and Docker Compose installed and running for the Joern analysis engine.
- ⚠️Requires Python 3.10+ (Python 3.13 recommended) and pip for server execution and dependencies.
- ⚠️The server needs access to local codebases via mounted Docker volumes for 'local' source type, or internet access to clone GitHub repositories.
Review RequiredView Analysis
mcp-wireshark
by khuynh22
Integrate Wireshark/tshark with AI tools and IDEs to capture live network traffic, analyze PCAP files, apply display filters, and extract protocol data.
Integrate Wireshark/tshark with AI tools and IDEs to capture live network traffic, analyze PCAP files, apply display filters, and extract protocol data.
Setup Requirements
- ⚠️Requires Wireshark/tshark to be installed on the system and accessible in the system's PATH.
- ⚠️Live packet capture may require elevated system permissions (e.g., user added to 'wireshark' group on Linux, Administrator privileges on Windows).
- ⚠️The server primarily communicates via standard input/output (stdio), making it designed for local integration with IDEs/AI. Remote hosting would require custom implementation of HTTP/SSE transport as per MCP specification.
Verified SafeView Analysis
doc-mcp-server
by aserper
The RTFD (Read The F*****g Docs) MCP Server bridges Large Language Models (LLMs) with real-time, up-to-date documentation from various package repositories and cloud platforms, aiming to prevent hallucinations and provide accurate coding context to AI agents.
The RTFD (Read The F*****g Docs) MCP Server bridges Large Language Models (LLMs) with real-time, up-to-date documentation from various package repositories and cloud platforms, aiming to prevent hallucinations and provide accurate coding context to AI agents.
Setup Requirements
- ⚠️GitHub API access is heavily rate-limited (60 requests/hour) without a GITHUB_TOKEN; a token is highly recommended for practical use (up to 5000 requests/hour).
- ⚠️Consuming external content poses risks (indirect prompt injection, malicious code execution) if content is unverified or if the agent acts autonomously.
- ⚠️Requires Python 3.10 or newer, as specified in `pyproject.toml`.
- ⚠️If `GITHUB_AUTH` is set to `cli` or `auto`, the GitHub CLI (`gh`) tool must be installed and authenticated.
Review RequiredView Analysis
tool-filter-mcp
by respawn-app
Filters tools from upstream Model Context Protocol (MCP) servers based on regex deny lists to reduce LLM context pollution.
Filters tools from upstream Model Context Protocol (MCP) servers based on regex deny lists to reduce LLM context pollution.
Setup Requirements
- ⚠️Requires Node.js >= 20.0.0
- ⚠️Requires an upstream MCP server (HTTP/SSE or stdio) to function.
- ⚠️When using `--upstream-stdio`, the command and its arguments for the upstream server must be explicitly separated by `--` (e.g., `npx ... --upstream-stdio -- npx my-mcp-server`).
Verified SafeView Analysis
mmcp
by koki-develop
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
Setup Requirements
- ⚠️Requires Bun for development and building, though the distributed executable is runnable with Node.js.
- ⚠️Requires write access to the user's home directory for configuration files (e.g., ~/.mmcp.json, ~/.claude.json).
- ⚠️Only supports a predefined list of AI agents for configuration updates; new agents require code changes.
Verified SafeView Analysis
codebadger-toolkit
by Lekssays
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology for integration with AI/LLM agents.
A containerized Model Context Protocol (MCP) server providing static code analysis using Joern's Code Property Graph (CPG) technology for integration with AI/LLM agents.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for the Joern server.
- ⚠️Requires Python 3.10+ (3.13 recommended).
- ⚠️CPG generation and complex queries are computationally intensive, requiring significant CPU and RAM, especially for large codebases.
Verified SafeView Analysis
RTFD
by aserper
Provides AI coding agents with real-time access to up-to-date documentation from various package managers and platforms (PyPI, npm, GitHub, DockerHub, GCP, GoDocs, Zig), preventing hallucinations from outdated LLM training data.
Provides AI coding agents with real-time access to up-to-date documentation from various package managers and platforms (PyPI, npm, GitHub, DockerHub, GCP, GoDocs, Zig), preventing hallucinations from outdated LLM training data.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️A GitHub API token (GITHUB_TOKEN) is highly recommended for GitHub-related tools to increase API rate limits; otherwise, it's limited to 60 requests/hour. Alternatively, GITHUB_AUTH=cli can leverage the GitHub CLI for authentication.
- ⚠️The RTFD_FETCH=true environment variable is crucial for enabling documentation content fetching. If set to false (or default is false), only metadata lookups are available, limiting the server's primary functionality.
- ⚠️Enabling VERIFIED_BY_PYPI=true restricts Python package documentation to only PyPI-verified sources, which may lead to tool failures if the agent requests documentation for an unverified but legitimate package.
Review RequiredView Analysis
Unreal_mcp
by ChiR24
Enables AI assistants to control Unreal Engine via Remote Control API for game development automation.
Enables AI assistants to control Unreal Engine via Remote Control API for game development automation.
Setup Requirements
- ⚠️Requires Unreal Engine 5.0-5.6 and manual activation of several specific UE plugins (Remote Control API, Remote Control Web Interface, Python Editor Script Plugin, Editor Scripting Utilities, Sequencer, Level Sequence Editor).
- ⚠️Requires manual modification of Unreal Engine project configuration files (`Config/DefaultEngine.ini`) and project settings to enable remote Python execution.
- ⚠️Requires Node.js 18+ to run.
Review RequiredView Analysis
mcp-server-infranodus
by infranodus
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for advanced text analysis, content gap detection, and SEO optimization.
Integrates InfraNodus knowledge graph and text network analysis capabilities into LLM workflows and AI assistants for advanced text analysis, content gap detection, and SEO optimization.
Setup Requirements
- ⚠️Requires InfraNodus API Key (paid after trial/quota for sustained use).
- ⚠️Requires Node.js 18+ runtime environment.
Verified SafeView Analysis
chimp
by softwaremill
A Scala 3 library for building Model Context Protocol (MCP) servers, exposing type-safe tools as a JSON-RPC HTTP API.
A Scala 3 library for building Model Context Protocol (MCP) servers, exposing type-safe tools as a JSON-RPC HTTP API.
Setup Requirements
- ⚠️Requires a Scala 3 build environment (sbt or scala-cli).
- ⚠️Requires a Tapir-compatible HTTP server interpreter dependency (e.g., tapir-netty-server-sync, tapir-zio-http-server) to run the server.
- ⚠️Example tools like 'weatherMcp' depend on the availability of external APIs (Nominatim, Open-Meteo) for their functionality.