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-Factory
by Czajnikuss
Automated generation and packaging of website-specific interaction servers (MCP Servers) by sampling, compiling, verifying, and packaging website configurations.
Automated generation and packaging of website-specific interaction servers (MCP Servers) by sampling, compiling, verifying, and packaging website configurations.
Setup Requirements
- ⚠️Requires Docker and Docker Compose to run the services.
- ⚠️Requires Python 3.9+ for local development (Docker images handle this).
- ⚠️Requires 2GB of shared memory (SHM) for the browser-service container (configured in compose.yml).
- ⚠️The browser-service needs outbound internet access to sample target URLs.
Verified SafeView Analysis
msp
by andreynamaste
Manages WordPress posts (create, update, retrieve, delete) via the Model Context Protocol (MCP) for integration with AI assistants like ChatGPT.
Manages WordPress posts (create, update, retrieve, delete) via the Model Context Protocol (MCP) for integration with AI assistants like ChatGPT.
Setup Requirements
- ⚠️Requires manual removal of hardcoded WordPress credentials in `mcp_sse_server.py` before deployment.
- ⚠️Services are configured to run with `root` privileges, which should be downgraded to a less privileged user for security.
- ⚠️Relies on `python3` which may implicitly require version 3.12+ for the broader project ecosystem.
Review RequiredView Analysis
MCP_SERVER_STR
by circling-booster
This server acts as a Multi-Agent Communication Protocol (MCP) tool provider, offering weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
This server acts as a Multi-Agent Communication Protocol (MCP) tool provider, offering weather alerts and forecasts by integrating with the National Weather Service (NWS) API.
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️Relies on the National Weather Service (NWS) API for data (api.weather.gov).
- ⚠️Configuration relies on a combination of environment variables (.env file) and a `config.json` file; users need to understand the precedence and ensure these files are correctly set up or rely on defaults.
Verified SafeView Analysis
MCPManager
by Positronikal
A cross-platform desktop application for discovering, monitoring, and controlling Model Context Protocol (MCP) servers.
A cross-platform desktop application for discovering, monitoring, and controlling Model Context Protocol (MCP) servers.
Setup Requirements
- ⚠️Requires Go 1.21+ to build and run.
- ⚠️Requires Node.js 16+ and npm for frontend development and build.
- ⚠️Requires Wails v2 CLI (`go install github.com/wailsapp/wails/v2/cmd/wails@latest`).
- ⚠️Linux requires `webkit2gtk` package (`libwebkit2gtk-4.0-dev`).
- ⚠️macOS requires Xcode Command Line Tools for building.
- ⚠️Windows requires MSYS2/MinGW-w64 for CGO build support.
Verified SafeView Analysis
plan-loop
by joseph0926
Enables an asynchronous plan review loop between Claude-Code (planner) and Codex (reviewer) by sharing session state on disk.
Enables an asynchronous plan review loop between Claude-Code (planner) and Codex (reviewer) by sharing session state on disk.
Setup Requirements
- ⚠️Requires Node.js 24.0.0 or higher.
- ⚠️Requires configuration in `.mcp.json` (project) or `~/.claude.json` (user) for Claude-Code, and `~/.codex/config.toml` for Codex, or use the automated `setup` command to configure the MCP clients.
Verified SafeView Analysis
mcp-gitlab-mcp-server90
by bioanywhere
Dockerized deployment and orchestration for a custom MCP server application.
Dockerized deployment and orchestration for a custom MCP server application.
Setup Requirements
- ⚠️Docker Desktop or engine required for local development and deployment.
- ⚠️Requires explicit configuration of environment variables in a .env file or docker-compose.yml for the underlying application (specific variable names not provided in snippets).
- ⚠️GCP Credentials and Project ID are required for the CI/CD workflow to Google Artifact Registry.
Verified SafeView Analysis
eth_trading_mcp
by sbtobb
Provides an Ethereum Trading MCP server that offers tools for querying ETH/ERC20 balances, fetching token prices via Uniswap V2/V3, and simulating Uniswap V2/V3 token swaps.
Provides an Ethereum Trading MCP server that offers tools for querying ETH/ERC20 balances, fetching token prices via Uniswap V2/V3, and simulating Uniswap V2/V3 token swaps.
Setup Requirements
- ⚠️Requires Rust toolchain (version 1.80+) to build and run.
- ⚠️Requires network access to an Ethereum RPC endpoint, specified via the `ETH_RPC_URL` environment variable, for any live data interaction.
- ⚠️For accurate swap simulations and gas estimates, the `CALLER_ADDRESS` (used as `msg.sender` in `eth_call`) must have sufficient simulated allowances and balances; otherwise, simulations may fail or lack gas estimates.
Verified SafeView Analysis
mcp-server-skills
by tomoharu-hayashi
Provides a persistent, searchable, and version-controlled knowledge base for AI agents to learn from and refer to, simulating human learning processes.
Provides a persistent, searchable, and version-controlled knowledge base for AI agents to learn from and refer to, simulating human learning processes.
Setup Requirements
- ⚠️Requires Python 3.13, which is a very recent version and might not be readily available.
- ⚠️The configured knowledge directory (`MCP_BRAIN_DIR`) must be an initialized Git repository with a remote ('origin') for version control and synchronization to function.
- ⚠️Interactive UI features (confirmation dialogs, text editor launch, sound effects) are macOS-specific and rely on `osascript`, `afplay`, and `code` (VS Code CLI). Functionality may be limited or unavailable on other operating systems.
Verified SafeView Analysis
partsbox_mcp
by nickweedon
Manages electronic component inventory within the PartsBox system for AI assistants.
Manages electronic component inventory within the PartsBox system for AI assistants.
Setup Requirements
- ⚠️Requires a PartsBox API Key, which provides full access to your PartsBox database.
- ⚠️Requires Python 3.10+ and the `uv` package manager.
- ⚠️Deployment often requires Docker for containerization and shared blob storage.
- ⚠️JMESPath queries for filtering require careful use of double quotes for field identifiers (e.g., `"part/name"`) and backticks for literal values (e.g., `` `[]` ``), especially with `nvl()` for null safety.
Verified SafeView Analysis
ai-tool-bridge
by keevaspeyer10x
Enables AI platforms to discover and invoke CLI tools and HTTP APIs using natural language commands, acting as a bridge between AI assistants and local tooling.
Enables AI platforms to discover and invoke CLI tools and HTTP APIs using natural language commands, acting as a bridge between AI assistants and local tooling.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️For Claude Code integration, requires specific configuration in `~/.claude/mcp.json`.
- ⚠️`typer` and `mcp` are optional dependencies, requiring installation with `pip install ai-tool-bridge[typer]` or `pip install ai-tool-bridge[mcp]` for full functionality (especially `mcp` for the MCP server).
Verified SafeView Analysis
serial-mcp-server
by david-t-martel
Provides a robust, panic-free Machine Control Protocol (MCP) server for serial port communication, enabling LLM/autonomous agent integration with session analytics and real-time streaming.
Provides a robust, panic-free Machine Control Protocol (MCP) server for serial port communication, enabling LLM/autonomous agent integration with session analytics and real-time streaming.
Setup Requirements
- ⚠️Cross-compilation requires Docker to be running.
- ⚠️Serial port access requires appropriate OS permissions (e.g., user in 'dialout' group on Linux, Visual Studio Build Tools with C++ workload on Windows).
- ⚠️Hardware tests require a real serial port (and optionally a loopback connection) configured via the `TEST_PORT` environment variable.
Verified SafeView Analysis
bitrix24-mcp-server1
by ArtemFilin1990
This server provides a Model Context Protocol (MCP) interface for Bitrix24 CRM, enabling AI agents to seamlessly interact with Bitrix24 for complete CRM management, including contacts, deals, leads, companies, and tasks, along with advanced search and diagnostics.
This server provides a Model Context Protocol (MCP) interface for Bitrix24 CRM, enabling AI agents to seamlessly interact with Bitrix24 for complete CRM management, including contacts, deals, leads, companies, and tasks, along with advanced search and diagnostics.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️Requires a Bitrix24 incoming webhook URL (BITRIX24_WEBHOOK_URL) which must be configured as an environment variable.
- ⚠️The Bitrix24 webhook needs specific permissions (CRM, Tasks, User) to function correctly, which requires manual setup in Bitrix24.
- ⚠️For large datasets (e.g., 1000+ leads), retrieval of 'latest' items involves client-side pagination and sorting, leading to potential latencies of 10-15 seconds per call due to Bitrix24 API rate limiting.