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)
mcp-docs-server
by mnemoverse
A universal template for creating Model Context Protocol (MCP) servers that provide AI agents with documentation access.
A universal template for creating Model Context Protocol (MCP) servers that provide AI agents with documentation access.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️The default documentation (`docs/`) needs to be replaced with your own markdown files for custom content.
- ⚠️CRITICAL SECURITY VULNERABILITY: Path Traversal in `get_document` tool allows arbitrary file reads. Not safe to run without patching input validation for document paths.
Review RequiredView Analysis
camunda-mcp
by mem-kit
Provides Model Context Protocol (MCP) services for interacting with Camunda BPM Platform, a simulated StateStreet Customer Due Diligence (CDD) service, and an OCR service via Tencent Cloud.
Provides Model Context Protocol (MCP) services for interacting with Camunda BPM Platform, a simulated StateStreet Customer Due Diligence (CDD) service, and an OCR service via Tencent Cloud.
Setup Requirements
- ⚠️Requires a running Camunda BPM Platform instance (e.g., via Docker).
- ⚠️Requires Tencent Cloud API credentials for the OCR service (may incur costs).
- ⚠️Environment variables (CAMUNDA_URL, CAMUNDA_USER, CAMUNDA_PASSWORD, TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY) must be configured in a .env file.
- ⚠️Python virtual environment setup and `pip install -r requirements.txt` are required for each service.
Verified SafeView Analysis
mcp-servers
by agentika
This project provides a multi-agent AI bot that integrates various specialized 'MCP Servers' (Multi-Agent Communication Protocol) into a unified interface, allowing the main agent to leverage different tools and capabilities provided by sub-agents for tasks like note-taking, planning, and arithmetic.
This project provides a multi-agent AI bot that integrates various specialized 'MCP Servers' (Multi-Agent Communication Protocol) into a unified interface, allowing the main agent to leverage different tools and capabilities provided by sub-agents for tasks like note-taking, planning, and arithmetic.
Setup Requirements
- ⚠️Requires 'uv' for installation and execution.
- ⚠️Requires API keys for a large language model provider (OpenAI, Azure, or Gemini), which are paid services.
- ⚠️Requires Python 3.12 or newer.
- ⚠️The 'notemcp' server, included in the default configuration, requires the `NOTEMCP_BASE_DIR` environment variable to be set for note storage.
Review RequiredView Analysis
spotify-mcp-enhanced-music-overload
by Beerspitnight
Enables Claude Code CLI or Desktop to interact with Spotify for advanced playlist curation, management, and audio feature analysis.
Enables Claude Code CLI or Desktop to interact with Spotify for advanced playlist curation, management, and audio feature analysis.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires a Spotify Developer App for API credentials (Client ID, Client Secret, Redirect URI).
- ⚠️Requires a one-time browser authentication step to generate a `.spotify_cache` token.
- ⚠️GetSongBPM API Key is optional but recommended for enhanced audio feature coverage.
Verified SafeView Analysis
mcp-server
by pritamp-cmyk
This server serves as an endpoint for the Model Context Protocol, likely exposing AI models or services for interaction.
This server serves as an endpoint for the Model Context Protocol, likely exposing AI models or services for interaction.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Relies on the @modelcontextprotocol/sdk, which likely entails external API keys, configuration, or integration with the Model Context Protocol ecosystem.
- ⚠️The full application logic in `src/index.ts` is not provided, making it impossible to ascertain all configuration requirements.
Review RequiredView Analysis
docling-mcp-server
by Nordicvitamin
A central server potentially for managing or processing documents, acting as a core backend component.
A central server potentially for managing or processing documents, acting as a core backend component.
Review RequiredView Analysis
tunnel-manager
by Knuckles-Team
This project provides a FastMCP server exposing SSH connection and file transfer capabilities, enabling AI agents to programmatically perform remote server management and automation.
This project provides a FastMCP server exposing SSH connection and file transfer capabilities, enabling AI agents to programmatically perform remote server management and automation.
Setup Requirements
- ⚠️Requires existing SSH configuration (e.g., ~/.ssh/config, private keys) on the host running the server or explicit credentials.
- ⚠️Remote hosts must be network-accessible via SSH from the server machine (firewall rules, routing, etc.).
- ⚠️For inventory-based operations, an Ansible-style YAML inventory file is required, specifying host connection details.
Verified SafeView Analysis
mosaic
by jarosser06
Personal work memory and time tracking MCP server for managing work sessions, meetings, projects, notes, tasks, and reminders with natural language queries and privacy controls.
Personal work memory and time tracking MCP server for managing work sessions, meetings, projects, notes, tasks, and reminders with natural language queries and privacy controls.
Setup Requirements
- ⚠️Requires PostgreSQL 16.
- ⚠️Requires the 'uv' package manager for local development.
- ⚠️The DATABASE_URL environment variable must be configured in a .env file or directly.
- ⚠️macOS users must sign their Python executable for desktop notifications to function correctly (e.g., `codesign -s - $(which python3)`).
Verified SafeView Analysis
unsplash-mcp-server
by mjordi
Enables AI assistants to search, retrieve, and manage photos, collections, and user profiles from the Unsplash API.
Enables AI assistants to search, retrieve, and manage photos, collections, and user profiles from the Unsplash API.
Setup Requirements
- ⚠️Requires an Unsplash API Access Key (requires account creation and application setup on Unsplash Developers).
- ⚠️Demo Unsplash API accounts are limited to 50 requests per hour, necessitating application for production access for higher limits.
- ⚠️Requires Node.js 18 or higher.
Verified SafeView Analysis
pulseway-mcp-server
by ry-ops
Integrates Claude AI with Pulseway PSA to automate management of service desk tickets, finance, CRM, and time tracking operations.
Integrates Claude AI with Pulseway PSA to automate management of service desk tickets, finance, CRM, and time tracking operations.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires `uv` package manager for dependency installation.
- ⚠️Requires a Pulseway PSA account with API access and specific API credentials (Gateway URL, Username, Password, Company Name).
- ⚠️Manual configuration of Claude Desktop's `claude_desktop_config.json` file, including specifying an absolute path to the server directory.
Verified SafeView Analysis
pptx-mcp-server
by shjanjua
A Model Context Protocol (MCP) server that enables AI assistants to create, edit, and manipulate PowerPoint presentations programmatically.
A Model Context Protocol (MCP) server that enables AI assistants to create, edit, and manipulate PowerPoint presentations programmatically.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️LibreOffice must be installed for thumbnail generation and document validation (e.g., `brew install --cask libreoffice` on macOS, `sudo apt-get install libreoffice` on Linux)
- ⚠️Poppler-utils (pdftoppm) or ImageMagick (convert) must be installed for thumbnail generation (e.g., `brew install poppler` on macOS, `sudo apt-get install poppler-utils` on Linux)
Verified SafeView Analysis
SampleCsharpMcpServer
by ongzhixian
Provides an example implementation of an MCP server written in C#.
Provides an example implementation of an MCP server written in C#.
Setup Requirements
- ⚠️.NET SDK required