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(7632)
A framework for deploying and running Model Context Protocol (MCP) servers efficiently on AWS Lambda using various invocation methods like API Gateway, Lambda Function URLs, or direct Lambda invokes.
A framework for deploying and running Model Context Protocol (MCP) servers efficiently on AWS Lambda using various invocation methods like API Gateway, Lambda Function URLs, or direct Lambda invokes.
Setup Requirements
- ⚠️Requires an AWS account and CDK CLI for deployment.
- ⚠️Requires a separate, pre-built MCP server (Node.js or Python script) that communicates over standard I/O to use the stdio adapter functionality.
- ⚠️The deployment pipeline requires `PowerUserAccess` IAM permissions for the CodeBuild role, which is broad and should be reviewed for least privilege post-deployment.
Verified SafeView Analysis
seamless-agent
by jraylan
A VS Code extension that provides interactive tools for AI agents (like GitHub Copilot) to request user confirmation or plan approval, enhancing user control over AI actions.
A VS Code extension that provides interactive tools for AI agents (like GitHub Copilot) to request user confirmation or plan approval, enhancing user control over AI actions.
Setup Requirements
- ⚠️Requires VS Code 1.104.0+ and GitHub Copilot Chat extension
- ⚠️Node.js (for Antigravity integration)
Verified SafeView Analysis
mcp
by IBM
A central registry and collection of Model Context Protocol (MCP) servers and tools designed to enable AI agents to interact with various IBM and third-party resources and applications.
A central registry and collection of Model Context Protocol (MCP) servers and tools designed to enable AI agents to interact with various IBM and third-party resources and applications.
Setup Requirements
- ⚠️Requires access and accounts for various IBM and third-party services (e.g., IBM MQ, FileNet Content Manager, watsonx.data, DataStax Astra DB, HashiCorp products).
- ⚠️Many MCP servers require environment variables for authentication and configuration (e.g., API keys, tokens, URLs, usernames, passwords).
- ⚠️Requires Docker for running several HashiCorp-related MCP servers.
- ⚠️Requires Node.js runtime environment (or compatible for 'uvx') for servers using 'npx' or 'uvx'.
Verified SafeView Analysis
utcp-mcp
by universal-tool-calling-protocol
This project acts as a versatile bridge exposing Universal Tool Calling Protocol (UTCP) tools as Model Context Protocol (MCP) tools, enabling AI agents and other MCP-compatible clients to discover, manage, and execute a wide range of external capabilities including APIs, command-line tools, and inline code execution.
This project acts as a versatile bridge exposing Universal Tool Calling Protocol (UTCP) tools as Model Context Protocol (MCP) tools, enabling AI agents and other MCP-compatible clients to discover, manage, and execute a wide range of external capabilities including APIs, command-line tools, and inline code execution.
Setup Requirements
- ⚠️Requires Python 3.8+, Node.js 18+, or Rust toolchain, depending on the chosen bridge implementation and its specific features.
- ⚠️Requires a `.utcp_config.json` file for defining tool providers and initial configurations.
- ⚠️The default Docker setup exposes ports 8776 (Client MCP), 8777 (Proxy MCP), and 8778 (FastAPI web server) on all network interfaces (0.0.0.0), which may require firewall configuration or explicit binding to 127.0.0.1 for local development.
Review RequiredView Analysis
db-mcp-server
by FreePeak
This server acts as a unified interface for AI models to interact with multiple databases (MySQL, PostgreSQL, TimescaleDB), enabling AI assistants to execute SQL, manage transactions, explore schemas, and analyze performance.
This server acts as a unified interface for AI models to interact with multiple databases (MySQL, PostgreSQL, TimescaleDB), enabling AI assistants to execute SQL, manage transactions, explore schemas, and analyze performance.
Setup Requirements
- ⚠️Docker and Docker Compose are required for simplified setup and running the provided test environments, including TimescaleDB.
- ⚠️Go 1.18+ is required to build and run the server directly from source.
- ⚠️Default database credentials found in example configuration files (`config.json`, `config.timescaledb-test.json`, `docker-compose.yml`) are insecure and MUST be changed for any non-test deployment.
- ⚠️The `wait-for-it.sh` script is used by Docker Compose setups to ensure database readiness before starting the MCP server.
Verified SafeView Analysis
mcp-for-argocd
by argoproj-labs
Enables AI assistants to interact with Argo CD applications through natural language, streamlining DevOps tasks.
Enables AI assistants to interact with Argo CD applications through natural language, streamlining DevOps tasks.
Setup Requirements
- ⚠️Requires an Argo CD instance with API access and an API token for authentication.
- ⚠️Requires Node.js v18 or higher to run.
- ⚠️Using `NODE_TLS_REJECT_UNAUTHORIZED=0` to bypass TLS certificate validation for self-signed certificates reduces security and is only recommended for development environments.
- ⚠️Can be configured for read-only mode via `MCP_READ_ONLY=true` environment variable, otherwise all modification tools are available.
Verified SafeView Analysis
1xn-vmcp
by 1xn-labs
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.
Setup Requirements
- ⚠️Requires Python 3.10-3.13 and 'uv' for installation and dependency management.
- ⚠️Executing custom Python tools involves running user-provided code in a sandboxed environment, which carries inherent security risks if the code's origin is untrusted.
- ⚠️The sandbox implementation for Python tools (using `prctl`) may be specific to Linux environments, potentially affecting security posture or functionality on other operating systems.
Review RequiredView Analysis
AgentBoard
by igrigorik
Enhances web browsing with AI-driven automation, allowing LLMs to interact with web pages, extract content, and execute custom tools.
Enhances web browsing with AI-driven automation, allowing LLMs to interact with web pages, extract content, and execute custom tools.
Setup Requirements
- ⚠️Requires API keys for OpenAI, Anthropic, or Google (paid services), configured within the extension's settings.
- ⚠️Requires a Chromium-based browser (Chrome, Edge, Brave, etc.) to run as an extension.
- ⚠️Optional: Requires external MCP (Model Context Protocol) servers to be running and accessible for remote tools.
Verified SafeView Analysis
mcp-servers
by cursor
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
Setup Requirements
- ⚠️Requires Node.js/npm for 'npx' commands or Docker for 'docker run' commands, depending on the specific MCP server chosen. Some may implicitly require Python for 'uvx' commands.
- ⚠️Many servers necessitate API keys, personal access tokens, or other credentials (e.g., GITHUB_PERSONAL_ACCESS_TOKEN, STRIPE_SECRET_KEY) to be configured as environment variables or directly within their respective server.json config headers.
- ⚠️Some servers require specific user-provided instance URLs or organization names (e.g., GitLab, Azure DevOps, Pipedream) as part of their run command or URL configuration.
Verified SafeView Analysis
prometheus-mcp-server
by pab1it0
Enables AI assistants to query and analyze Prometheus metrics through a Model Context Protocol (MCP) server.
Enables AI assistants to query and analyze Prometheus metrics through a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires an accessible Prometheus server.
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, VS Code, Cursor).
- ⚠️Relies heavily on Docker for straightforward deployment.
- ⚠️Requires Python 3.10 or higher for local development/execution.
Verified SafeView Analysis
mcp-server-azure-devops
by Tiberriver256
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
This server provides an AI agent with tools to interact with Azure DevOps services, including searching code, wikis, and work items, managing pull requests, retrieving project details, and handling pipeline operations.
Setup Requirements
- ⚠️Requires an Azure DevOps organization and project with appropriate permissions for read/write operations (e.g., creating pull requests, updating work items, accessing repositories).
- ⚠️Authentication is configured via environment variables (e.g., AZURE_DEVOPS_PAT for Personal Access Token, or Azure CLI login / Managed Identity / Service Principal for Azure Identity methods).
- ⚠️Some search features (e.g., Code Search) require the respective Azure DevOps extensions to be installed in the target organization.
Verified SafeView Analysis
penpot-mcp
by penpot
The Penpot MCP server integrates LLMs with the Penpot Plugin API to enable AI agents to perform data queries, transformations, and creations within Penpot design files.
The Penpot MCP server integrates LLMs with the Penpot Plugin API to enable AI agents to perform data queries, transformations, and creations within Penpot design files.
Setup Requirements
- ⚠️Requires Node.js v22+.
- ⚠️Manual steps in Penpot UI are needed to load the plugin and connect to the MCP server.
- ⚠️Chromium-based browsers may require explicit permission for Private Network Access (PNA) to localhost, or disabling security features (e.g., Brave Shields).