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(7756)
adbfriend
by mikepenz
Manages Android devices via ADB, with an MCP server to integrate ADB functionalities into AI tools.
Manages Android devices via ADB, with an MCP server to integrate ADB functionalities into AI tools.
Setup Requirements
- ⚠️Requires ADB server to be running or `ANDROID_HOME` environment variable to be configured correctly for ADB to be found.
- ⚠️File system operations are restricted to default allowed paths (`/sdcard/Download/` on device, `~/adbfriend` on host) unless configured otherwise via environment variables.
- ⚠️The `check-adb-speed` tool is only supported on MacOS X.
Verified SafeView Analysis
turn-based-game-mcp
by github-samples
To demonstrate the Model Context Protocol (MCP) by providing an AI opponent for turn-based games like Tic-Tac-Toe and Rock Paper Scissors.
To demonstrate the Model Context Protocol (MCP) by providing an AI opponent for turn-based games like Tic-Tac-Toe and Rock Paper Scissors.
Setup Requirements
- ⚠️Requires building the 'shared' package before any other packages due to inter-dependencies.
- ⚠️Requires an MCP-compatible client (e.g., VS Code Copilot, Claude) to interact with the AI server as intended.
Verified SafeView Analysis
mcp-server
by HuaweiCloudDeveloper
Enables AI assistants to manage Huawei Cloud resources via a Model Context Protocol server for conversational AI workflows.
Enables AI assistants to manage Huawei Cloud resources via a Model Context Protocol server for conversational AI workflows.
Setup Requirements
- ⚠️Requires Huawei Cloud Access Key (AK) and Secret Key (SK) configured as environment variables (HUAWEI_ACCESS_KEY, HUAWEI_SECRET_KEY).
- ⚠️Requires Python 3.10+ installed on the system.
- ⚠️Each Huawei Cloud service (e.g., ECS, VPC) corresponds to a distinct MCP server that needs to be run individually or specifically targeted.
Verified SafeView Analysis
magento-graphql-docs-mcp
by florinel-chis
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.
Setup Requirements
- ⚠️Requires local cloning of the AdobeDocs/commerce-webapi repository for documentation source.
- ⚠️Python 3.10 or higher is required.
- ⚠️The documentation path (`MAGENTO_GRAPHQL_DOCS_PATH`) must be explicitly configured via environment variable, symlink, or by cloning the documentation repo as a sibling directory.
Verified SafeView Analysis
devduck
by cagataycali
This project serves as a GitHub Action or an agent-based system designed for automating development workflows, potentially integrating with AWS using OIDC for authentication.
This project serves as a GitHub Action or an agent-based system designed for automating development workflows, potentially integrating with AWS using OIDC for authentication.
Setup Requirements
- ⚠️Requires Python environment setup and dependencies from `requirements.txt`.
- ⚠️Requires an AWS account with OIDC configured for authentication.
- ⚠️Designed to run within a GitHub Actions environment if used as an action.
Review RequiredView Analysis
Rootly-MCP-server
by Rootly-AI-Labs
Integrate Rootly incident management API capabilities with AI agents and MCP-compatible editors to streamline incident resolution.
Integrate Rootly incident management API capabilities with AI agents and MCP-compatible editors to streamline incident resolution.
Setup Requirements
- ⚠️Requires Python 3.12 or higher.
- ⚠️Requires `uv` package manager for dependency management and execution (`uv sync --dev` and `uv run pytest`).
- ⚠️Requires a `ROOTLY_API_TOKEN` environment variable; a Global API Key is recommended for full functionality.
Verified SafeView Analysis
spec-oxide
by marconae
Enables spec-driven development for AI-assisted coding, optimized for Claude Code, using a built-in MCP server for structured interaction.
Enables spec-driven development for AI-assisted coding, optimized for Claude Code, using a built-in MCP server for structured interaction.
Setup Requirements
- ⚠️Requires Claude Code for the AI-assisted workflow (client-side dependency for AI interaction).
- ⚠️Requires Serena MCP for semantic code operations (requires `uv` and potentially a separate `uvx` install).
- ⚠️Requires Context7 MCP for documentation lookups.
- ⚠️Requires `jq` to be installed for the `setup.sh` script to function correctly.
- ⚠️Windows users must run the `setup.sh` script in WSL (Windows Subsystem for Linux).
Verified SafeView Analysis
wdk-mcp
by dieselftw
A local-first server providing seed and wallet management, balance reads, and transaction sending for cryptocurrency development, optionally exposed via ngrok for remote LLMs.
A local-first server providing seed and wallet management, balance reads, and transaction sending for cryptocurrency development, optionally exposed via ngrok for remote LLMs.
Setup Requirements
- ⚠️Requires the Bun runtime environment.
- ⚠️Sensitive wallet data (including seed phrases) and API keys are stored unencrypted in a local JSON file (`wdk-data.json`), posing a significant security risk for actual asset management.
- ⚠️The codebase explicitly uses `wdk-wallet-solana`, indicating a focus on Solana chain operations, despite the README's statement 'EVM/ETH-focused flows only', which may be a point of confusion or a future development intent.
Review RequiredView Analysis
mcp-panther
by panther-labs
Panther's Model Context Protocol (MCP) server enables developers to write and tune security detections from their IDE, interactively query security logs using natural language, and triage, comment, and resolve alerts within the Panther platform.
Panther's Model Context Protocol (MCP) server enables developers to write and tune security detections from their IDE, interactively query security logs using natural language, and triage, comment, and resolve alerts within the Panther platform.
Setup Requirements
- ⚠️Requires PANTHER_API_TOKEN (Panther Labs API Key) with appropriate permissions, which is typically part of a paid Panther Labs subscription.
- ⚠️Requires PANTHER_INSTANCE_URL (the URL of your Panther instance).
- ⚠️Python 3.12+ is required for local development and UVX installation methods.
- ⚠️Specific API permissions are needed for each tool to function; least-privilege tokens are highly recommended by the project's security policy.
Verified SafeView Analysis
xc-mcp
by conorluddy
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
Setup Requirements
- ⚠️Requires Node.js (18+ recommended) and npm/npx installed.
- ⚠️Requires Xcode Command Line Tools to be installed and configured (`xcode-select --install`).
- ⚠️Requires `idb` (Facebook IDB) and its `idb_companion` service to be installed and running (e.g., `brew install idb-companion`).
- ⚠️Requires `sips` (macOS default image processing tool) for screenshot optimization.
Verified SafeView Analysis
openstudio-mcp-server
by roruizf
Enables AI assistants to interact with OpenStudio building energy models for analysis, inspection, and manipulation.
Enables AI assistants to interact with OpenStudio building energy models for analysis, inspection, and manipulation.
Setup Requirements
- ⚠️Requires Docker Desktop for host machine integration and OpenStudio SDK dependencies.
- ⚠️Crucial Docker volume mounts (`-v C:\:/mnt/c` and `-v C:\PATH\TO\YOUR\openstudio-mcp-server:/workspace`) must be correctly configured for file access on Windows.
- ⚠️Requires specific Claude Desktop configuration JSON to integrate the MCP server, including the correct Docker command arguments.
Verified SafeView Analysis
mcp
by infobip
Build and integrate conversational AI agents with Infobip's omnichannel communication platform (e.g., SMS, WhatsApp) using the Model Context Protocol (MCP).
Build and integrate conversational AI agents with Infobip's omnichannel communication platform (e.g., SMS, WhatsApp) using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires an Infobip account with an API key (potentially paid services).
- ⚠️Requires an Azure OpenAI account (for C#, Python/JS Semantic Kernel/OpenAI Agents demos) or an AWS account with Bedrock access (for Java Spring AI/Python LangGraph demos), implying paid services.
- ⚠️Specific API scopes ('sms:manage') must be assigned to your Infobip API key for full functionality.
- ⚠️Requires .NET 9.0 SDK for the C# example, or Python 3.12+ (with `uv` for environment management) for Python examples, or Node.js with npm for the Javascript example.