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(9120)
blink
by GitHubNexon
An AI-powered agentic command-based assistant that can read, create, and modify code files using Replicate's Claude models.
An AI-powered agentic command-based assistant that can read, create, and modify code files using Replicate's Claude models.
Setup Requirements
- ⚠️Requires a Replicate API token (free tier available, but requires signup).
- ⚠️Requires Python 3.8+.
- ⚠️Requires an active internet connection for API calls.
Verified SafeView Analysis
codex_mcp_server_ebka
by gustavorobertux
Integrates the Ebka Caido plugin's functionalities with Codex CLI sessions, allowing Large Language Models (LLMs) to interact with and automate security testing tasks within Caido.
Integrates the Ebka Caido plugin's functionalities with Codex CLI sessions, allowing Large Language Models (LLMs) to interact with and automate security testing tasks within Caido.
Setup Requirements
- ⚠️Requires Node.js 16+ to be installed.
- ⚠️Requires a running Caido instance with the Ebka plugin installed and network accessible.
- ⚠️Manual configuration of the absolute path to the compiled server script in Codex's `config.toml`.
- ⚠️Manual copying of `auth_token` and `api_endpoint` from the Ebka plugin in Caido into the Codex session.
Verified SafeView Analysis
Vision-MCP-Manager
by Sharper-Flow
Manages local or remote MCP (Model Context Protocol) servers and exposes them as HTTP endpoints for AI agents, replacing complex multi-layer setups.
Manages local or remote MCP (Model Context Protocol) servers and exposes them as HTTP endpoints for AI agents, replacing complex multi-layer setups.
Setup Requirements
- ⚠️Requires Go 1.24+ for building from source (pre-built binaries available).
- ⚠️Managed MCP servers must be installed separately via `npx`, `uvx`, or direct binaries.
- ⚠️Many MCP servers require API keys (e.g., CONTEXT7_API_KEY, KAGI_API_KEY) configured as environment variables.
Verified SafeView Analysis
asa-starter-kit
by vibecodiq
A deterministic Python CLI for generating and managing production-ready, slice-based FastAPI backend code, ensuring architectural standards and preserving custom logic during regeneration.
A deterministic Python CLI for generating and managing production-ready, slice-based FastAPI backend code, ensuring architectural standards and preserving custom logic during regeneration.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Optional `devbox` environment setup (otherwise requires manual virtual environment and `pip` management).
Verified SafeView Analysis
galaxy-brain
by For-Sunny
This MCP server enables AI agents to perform a complete cognitive loop by combining structured sequential thinking with chained sequential execution of operations.
This MCP server enables AI agents to perform a complete cognitive loop by combining structured sequential thinking with chained sequential execution of operations.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️Relies on modifying the `claude_desktop_config.json` file for integration with Claude Desktop (handled by install script, but manual setup requires awareness)
- ⚠️Execution of certain 'doing' operations (e.g., `shell.run`, `python.execute`) can have security implications if input is not carefully controlled.
Review RequiredView Analysis
fortune-compass-agent
by AI-Hub-Admin
An AI-powered divination agent that provides Tarot, I Ching, and Guangong Oracle readings via an LLM-callable tool.
An AI-powered divination agent that provides Tarot, I Ching, and Guangong Oracle readings via an LLM-callable tool.
Setup Requirements
- ⚠️Requires `pnpm` for package management.
- ⚠️The full agent experience requires running two separate processes: the main MCP server (`pnpm start`) and a static file server for assets (`pnpm run serve`). The `serve` CLI tool is used for static files and is not listed as a direct dependency, potentially requiring a global installation (e.g., `pnpm install -g serve`).
- ⚠️Assumes the LLM client environment supports rendering MCP widgets and resolving relative image URLs against the static asset server (default `http://localhost:4444`).
Verified SafeView Analysis
unifi-mcp-server
by CamoRageaholic1
Enables AI assistants (e.g., Claude) to manage and monitor UniFi network infrastructure through natural language commands via the Model Context Protocol (MCP).
Enables AI assistants (e.g., Claude) to manage and monitor UniFi network infrastructure through natural language commands via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Node.js 18+ (20 LTS recommended).
- ⚠️Requires an active UniFi Network Controller with network access and admin credentials.
- ⚠️Potential SSL certificate issues with the UniFi controller might necessitate setting UNIFI_VERIFY_SSL=false (with associated security implications, though documented).
Verified SafeView Analysis
mcp-langchain
by SyedAanif
This project demonstrates using LangChain to orchestrate interactions with local micro-agents providing math and weather services.
This project demonstrates using LangChain to orchestrate interactions with local micro-agents providing math and weather services.
Setup Requirements
- ⚠️Requires an external LLM API Key (e.g., OpenAI, Anthropic) configured via environment variables for LangChain agent operations.
- ⚠️Requires `math_server.py` and `weather_server.py` to be running concurrently in separate processes before starting the main agent (`main.py`).
Verified SafeView Analysis
vibe
by mondaycom
Provides intelligent assistance for developers working with Monday.com's Vibe Design System components by offering component APIs, usage examples, icon discovery, and best practice guidance.
Provides intelligent assistance for developers working with Monday.com's Vibe Design System components by offering component APIs, usage examples, icon discovery, and best practice guidance.
Setup Requirements
- ⚠️Requires Node.js environment (TypeScript)
- ⚠️Designed for integration with AI development tools/IDEs via standard I/O (StdioServerTransport)
- ⚠️Relies on 'curl' being available in the execution environment
Review RequiredView Analysis
openstax-mcp-server
by pythpythpython
An AI-powered Model Context Protocol (MCP) server that connects LLMs to OpenStax educational content for semantic search, problem generation, and Jupyter notebook creation.
An AI-powered Model Context Protocol (MCP) server that connects LLMs to OpenStax educational content for semantic search, problem generation, and Jupyter notebook creation.
Setup Requirements
- ⚠️Requires a Cloudflare account with Workers, Workers AI, Workers KV, and Vectorize bindings configured.
- ⚠️Client applications (e.g., Cursor, Claude Desktop) need specific configuration to connect to the MCP server endpoint.
Verified SafeView Analysis
postgrest-mcp
by semantius
A PostgREST MCP (Model Context Protocol) server that uses OAuth2 for authentication and integrates with PostgREST APIs.
A PostgREST MCP (Model Context Protocol) server that uses OAuth2 for authentication and integrates with PostgREST APIs.
Setup Requirements
- ⚠️Requires environment variables (`AUTH_SERVER_URL`, `API_BASE_URL`, `API_KEY`/`SUPABASE_ANON_KEY`) for non-Supabase deployments.
- ⚠️Specific CLI tools (Supabase CLI, Wrangler, Deno Deploy CLI) are needed for deployment to target platforms.
- ⚠️Deno runtime is required for local development and Deno Deploy targets.
Verified SafeView Analysis
powerbi-desktop-mcp-server-abis
by ABISCloud
Integrate Power BI Desktop with conversational AI assistants like Claude or GPT for natural language interaction, model introspection, modification, and analysis.
Integrate Power BI Desktop with conversational AI assistants like Claude or GPT for natural language interaction, model introspection, modification, and analysis.
Setup Requirements
- ⚠️Requires the MSI version of Power BI Desktop (not Store version).
- ⚠️Power BI Desktop must be open with a .pbix file loaded for the server to find instances.
- ⚠️Requires Claude Desktop (or other MCP-compatible AI assistant) with specific configuration to connect.