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-Dandan
by 82ch
Integrated monitoring service for MCP (Model Context Protocol) communications that detects and blocks security threats in real time, featuring an Electron-based desktop UI for management.
Integrated monitoring service for MCP (Model Context Protocol) communications that detects and blocks security threats in real time, featuring an Electron-based desktop UI for management.
Setup Requirements
- ⚠️Requires Python 3.8+
- ⚠️Requires Electron 35+
- ⚠️MISTRAL_API_KEY is required to enable the LLM-based Tools Poisoning Engine (Mistral is a paid API, but the engine uses a semaphore to limit concurrent calls).
- ⚠️On macOS, `mcp_python_install_certificates.py` might require `sudo` to install SSL certificates.
Verified SafeView Analysis
arcade-mcp
by ArcadeAI
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires `uv` installed for development and testing.
- ⚠️External API keys and OAuth2 authentication are required for specific toolkits (e.g., BrightData, LinkedIn, Zendesk, MongoDB, ClickHouse, PostgreSQL).
- ⚠️Local testing of database toolkits may require Docker for running database instances and `mongosh` for MongoDB setup.
Verified SafeView Analysis
mcp-server-neon
by neondatabase
The Neon MCP Server allows users to interact with and manage their Neon Postgres databases using natural language commands, acting as a bridge between AI agents/LLMs and the Neon API and database operations.
The Neon MCP Server allows users to interact with and manage their Neon Postgres databases using natural language commands, acting as a bridge between AI agents/LLMs and the Neon API and database operations.
Setup Requirements
- ⚠️Requires ANTHROPIC_API_KEY for the client CLI to function (paid API).
- ⚠️Requires a Neon API key or a full OAuth setup (including Postgres and Redis for token/session storage) for the server.
- ⚠️Node.js >= v18.0.0 is required.
- ⚠️Direct SQL execution capabilities through LLM interaction can lead to accidental or unauthorized changes; human review of generated SQL is critical.
Review RequiredView Analysis
sonarqube-mcp-server
by SonarSource
The SonarQube MCP Server enables seamless integration with SonarQube Server or Cloud for code quality and security, supporting analysis of code snippets and acting as a backend for AI coding agents.
The SonarQube MCP Server enables seamless integration with SonarQube Server or Cloud for code quality and security, supporting analysis of code snippets and acting as a backend for AI coding agents.
Setup Requirements
- ⚠️Requires `STORAGE_PATH` and `SONARQUBE_TOKEN` environment variables to be set. If connecting to SonarQube Cloud (default), `SONARQUBE_ORG` is also mandatory.
- ⚠️The simplest setup method involves using Docker or another OCI-compatible container runtime.
- ⚠️Some advanced tools (e.g., `search_dependency_risks`) have minimum SonarQube Server version requirements (e.g., 2025.4 Enterprise) or depend on specific SonarQube Cloud features (e.g., Advanced Security).
- ⚠️Initial startup involves a background download of SonarLint analyzers, which may cause a temporary delay in the availability of code analysis tools.
Verified SafeView Analysis
awesome-mcp-devtools
by punkpeye
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
Verified SafeView Analysis
mcp-redis
by redis
Provides a natural language interface for AI agents to manage, search, and interact with structured and unstructured data in a Redis database.
Provides a natural language interface for AI agents to manage, search, and interact with structured and unstructured data in a Redis database.
Setup Requirements
- ⚠️Requires a running Redis server instance accessible from the deployment environment.
- ⚠️Requires Python 3.14+ for full compatibility (as indicated by badges, although Pyproject specifies >=3.10).
- ⚠️The recommended installation and running methods (`uv` or `uvx`) are required, which are modern Python package and environment managers.
- ⚠️EntraID authentication for Azure Managed Redis requires specific environment variables to be configured, and depends on the `redis-entraid` package.
Verified SafeView Analysis
mcp-run-python
by pydantic
MCP server to securely run untrusted Python code in a sandboxed WebAssembly environment, typically as a tool for AI agents.
MCP server to securely run untrusted Python code in a sandboxed WebAssembly environment, typically as a tool for AI agents.
Setup Requirements
- ⚠️Requires Deno to be installed on the host machine.
- ⚠️Requires Python 3.10 or higher for the `mcp-run-python` host package.
- ⚠️Initial setup (loading Pyodide, installing dependencies) can incur a noticeable startup cost and network bandwidth.
Verified SafeView Analysis
mcp-server
by mapbox
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
Enables AI agents and applications with Mapbox's geospatial intelligence, including geocoding, routing, POI search, and map visualization.
Setup Requirements
- ⚠️Requires a Mapbox Access Token (MAPBOX_ACCESS_TOKEN environment variable) for API access, which might incur paid usage depending on the Mapbox plan.
- ⚠️Requires Node.js 22+ LTS runtime.
- ⚠️For interactive UI embeds (MCP-UI), it requires a compatible client (e.g., Goose); clients like Claude Desktop or VS Code only display static images.
Verified SafeView Analysis
awesome-mcp-servers
by wong2
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
A comprehensive directory for discovering various Model Context Protocol (MCP) servers, clients, and frameworks across different domains, facilitating integration with AI assistants.
Verified SafeView Analysis
evm-mcp-server
by mcpdotdirect
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
Setup Requirements
- ⚠️Requires EVM_PRIVATE_KEY or EVM_MNEMONIC environment variable for write operations (token transfers, contract writes, message signing).
- ⚠️Requires ETHERSCAN_API_KEY environment variable for automatic ABI fetching from block explorers.
- ⚠️Requires Bun 1.0.0+ or Node.js 20.0.0+.
Verified SafeView Analysis
penpot-mcp
by penpot
The Penpot MCP server enables LLMs to perform data queries, transformation, and creation operations on Penpot design files by allowing LLMs to execute JavaScript code via a Penpot plugin.
The Penpot MCP server enables LLMs to perform data queries, transformation, and creation operations on Penpot design files by allowing LLMs to execute JavaScript code via a Penpot plugin.
Setup Requirements
- ⚠️Requires Node.js v22 for server and plugin.
- ⚠️Chromium-based browsers (v142+) may require explicit approval for Private Network Access (PNA) to connect to the local plugin server.
- ⚠️Multi-user mode is under development and uses a hardcoded 'dummyToken', lacking proper authentication.
- ⚠️Python scripts (for API docs generation) use `pixi` for environment management, requiring its installation for development tasks.
Review RequiredView Analysis
mcp-audit
by apisec-inc
Security audit and governance for AI agent configurations (MCPs) in development environments and GitHub repositories.
Security audit and governance for AI agent configurations (MCPs) in development environments and GitHub repositories.
Setup Requirements
- ⚠️Backend deployment requires a Vercel account, Google Workspace email (@apisec.ai), and a Gmail App Password.
- ⚠️Web app GitHub scanning requires a Personal Access Token with 'repo' and 'read:org' permissions.
- ⚠️CLI tool requires Python 3.9+.