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-app-proxy
by botdojo-ai
Securely sandboxes and renders interactive UI components (MCP Apps) from various sources within a double-iframe architecture for chat conversations, ensuring isolation from the host application.
Securely sandboxes and renders interactive UI components (MCP Apps) from various sources within a double-iframe architecture for chat conversations, ensuring isolation from the host application.
Setup Requirements
- ⚠️Requires Node.js and npm/yarn for setup and execution (standard for Next.js).
- ⚠️Understanding and explicitly configuring Content Security Policy (CSP) is critical, as default settings are permissive for `script-src` and network `connect-src`, requiring host override for sensitive applications.
- ⚠️CORS configuration might be needed depending on the deployment environment and the host application's origin.
Verified SafeView Analysis
mcp-perplexica
by Kaiohz
This server acts as a proxy for the Perplexica search API, allowing Large Language Models (LLMs) to perform web searches and receive AI-generated responses with source citations via the Model Context Protocol (MCP).
This server acts as a proxy for the Perplexica search API, allowing Large Language Models (LLMs) to perform web searches and receive AI-generated responses with source citations via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a separate, running Perplexica instance (self-hosted or otherwise).
- ⚠️Requires Python 3.11+.
- ⚠️Requires configuration of crucial environment variables (e.g., Perplexica URL, model provider IDs) in a `.env` file for proper functionality.
Verified SafeView Analysis
mcp-server-symfony
by NaderZniti
Facilitates AI-powered management and task execution for Symfony applications via GitHub Copilot integration in VS Code.
Facilitates AI-powered management and task execution for Symfony applications via GitHub Copilot integration in VS Code.
Setup Requirements
- ⚠️Requires PHP 8.1+ and Composer.
- ⚠️Specific Windows OS for optimal HTTP transport (though conceptually usable on other OS with different transport).
- ⚠️VS Code with GitHub Copilot and manual 'mcp.json' configuration are essential for integration.
Verified SafeView Analysis
mcp-registry
by chun-wei0413
Provides a RAG-based intelligent knowledge management system for AI assistants to manage development knowledge.
Provides a RAG-based intelligent knowledge management system for AI assistants to manage development knowledge.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires initial download of a 600MB embedding model (google/embeddinggemma-300m), which takes 5-10 minutes on first run.
- ⚠️Potential for Local File Inclusion/Arbitrary File Read if AI agent input is not strictly constrained and the server process is not sandboxed.
Review RequiredView Analysis
mcp-server
by PostIdentity
The PostIdentity MCP server enables AI assistants to generate, refine, and manage social media posts using user-defined personas and content from the PostIdentity platform.
The PostIdentity MCP server enables AI assistants to generate, refine, and manage social media posts using user-defined personas and content from the PostIdentity platform.
Setup Requirements
- ⚠️Requires Node.js 18+ to run locally.
- ⚠️Requires a PostIdentity account.
- ⚠️Requires a PostIdentity API Key (or legacy access token) obtained from the PostIdentity website for authentication.
Verified SafeView Analysis
toon-parse-mcp
by ankitpal181
Optimizes LLM token usage by stripping non-essential context from code files and converting various data formats to compact TOON (Token-Oriented Object Notation).
Optimizes LLM token usage by stripping non-essential context from code files and converting various data formats to compact TOON (Token-Oriented Object Notation).
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Manual configuration in JSON files is required for several AI agents (e.g., Cursor, Windsurf, Antigravity, Claude Desktop).
- ⚠️Requires `mcp` and `toon-parse` Python libraries to be installed in the environment where the server runs.
Verified SafeView Analysis
cpso-mcp-server
by w2112515
Enterprise-grade recursive multi-agent orchestration framework for strategic planning and decision support, leveraging large language models for complex business processes.
Enterprise-grade recursive multi-agent orchestration framework for strategic planning and decision support, leveraging large language models for complex business processes.
Setup Requirements
- ⚠️Requires either ANTHROPIC_API_KEY or OPENAI_API_KEY (paid services) to be configured as environment variables.
- ⚠️Redis is used for state persistence if REDIS_URL is configured; otherwise, state persistence is disabled, which might be an unexpected behavior if not explicitly aware.
- ⚠️PDF/DOCX ingestion requires optional libraries (PyPDF2/pdfplumber for PDF, python-docx for DOCX) which are not explicitly listed in `api/requirements.txt` but are mentioned as conditional imports.
Verified SafeView Analysis
mcp-server-computer-study
by small-xiexu
An AI agent tool server implementing Model Context Protocol (MCP) to provide various functionalities for AI models, such as system information retrieval, database exports, weather queries, and CSDN article publishing.
An AI agent tool server implementing Model Context Protocol (MCP) to provide various functionalities for AI models, such as system information retrieval, database exports, weather queries, and CSDN article publishing.
Setup Requirements
- ⚠️Requires a MySQL database for the database export functionality to work.
- ⚠️CSDN article publishing requires manual setup of API keys/signatures via environment variables (CSDN_CA_KEY, CSDN_CA_NONCE, CSDN_CA_SIGNATURE) and a local cookie.json file.
- ⚠️The Druid monitoring UI (http://localhost:8080/druid) is inaccessible by default because the Spring Boot web server type is set to 'none' to avoid interfering with MCP's STDIO communication.
Verified SafeView Analysis
gemini-cli-openrouter-mcp
by danialiscool
Interact with 200+ AI models via OpenRouter directly from the Gemini CLI, providing a standardized interface for model exploration and prompting.
Interact with 200+ AI models via OpenRouter directly from the Gemini CLI, providing a standardized interface for model exploration and prompting.
Setup Requirements
- ⚠️Requires an OpenRouter API Key, which may incur costs depending on selected models.
Verified SafeView Analysis
binance-mcp
by pawneetdev
Enables Claude Desktop to interact with the Binance Spot API for market data, account management, and trading operations.
Enables Claude Desktop to interact with the Binance Spot API for market data, account management, and trading operations.
Setup Requirements
- ⚠️Requires Binance API credentials (API Key and Secret) which involve real money trading risks.
- ⚠️Manual configuration of Claude Desktop is required, including correctly identifying and specifying absolute paths to the Python interpreter and server script.
- ⚠️The 'rest-to-mcp-adapter' package is a core dependency but is not explicitly listed in the 'Installation' `pip install` steps in the README, implying it needs to be installed separately or is a known prerequisite.
Verified SafeView Analysis
simple-mcp-server
by sathishkannan162
An MCP server that exposes PostgreSQL table schemas as resources and provides a tool to execute read-only SQL queries against the database.
An MCP server that exposes PostgreSQL table schemas as resources and provides a tool to execute read-only SQL queries against the database.
Setup Requirements
- ⚠️Requires a PostgreSQL database instance to be running.
- ⚠️Requires DATABASE_URL environment variable to connect to PostgreSQL.
Review RequiredView Analysis
opentargets-mcp
by openpharma-org
Accessing Open Targets platform data for gene-drug-disease associations research via the Model Context Protocol.
Accessing Open Targets platform data for gene-drug-disease associations research via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js (version 18+ recommended by SDK dependencies).
- ⚠️The TypeScript project must be built (`npm install && npm run build`) before the server can be run.