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)
chrome-devtools-mcp
by BACH-AI-Tools
Enables AI coding agents to control and inspect a live Chrome browser for automation, debugging, and performance analysis.
Enables AI coding agents to control and inspect a live Chrome browser for automation, debugging, and performance analysis.
Setup Requirements
- ⚠️Requires Node.js v20.19 or newer LTS, and a current stable Chrome browser or newer.
- ⚠️Operating system sandboxes (e.g., macOS Seatbelt, Linux containers) may prevent the server from launching Chrome; requires disabling sandboxing or connecting to a manually started Chrome instance.
- ⚠️Connecting to a running Chrome instance requires specific Chrome launch flags (--remote-debugging-port, --user-data-dir) and manual setup.
Review RequiredView Analysis
Applovin-Max-MCP-Server
by FurkanEmiroglu
Provides LLM clients like Claude with access to AppLovin Max advertising platform analytics and reporting capabilities for mobile ad revenue data.
Provides LLM clients like Claude with access to AppLovin Max advertising platform analytics and reporting capabilities for mobile ad revenue data.
Setup Requirements
- ⚠️Requires Go 1.25.4 or later
- ⚠️Requires an AppLovin Max account with API access
- ⚠️Requires setting APPLOVIN_API_KEY environment variable, which is then transmitted in API query parameters
Review RequiredView Analysis
meme
by o98k-ok
A high-performance emoji search service that aggregates results from multiple sources and provides them to AI clients (e.g., Claude Desktop, Cursor) via the Model Context Protocol (MCP).
A high-performance emoji search service that aggregates results from multiple sources and provides them to AI clients (e.g., Claude Desktop, Cursor) via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires users to set up their own image proxy service and configure `IMAGE_PROXY_URL` for sources that have anti-hotlinking measures (e.g., Qudoutu, Doutub).
- ⚠️Requires manual extraction and configuration of `DOUYIN_COOKIE` from a browser for searching Douyin memes.
Review RequiredView Analysis
spec-context-mcp
by madebymlai
Unified MCP server combining semantic code search with spec-driven development workflow, providing a dashboard for managing specs, approvals, and implementation logs, and supporting AI-assisted features.
Unified MCP server combining semantic code search with spec-driven development workflow, providing a dashboard for managing specs, approvals, and implementation logs, and supporting AI-assisted features.
Setup Requirements
- ⚠️Requires OPENROUTER_API_KEY for LLM integrations (paid service).
- ⚠️Requires a running Qdrant vector database instance (e.g., via Docker: `docker run -p 6333:6333 qdrant/qdrant`).
- ⚠️Requires Node.js runtime environment.
Verified SafeView Analysis
braiins-insights-mcp-server
by Ryno-Crypto-Mining-Services
A Model Context Protocol (MCP) server exposing Braiins Insights Dashboard API for Bitcoin network analytics, mining statistics, and profitability metrics to AI coding assistants.
A Model Context Protocol (MCP) server exposing Braiins Insights Dashboard API for Bitcoin network analytics, mining statistics, and profitability metrics to AI coding assistants.
Setup Requirements
- ⚠️Node.js 18+ and TypeScript 5.0+ are required.
- ⚠️Manual configuration of an MCP client (e.g., Claude Desktop, Cursor IDE) is necessary to use the server.
- ⚠️Client-side rate limiting may issue 'Network Error' responses if the tool is called too frequently (30 req/min, 5 req/sec burst), even if the upstream API doesn't explicitly rate limit.
Verified SafeView Analysis
app
by Cronos402
Main web application and payment gateway for Cronos Model Context Protocol (MCP) services, enabling server registration, wallet authentication, payment processing, and usage analytics.
Main web application and payment gateway for Cronos Model Context Protocol (MCP) services, enabling server registration, wallet authentication, payment processing, and usage analytics.
Setup Requirements
- ⚠️Requires a PostgreSQL database.
- ⚠️Depends on several other Cronos402 microservices (Auth, MCP2, MCP Data, API2, Facilitator) running on specific ports, implying a complex distributed setup.
- ⚠️The `NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID` environment variable is critical for production wallet connectivity and defaults to a 'demo-project-id'.
Review RequiredView Analysis
error-logger-mcp
by zetaphoenix888-byte
An MCP server for logging errors/solutions and managing behavioral rules for Claude Code development, enabling knowledge sharing and best practice enforcement across development environments.
An MCP server for logging errors/solutions and managing behavioral rules for Claude Code development, enabling knowledge sharing and best practice enforcement across development environments.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0.
- ⚠️TypeScript compilation (`npm run build`) is mandatory before running the server directly (e.g., use `npm run start:safe` or `npm run server:safe`).
- ⚠️For remote (LAN) access, ensure `ERROR_LOGGER_PIN` is set in the `.env` file or environment variables if `ERROR_LOGGER_REQUIRE_AUTH=true` is desired, as a missing PIN will disable authentication.
Verified SafeView Analysis
concurrent-agent-mcp
by hegner123
Coordinates multiple AI agents for parallel development tasks by managing atomic step claiming, dependency tracking, and crash recovery using a SQLite database.
Coordinates multiple AI agents for parallel development tasks by managing atomic step claiming, dependency tracking, and crash recovery using a SQLite database.
Setup Requirements
- ⚠️Requires Go 1.21+ to build and run.
- ⚠️Requires SQLite 3.35+ for WAL mode functionality.
- ⚠️Database is a local SQLite file, not suitable for multi-machine distributed coordination without external solutions.
Verified SafeView Analysis
memento-cloudflare
by hockinghills
A Cloudflare Worker acting as a Model Context Protocol (MCP) server, exposing a Neo4j knowledge graph through hybrid semantic and keyword search capabilities, powered by VoyageAI embeddings.
A Cloudflare Worker acting as a Model Context Protocol (MCP) server, exposing a Neo4j knowledge graph through hybrid semantic and keyword search capabilities, powered by VoyageAI embeddings.
Setup Requirements
- ⚠️Requires a Neo4j database instance (e.g., Neo4j Aura) with its HTTP Query API enabled.
- ⚠️Requires a VoyageAI API Key, which is for a paid embedding service.
- ⚠️Requires deployment to Cloudflare Workers and a configured Cloudflare KV Namespace for OAuth (if expanded beyond current static metadata endpoint).
Verified SafeView Analysis
SignalZeroMCP
by klietus
The server provides a Meta-Controller Protocol (MCP) interface for a SignalZero shared symbolic store, wrapping an AWS-based symbol store API.
The server provides a Meta-Controller Protocol (MCP) interface for a SignalZero shared symbolic store, wrapping an AWS-based symbol store API.
Setup Requirements
- ⚠️Requires an AWS account and proper deployment of the SignalZero backend API (via CloudFormation or existing infrastructure) if not using the default public endpoint.
- ⚠️Requires an API Key for the backend SignalZero API to be set as the `SYMBOL_STORE_API_KEY` environment variable.
- ⚠️Python dependencies must be installed via `pip install -r requirements.txt`.
Verified SafeView Analysis
FileMcpServer
by MatrixRonny
A server application potentially involved in file management or resource control, based on its name.
A server application potentially involved in file management or resource control, based on its name.
Review RequiredView Analysis
My-Agent-Airbnb-s-MCP-Server-Google-ADK-
by jayakumarpujar
This server is designed to integrate an AI agent built with Google's ADK and Gemini 2.0 Flash with external data services via the Airbnb Model Context Protocol (MCP) to enable autonomous LLM interactions.
This server is designed to integrate an AI agent built with Google's ADK and Gemini 2.0 Flash with external data services via the Airbnb Model Context Protocol (MCP) to enable autonomous LLM interactions.
Setup Requirements
- ⚠️Requires Google Agent Development Kit (ADK) knowledge and setup.
- ⚠️Requires Google Cloud API access for Gemini 2.0 Flash (paid service).
- ⚠️Configuration and integration with various external data services will be necessary.