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(9120)
gitlab-mcp-server
by FitoDomik
Connects an AI assistant to GitLab to facilitate interactive queries and actions on merge requests, pipelines, and code reviews.
Connects an AI assistant to GitLab to facilitate interactive queries and actions on merge requests, pipelines, and code reviews.
Setup Requirements
- ⚠️Requires `uv` for Python package management.
- ⚠️GitLab Access Token needs `api` scope for write operations (e.g., commenting, resolving discussions), despite README suggesting `read_api` for initial setup.
- ⚠️Requires a numeric `GITLAB_PROJECT_ID` for configuration.
Verified SafeView Analysis
mcp-cybersec-watchdog
by girste
A Linux server security auditing and continuous monitoring tool that provides security posture analysis and anomaly detection capabilities, designed to be integrated with AI agents.
A Linux server security auditing and continuous monitoring tool that provides security posture analysis and anomaly detection capabilities, designed to be integrated with AI agents.
Setup Requirements
- ⚠️Requires `sudo` for full functionality, granting privileged access to the system.
- ⚠️Requires Go 1.23+ and `make` for building from source.
- ⚠️Relies on various Linux commands (e.g., `ufw`, `docker`, `apt`/`yum`, `openssl`, `dig`) being available on the system.
Verified SafeView Analysis
sharp-mcp
by greatSumini
This MCP server provides image session management and processing capabilities for AI coding assistants, enabling tasks like metadata extraction, color picking, background removal, cropping, and compression.
This MCP server provides image session management and processing capabilities for AI coding assistants, enabling tasks like metadata extraction, color picking, background removal, cropping, and compression.
Setup Requirements
- ⚠️Requires Node.js >= v18.0.0.
- ⚠️ML model files (~10-50MB) for background removal are downloaded on first run, causing a delay.
- ⚠️The server process needs appropriate file system read/write permissions for tools interacting with local paths (e.g., `create_session_by_path`, `output_path` parameters).
Verified SafeView Analysis
obsidian-mcp-plugin
by aaronsb
This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), enabling them to understand and navigate your notes as a connected knowledge graph.
This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), enabling them to understand and navigate your notes as a connected knowledge graph.
Setup Requirements
- ⚠️Requires Obsidian desktop application to be running.
- ⚠️Requires an MCP-compatible AI client (e.g., Claude Desktop, Claude Code, Continue.dev).
- ⚠️Requires manual configuration of the plugin's generated API key in the AI client (and potentially `NODE_TLS_REJECT_UNAUTHORIZED=0` for self-signed HTTPS certificates).
- ⚠️Full functionality of 'dataview' and 'bases' tools requires the respective Obsidian plugins to be installed and enabled.
Verified SafeView Analysis
jetski
by hyprmcp
Jetski is an open-source platform providing analytics, authentication, and simplified client setup for Model Context Protocol (MCP) servers by acting as a proxy.
Jetski is an open-source platform providing analytics, authentication, and simplified client setup for Model Context Protocol (MCP) servers by acting as a proxy.
Setup Requirements
- ⚠️Requires Docker for local development dependencies (PostgreSQL, Dex, Mailpit).
- ⚠️Requires 'mise' (dev tool environment manager) for tool installation and task execution.
- ⚠️Requires 'pnpm' as the JavaScript package manager.
- ⚠️Requires a host file entry for `host.minikube.internal` for local Dex setup if using Minikube.
- ⚠️Kubernetes/Minikube is required for optional gateway orchestration, including Helm and Metacontroller.
Verified SafeView Analysis
mcp-arr
by aplaceforallmystuff
Manages Sonarr, Radarr, Lidarr, Readarr, and Prowlarr applications for media library control and configuration review via natural language queries.
Manages Sonarr, Radarr, Lidarr, Readarr, and Prowlarr applications for media library control and configuration review via natural language queries.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️At least one *arr application (Sonarr, Radarr, Lidarr, Readarr, or Prowlarr) must be running with API access.
- ⚠️Requires setting specific environment variables (URL and API Key) for each *arr service to be managed.
Verified SafeView Analysis
listenhub-mcp-server
by marswaveai
An MCP server for ListenHub, enabling AI-powered podcast and FlowSpeech audio generation within various client applications.
An MCP server for ListenHub, enabling AI-powered podcast and FlowSpeech audio generation within various client applications.
Setup Requirements
- ⚠️Requires a ListenHub API Key (available with ListenHub Pro plan and above, which is a paid service).
- ⚠️Requires Node.js version 18 or higher.
Verified SafeView Analysis
threlte-mcp
by SerifeusStudio
Enables AI agents to inspect and manipulate Three.js/Threlte 3D scenes in real-time, facilitating debugging, asset optimization, and cinematic tooling.
Enables AI agents to inspect and manipulate Three.js/Threlte 3D scenes in real-time, facilitating debugging, asset optimization, and cinematic tooling.
Setup Requirements
- ⚠️Requires Node 18+ to run.
- ⚠️Requires Svelte 5 for the MCPBridge component in your Threlte application.
- ⚠️Your Threlte application must be running with the MCPBridge component, which connects to the server via WebSocket on ws://localhost:8083.
Verified SafeView Analysis
pptx-generator-mcp
by dmytro-ustynov
Generate professional PowerPoint presentations from Markdown input via a Model Context Protocol (MCP) server integrated with Claude Desktop.
Generate professional PowerPoint presentations from Markdown input via a Model Context Protocol (MCP) server integrated with Claude Desktop.
Setup Requirements
- ⚠️Requires Node.js 18.0 or higher
- ⚠️Requires Claude Desktop for integration
- ⚠️Manual configuration of `claude_desktop_config.json` is necessary after installation
- ⚠️Global npm installation may require sudo depending on system configuration
- ⚠️Custom fonts (e.g., JetBrains Mono) need to be manually installed on the operating system for proper display in the generated PPTX
Review RequiredView Analysis
VulneraMCP
by telmon95
An AI-powered platform for automated security testing, vulnerability research, and bug bounty hunting.
An AI-powered platform for automated security testing, vulnerability research, and bug bounty hunting.
Setup Requirements
- ⚠️Requires manual installation of external CLI tools (subfinder, httpx, amass, sqlmap) and presence in system PATH.
- ⚠️PostgreSQL 18+ is recommended, and if installed locally (e.g., via Homebrew), it defaults to port 5433, not the standard 5432, which needs explicit configuration.
- ⚠️OWASP ZAP must be running, and examples often disable its API key for convenience, making it insecurely accessible to anyone on the network.
- ⚠️Caido integration requires a CAIDO_API_TOKEN, which must be obtained and configured separately.
Review RequiredView Analysis
my-ai-tools
by jellydn
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
Provides a comprehensive setup and configuration management guide for an AI-powered developer environment, integrating various AI coding tools and their custom settings.
Setup Requirements
- ⚠️Requires a paid Claude Code subscription for full features.
- ⚠️Manual `jq` installation may be required if common package managers are unavailable.
- ⚠️Reliance on `npm`/`npx` for many tool installations and MCP server invocations, requiring Node.js/Bun environment setup.
Review RequiredView Analysis
anytype-mcp
by anyproto
The Anytype MCP Server enables AI assistants to interact with Anytype's API through natural language by converting its OpenAPI specification into MCP tools.
The Anytype MCP Server enables AI assistants to interact with Anytype's API through natural language by converting its OpenAPI specification into MCP tools.
Setup Requirements
- ⚠️Requires an Anytype API Key for authentication, which must be obtained from the Anytype Desktop app settings.
- ⚠️Requires the Anytype Desktop application (or its local API server) to be running and accessible, typically on `http://127.0.0.1:31009`.
- ⚠️The `OPENAPI_MCP_HEADERS` environment variable is required to pass authentication and version headers as a JSON string (e.g., `{"Authorization":"Bearer <YOUR_API_KEY>", "Anytype-Version":"2025-11-08"}`).