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-manager
by zueai
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
Setup Requirements
- ⚠️Requires MacOS as it targets the Claude Desktop app on that OS.
- ⚠️Requires Node.js and uv (Python package manager) installed locally via terminal commands.
- ⚠️Requires manual execution of generated terminal commands, which can include high-privilege operations like `sudo npm link` for some MCP servers.
- ⚠️Requires obtaining and inputting API keys/tokens for various third-party services (e.g., Brave Search, AWS, GitHub) into the GUI, which are then included in the generated configuration.
Verified SafeView Analysis
mcp_flutter
by Arenukvern
Connects Flutter applications with AI coding assistants to enable real-time debugging, UI inspection, and dynamic tool interaction for development workflows.
Connects Flutter applications with AI coding assistants to enable real-time debugging, UI inspection, and dynamic tool interaction for development workflows.
Setup Requirements
- ⚠️Requires running the Flutter app with `--disable-service-auth-codes` due to a security workaround, disabling VM service authentication.
- ⚠️Mandates integration of the `mcp_toolkit` package into the Flutter app's `pubspec.yaml` and initialization of `MCPToolkitBinding` in `main.dart`.
- ⚠️Requires manual configuration within the specific AI assistant (e.g., Cursor, Cline, Claude), often involving absolute paths to the server executable and specific flags like `--no-resources` for client compatibility.
Review RequiredView Analysis
mcp-rubber-duck
by nesquikm
An MCP (Model Context Protocol) server that acts as a bridge to query multiple OpenAI-compatible LLMs, enabling multi-agent AI workflows and providing an AI 'rubber duck' debugging panel.
An MCP (Model Context Protocol) server that acts as a bridge to query multiple OpenAI-compatible LLMs, enabling multi-agent AI workflows and providing an AI 'rubber duck' debugging panel.
Setup Requirements
- ⚠️Requires Node.js 20 or higher.
- ⚠️Requires at least one API key for a supported LLM provider (e.g., OpenAI, Gemini, Groq) for core functionality.
- ⚠️For Claude Desktop integration, `MCP_SERVER=true` environment variable must be set in the client's config, and API keys for LLM providers must be provided.
- ⚠️Docker with `buildx` is recommended for building multi-architecture images, and Docker Compose for easy deployment.
- ⚠️Ollama or LM Studio require local instances running if used as providers.
Verified SafeView Analysis
kitwork
by kitwork
A lightweight workflow engine for automating tasks, orchestrating services, building serverless functions, and creating API endpoints via YAML.
A lightweight workflow engine for automating tasks, orchestrating services, building serverless functions, and creating API endpoints via YAML.
Setup Requirements
- ⚠️Requires familiarity with YAML for workflow, API, and schedule definitions.
- ⚠️Browser automation with `Chromedp` may require a headless Chrome/Chromium browser installation or runtime environment.
- ⚠️Database interaction (e.g., PostgreSQL) requires explicit configuration of credentials (user, password, host, port) in YAML files like `database/postgres.yaml`.
Verified SafeView Analysis
mcp-interviewer
by microsoft
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
A Python CLI tool to evaluate Model Context Protocol (MCP) servers for agentic use-cases, by inspecting capabilities, running functional tests, and providing LLM-as-a-judge evaluations.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid for default model configuration)
- ⚠️Python 3.11+ required
- ⚠️Docker (or similar containerization) recommended for target server to mitigate execution risks
- ⚠️Requires explicit acceptance of risk for functional testing via CLI prompt or `--accept-risk` flag
Verified SafeView Analysis
mcp-linker
by milisp
A desktop GUI application for syncing and managing AI Model Context Protocol (MCP) server configurations across various AI clients and providing a marketplace for server templates.
A desktop GUI application for syncing and managing AI Model Context Protocol (MCP) server configurations across various AI clients and providing a marketplace for server templates.
Setup Requirements
- ⚠️Requires Node.js 20+, Bun, and Rust toolchain for development/building.
- ⚠️Certain features (e.g., cloud sync, team management) require user authentication via Supabase.
- ⚠️Local MCP servers (stdio type) may require specific runtimes like Python, Node.js, or UV, which the app attempts to auto-detect/install.
- ⚠️Relies on `git` command-line tool for cloning repositories and diffing.
Verified SafeView Analysis
mcp-chat
by PipedreamHQ
An AI chat application that leverages Pipedream's Model Context Protocol (MCP) to integrate with thousands of APIs and perform tool-based actions, serving as a reference for building powerful AI chat solutions.
An AI chat application that leverages Pipedream's Model Context Protocol (MCP) to integrate with thousands of APIs and perform tool-based actions, serving as a reference for building powerful AI chat solutions.
Setup Requirements
- ⚠️Requires a Pipedream Account and OAuth Credentials (External service dependency and setup).
- ⚠️Requires at least one of OpenAI, Anthropic, or Google Generative AI API keys (Paid services, essential for AI functionality).
- ⚠️Persistence features require a PostgreSQL database setup (e.g., Neon Serverless Postgres), with local development optionally using Docker.
Verified SafeView Analysis
tmcp
by paoloricciuti
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
Setup Requirements
- ⚠️Requires installation of a specific schema adapter (e.g., @tmcp/adapter-valibot, @tmcp/adapter-zod) corresponding to the chosen validation library.
- ⚠️Requires installation of a specific transport (e.g., @tmcp/transport-stdio, @tmcp/transport-http) for communication.
- ⚠️For remote/distributed deployments, a session manager (e.g., @tmcp/session-manager-redis, @tmcp/session-manager-postgres) is recommended for persistent state, requiring setup of an external database or service.
Verified SafeView Analysis
pdf-reader-mcp
by SylphxAI
Provides a robust server for AI agents to extract text, images, and metadata from PDF documents, preserving content order for better comprehension.
Provides a robust server for AI agents to extract text, images, and metadata from PDF documents, preserving content order for better comprehension.
Setup Requirements
- ⚠️Requires Node.js 22.0.0 or higher.
- ⚠️The server, when processing local file paths, has read access to the file system where it is deployed, constrained by the permissions of the running Node.js process. Ensure proper sandboxing if exposing to untrusted agents.
- ⚠️Extracting full text and especially images from large PDFs can be memory intensive, requiring adequate system resources for optimal performance and stability. The server limits PDF input size to 100MB.
Verified SafeView Analysis
XPack-MCP-Marketplace
by xpack-ai
XPack is an open-source marketplace that enables users to create and sell their own Model Context Protocol (MCP) services.
XPack is an open-source marketplace that enables users to create and sell their own Model Context Protocol (MCP) services.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for easy deployment.
- ⚠️Default administrator credentials ('admin'/'123456789') are hardcoded and must be changed immediately after installation.
- ⚠️The Docker deployment uses `privileged: true` for database and messaging containers, which is insecure for production use and should be re-evaluated or hardened.
Review RequiredView Analysis
mineru-tianshu
by magicyuan876
Enterprise-grade AI data preprocessing platform for converting diverse unstructured multi-modal data (documents, images, audio, video, bioinformatics formats) into structured Markdown and JSON formats, leveraging GPU acceleration and a robust task management system with user authentication and MCP protocol integration.
Enterprise-grade AI data preprocessing platform for converting diverse unstructured multi-modal data (documents, images, audio, video, bioinformatics formats) into structured Markdown and JSON formats, leveraging GPU acceleration and a robust task management system with user authentication and MCP protocol integration.
Setup Requirements
- ⚠️Requires Docker 20.10+ and Docker Compose 2.0+ for the recommended deployment.
- ⚠️NVIDIA GPU and NVIDIA Container Toolkit are mandatory for utilizing GPU-accelerated AI engines (MinerU, PaddleOCR-VL, SenseVoice, YOLO11x, LaMa) which are central to the platform's functionality.
- ⚠️Large AI models (totaling several GBs) are downloaded on the first run, which can take significant time and requires a stable internet connection, potentially with proxy configuration for users in certain regions.
- ⚠️Crucial environment variables such as `JWT_SECRET_KEY` (no default in production), `RUSTFS_ACCESS_KEY`, `RUSTFS_SECRET_KEY` (insecure defaults), and `RUSTFS_PUBLIC_URL` (no default) must be properly configured for a secure and functional production deployment.
Verified SafeView Analysis
mcp-uptime-kuma
by DavidFuchs
Provides a Model Context Protocol (MCP) interface for real-time Uptime Kuma monitoring data.
Provides a Model Context Protocol (MCP) interface for real-time Uptime Kuma monitoring data.
Setup Requirements
- ⚠️Requires a running Uptime Kuma v2 instance.
- ⚠️Requires Node.js 18+ to run directly, or Docker for containerized deployment/testing.
- ⚠️Authentication requires Uptime Kuma URL and credentials (username/password/2FA token or JWT token) as environment variables.