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)
PDFlow
by Traves-Theberge
Transform PDF documents into structured data (Markdown, JSON, XML, etc.) using multimodal AI, with web UI, CLI, and AI agent integration.
Transform PDF documents into structured data (Markdown, JSON, XML, etc.) using multimodal AI, with web UI, CLI, and AI agent integration.
Setup Requirements
- ⚠️Requires a Google Gemini API Key (free tier has usage limits, paid tier recommended for heavy use).
- ⚠️Relies on external system dependencies `pdftocairo` (from poppler-utils) and `imagemagick` for PDF-to-image conversion, which need to be installed system-wide or are included in the Docker image.
- ⚠️Requires Node.js 20+ for local development due to Next.js 16 requirements.
Verified SafeView Analysis
youtube-mcp-server
by 0GiS0
This server provides examples of Model Context Protocol (MCP) implementations, integrating the YouTube API to enable Large Language Models (LLMs) like GitHub Copilot Chat to search for YouTube channels and videos.
This server provides examples of Model Context Protocol (MCP) implementations, integrating the YouTube API to enable Large Language Models (LLMs) like GitHub Copilot Chat to search for YouTube channels and videos.
Setup Requirements
- ⚠️Requires a YouTube API Key (must be obtained from Google Cloud Console).
- ⚠️Requires Node.js v18.0.0 or higher.
Verified SafeView Analysis
signalk-mcp-server
by tonybentley
Provides AI agents with efficient, token-optimized access to SignalK marine data through secure V8 isolate code execution.
Provides AI agents with efficient, token-optimized access to SignalK marine data through secure V8 isolate code execution.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher
- ⚠️Requires access to a running SignalK server
- ⚠️Docker recommended for easy setup of a local SignalK server (e.g., for E2E testing)
Verified SafeView Analysis
claude-code-factchecker
by suchwow-sysadmin
AI-powered fact-checking and research assistant for long-form content, verifying factual claims, citations, and generating comprehensive reports.
AI-powered fact-checking and research assistant for long-form content, verifying factual claims, citations, and generating comprehensive reports.
Setup Requirements
- ⚠️Anthropic Claude subscription required (paid)
- ⚠️MCP server (e.g., Hyperbrowser) requires Docker Desktop (for Magic Mode)
- ⚠️Node.js required for Claude Code setup
Verified SafeView Analysis
mcp-xray
by tivaliy
A lightweight server that bridges the MCP protocol with the Atlassian Jira Xray API, exposing Xray functionality via FastMCP for integration with AI language models or other clients.
A lightweight server that bridges the MCP protocol with the Atlassian Jira Xray API, exposing Xray functionality via FastMCP for integration with AI language models or other clients.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Requires an Xray API Personal Access Token (PAT) from a Jira Xray Server/Data Center instance.
- ⚠️The Xray OpenAPI spec (JSON format only) must be obtained and manually curated, as no single official complete spec is provided by Xray.
- ⚠️Requires `uv` for easy installation as there is no PyPI package yet, necessitating a `uvx --from git+https://...` command.
Verified SafeView Analysis
otel_prom_mcp_server
by fabriciodf
Provides AI assistants with access to Prometheus metrics and PromQL query execution through standardized Model Context Protocol (MCP) interfaces.
Provides AI assistants with access to Prometheus metrics and PromQL query execution through standardized Model Context Protocol (MCP) interfaces.
Setup Requirements
- ⚠️Requires a running Prometheus server accessible from the server's environment.
- ⚠️Requires Python 3.10+ for direct execution outside of Docker.
- ⚠️The full demo environment (including UI and LLM for PromQL generation) requires Docker, Docker Compose, and a 1-2GB Ollama model download.
Verified SafeView Analysis
diagnose-mcp
by shizhMSFT
Transparent proxy for debugging and monitoring Model Context Protocol (MCP) servers, including local (stdio) and remote (HTTP/WebSocket) servers, with file monitoring capabilities.
Transparent proxy for debugging and monitoring Model Context Protocol (MCP) servers, including local (stdio) and remote (HTTP/WebSocket) servers, with file monitoring capabilities.
Setup Requirements
- ⚠️Requires Go 1.25.4 or later.
- ⚠️Azure CLI is required for the `setup-azure-blob-logging.sh` helper script, if Azure Blob logging is desired.
- ⚠️Binary needs to be built or installed locally before use (e.g., `go build -o diagnose-mcp ./cmd/diagnose-mcp`).
Verified SafeView Analysis
gmail-mcp
by domdomegg
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
Manages Gmail emails programmatically, enabling AI systems to read, send, archive, and perform other email operations on behalf of a user.
Setup Requirements
- ⚠️Requires manual creation and configuration of Google OAuth 2.0 Client ID and Client Secret (or a direct access token for stdio transport) via Google Cloud Console.
- ⚠️Requires enabling the Gmail API in your Google Cloud Project to interact with Gmail.
- ⚠️Requires Node.js (version >=18) and npm to be installed for local execution.
Verified SafeView Analysis
uipath-mcp-python
by UiPath
Provides a framework for building MCP servers that manage and report on long-running, blocking operations with real-time progress and logging for automation and system tasks.
Provides a framework for building MCP servers that manage and report on long-running, blocking operations with real-time progress and logging for automation and system tasks.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️The 'uv' package manager is recommended for dependency management and virtual environment setup (`uv venv`, `uv sync`).
- ⚠️Requires a UiPath Automation Cloud account and a Personal Access Token with Orchestrator API Access scopes for authentication (`uipath auth`).
- ⚠️Requires the `UIPATH_FOLDER_PATH` environment variable to be set for local debugging of folder-scoped servers.
Verified SafeView Analysis
click-mcp
by crowecawcaw
A Python library that enables AI agents to interact with Click CLI applications by converting commands into Model Context Protocol (MCP) tools.
A Python library that enables AI agents to interact with Click CLI applications by converting commands into Model Context Protocol (MCP) tools.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️The security of the server depends on the careful design of the underlying Click CLI commands, as it directly exposes them to external agents.
Review RequiredView Analysis
tenets
by jddunn
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
Setup Requirements
- ⚠️Requires Python 3.9+ to be installed.
- ⚠️Requires `pip install tenets[mcp]` for MCP server functionality; ML features require `tenets[ml]` extra package (2GB+ download).
- ⚠️Manual configuration (JSON file editing) is often needed for AI clients (Cursor, Claude Desktop), though a VSCode extension simplifies this for VSCode users.
- ⚠️The `tenets-mcp` executable path needs to be correctly specified in IDE configurations, especially when using virtual environments.
Verified SafeView Analysis
vector-mcp
by Knuckles-Team
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).
Provides a standardized API for AI agents to manage and interact with various vector database technologies for Retrieval Augmented Generation (RAG).
Setup Requirements
- ⚠️Requires an LLM provider (e.g., local Ollama, or a commercial API like OpenAI/Anthropic/Google/HuggingFace with an API key and potential costs).
- ⚠️Requires a configured vector database instance (e.g., ChromaDB locally, or a remote PGVector, MongoDB, Couchbase, or Qdrant instance).
- ⚠️For production deployments, the `vector-mcp` server's default `AUTH_TYPE=none` must be explicitly configured to a more secure option.