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)
sample-serverless-mcp-servers
by aws-samples
Implements a sample stateful MCP (Model Context Protocol) server with echo functionality, deployable on AWS ECS Fargate using Python.
Implements a sample stateful MCP (Model Context Protocol) server with echo functionality, deployable on AWS ECS Fargate using Python.
Setup Requirements
- ⚠️Requires Python 3.12+ (or Node.js for other examples).
- ⚠️Requires Docker/Podman for local builds and containerization.
- ⚠️Deployment requires AWS CLI, AWS SAM CLI (or Terraform/CDK), and appropriately configured AWS credentials.
- ⚠️Access to specific AWS Bedrock models is required for agent-based examples, which may incur costs.
Verified SafeView Analysis
mcp-servers-hub
by apappascs
This repository serves as a hub to discover and rank the top 100 most popular Model Context Protocol (MCP) servers based on GitHub stars, aggregating information from various MCP registries.
This repository serves as a hub to discover and rank the top 100 most popular Model Context Protocol (MCP) servers based on GitHub stars, aggregating information from various MCP registries.
Verified SafeView Analysis
mcp-omnisearch
by spences10
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires API keys for each desired external provider (e.g., TAVILY_API_KEY, PERPLEXITY_API_KEY, KAGI_API_KEY).
- ⚠️GitHub API Key requires a personal access token with *no scopes selected* for public repository access, as per specific setup instructions to ensure security.
- ⚠️Understanding the different 'modes' and 'extract_depth' for processing tools (e.g., Firecrawl, Exa) is crucial for optimal usage.
Verified SafeView Analysis
Polymcp
by poly-mcp
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.
A comprehensive TypeScript framework for building and orchestrating Model Context Protocol (MCP) servers and AI agents, enabling LLMs to intelligently discover, select, and execute external tools.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires Docker Desktop or daemon running for Docker sandbox features (optional).
- ⚠️Requires LLM API keys (OpenAI, Anthropic, Kimi, DeepSeek) for cloud LLM providers, or Ollama for local LLM inference (optional).
Verified SafeView Analysis
mcp_massive
by massive-com
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
Setup Requirements
- ⚠️Docker required
- ⚠️Requires local/remote LLM provider (e.g., OpenAI API Key, Ollama, etc.)
Review RequiredView Analysis
mcp-server
by volcengine
Provides natural language access to Volcengine Content Delivery Network (DCDN) services, enabling queries and analysis of domain configuration and monitoring data.
Provides natural language access to Volcengine Content Delivery Network (DCDN) services, enabling queries and analysis of domain configuration and monitoring data.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires 'uv' (Astral's dependency manager and runner) to be installed for local execution and dependency management.
- ⚠️Requires 'VOLCENGINE_ACCESS_KEY' and 'VOLCENGINE_SECRET_KEY' environment variables set with appropriate permissions for Volcengine DCDN APIs.
Verified SafeView Analysis
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.