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)
Mastervolt-Deep-Research
by ssdeanx
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
Providing agents with access to external execution environments (local filesystem) and AI models (Hugging Face) via the Model Context Protocol, enabling them to perform research tasks involving file operations and diverse AI capabilities.
Setup Requirements
- ⚠️Requires HUGGING_FACE_TOKEN environment variable, likely for a paid service.
- ⚠️Requires Node.js and npm for the 'filesystem' MCP server to execute via npx.
- ⚠️Grants filesystem access to the user's 'Desktop' directory, which has security implications for data access and modification by the AI agent.
Verified SafeView Analysis
mcp-server
by plainly-videos
This MCP server enables LLM clients to browse Plainly designs and projects, retrieve details, and submit video rendering jobs via the Plainly API.
This MCP server enables LLM clients to browse Plainly designs and projects, retrieve details, and submit video rendering jobs via the Plainly API.
Setup Requirements
- ⚠️Requires Node.js 18 or higher.
- ⚠️Requires a Plainly API Key (from a Plainly Account).
Verified SafeView Analysis
notes-mcp
by PanseBossuSmecheru
Connects Apple Notes on macOS to an MCP server, enabling seamless access and synchronization across various platforms.
Connects Apple Notes on macOS to an MCP server, enabling seamless access and synchronization across various platforms.
Setup Requirements
- ⚠️Requires macOS 10.15 or later.
- ⚠️Requires Apple Notes app installed.
- ⚠️Requires Node.js installed.
Review RequiredView Analysis
mcp-server-odoo
by ivnvxd
Enables AI assistants to interact with Odoo ERP systems, providing natural language access to business data for searching, creating, updating, and deleting records.
Enables AI assistants to interact with Odoo ERP systems, providing natural language access to business data for searching, creating, updating, and deleting records.
Setup Requirements
- ⚠️Requires an accessible Odoo ERP instance (version 17.0+).
- ⚠️For production use, the Odoo MCP module must be installed on your Odoo server.
- ⚠️Authentication requires either an Odoo API key or an Odoo username/password.
Verified SafeView Analysis
aegis-ai
by hwandam77
Orchestrates multiple AI models (Codex, Qwen, Gemini) via JSON-RPC 2.0 based Model Context Protocol (MCP), focusing on a Test-Driven Development (TDD) workflow.
Orchestrates multiple AI models (Codex, Qwen, Gemini) via JSON-RPC 2.0 based Model Context Protocol (MCP), focusing on a Test-Driven Development (TDD) workflow.
Setup Requirements
- ⚠️Requires Node.js >=20.0.0
- ⚠️Requires external AI CLI tools ('codex', 'qwen', 'gemini') to be installed and configured in the system's PATH. These CLI tools likely require their own API keys or authentication.
- ⚠️Shell injection risk: User-supplied prompts are executed via `child_process.spawn({ shell: true })` without explicit sanitization.
Review RequiredView Analysis
jotsu-mcp
by getjotsu
General-purpose library for implementing the Model Context Protocol (MCP) and creating workflows that use MCP tools, resources, and prompts.
General-purpose library for implementing the Model Context Protocol (MCP) and creating workflows that use MCP tools, resources, and prompts.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️If using model-specific nodes (e.g., OpenAI, Anthropic, Cloudflare), requires corresponding API keys/tokens (e.g., OPENAI_API_KEY, CLOUDFLARE_ACCOUNT_ID).
- ⚠️Local OAuth authentication requires a local HTTP server on port 8001, which needs to be available and accessible by the browser.
- ⚠️The designated entry point for running the `WorkflowEngine` as an MCP server (`jotsu/mcp/workflow/__main__.py`) contains an import error (`from .server import WorkflowEngine` should be `from .engine import WorkflowEngine`) which would prevent it from running as-is.
Review RequiredView Analysis
agent-in-a-browser
by tjfontaine
An in-browser, self-contained AI agent environment powered by WebAssembly (WASM) and WASI. It provides a full shell with development tools (TypeScript, Git, SQLite), a virtual file system (OPFS), and an agent layer for writing and executing code locally in a sandbox. The @tjfontaine/wasm-sqlite package specifically enables SQLite database operations within this browser sandbox.
An in-browser, self-contained AI agent environment powered by WebAssembly (WASM) and WASI. It provides a full shell with development tools (TypeScript, Git, SQLite), a virtual file system (OPFS), and an agent layer for writing and executing code locally in a sandbox. The @tjfontaine/wasm-sqlite package specifically enables SQLite database operations within this browser sandbox.
Setup Requirements
- ⚠️Requires Node.js/pnpm and Rust/cargo-component for local development and building the WASM modules.
- ⚠️Full functionality, especially synchronous I/O, relies on browser-specific Cross-Origin Isolation headers (COOP/COEP), which might require specific server configurations for non-local deployments.
- ⚠️API keys for external LLM providers (Anthropic, OpenAI, Gemini) are required to utilize AI agent capabilities with these services.
Verified SafeView Analysis
An AI agent system integrating local/remote Qwen 2.5 LLM and DeepSeek OCR as an MCP server for multimodal tasks.
An AI agent system integrating local/remote Qwen 2.5 LLM and DeepSeek OCR as an MCP server for multimodal tasks.
Setup Requirements
- ⚠️Requires two separate GPU-enabled devices (or powerful separate processes on one device) for the main LLM (Qwen 2.5 vLLM) and DeepSeek OCR (vLLM + MCP server).
- ⚠️Requires manual setup and configuration of two vLLM servers and one MCP server.
- ⚠️Configuration files (models_config.json, mcp_config.json) must be updated with correct IP addresses and ports.
- ⚠️Python 3.12+ is required.
- ⚠️For HEIC image support, the `pillow-heif` library must be installed.
Verified SafeView Analysis
chemdraw-server
by tom832
Provides a unified API for chemical informatics, including chemical name/SMILES conversion and molecule structure processing, for integration into chemical drawing tools or automation pipelines.
Provides a unified API for chemical informatics, including chemical name/SMILES conversion and molecule structure processing, for integration into chemical drawing tools or automation pipelines.
Setup Requirements
- ⚠️Requires a licensed installation of ChemScript/ChemDraw software, which is a proprietary dependency not covered by `uv sync` and is explicitly stated as for 'learning and academic reference only, and must not be used for any commercial purpose' in the repository's disclaimer.
- ⚠️Strict Python 3.10 requirement.
- ⚠️Authentication (API_KEY) and API documentation access (DOCS_ACCESS_TOKEN) are bypassed if default values in the `.env` file are not changed.
Verified SafeView Analysis
n8n-schema-generator
by yigitkonur
Provides auto-updating JSON schemas for n8n nodes and workflows, primarily for use by MCP servers and AI agents generating n8n workflows.
Provides auto-updating JSON schemas for n8n nodes and workflows, primarily for use by MCP servers and AI agents generating n8n workflows.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Requires TypeScript for compilation (handled via `npx tsc` in scripts).
- ⚠️Dependent on `n8n-nodes-base` and `n8n-workflow` packages for schema extraction, leading to a substantial number of transitive dependencies and a larger installation footprint.
Verified SafeView Analysis
contextfs
by MagnetonIO
Provides a universal, persistent, and searchable memory layer for AI agents and developer tools, enabling cross-repository context management, semantic search, session tracking, and structured knowledge recall.
Provides a universal, persistent, and searchable memory layer for AI agents and developer tools, enabling cross-repository context management, semantic search, session tracking, and structured knowledge recall.
Setup Requirements
- ⚠️Requires Python 3.9+ (implied by pydantic, dataclasses.dataclass)
- ⚠️External LLM API keys (Anthropic or OpenAI) are required for agent features.
- ⚠️Optional dependencies like `jsonschema`, `pyyaml`, `tomllib`, `falkordb`, `psycopg`, `chromadb`, `sentence-transformers`, `fastembed` may need to be installed based on configured backend and features.
- ⚠️MCP Server (`contextfs server`) must be running in the background for plugin integrations.
Verified SafeView Analysis
comptext-mcp-server
by ProfRandom92
Provides token-efficient access to Domain-Specific Language (DSL) documentation stored in Notion for LLM interactions.
Provides token-efficient access to Domain-Specific Language (DSL) documentation stored in Notion for LLM interactions.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires a Notion API Token and optionally a CompText Database ID to function with Notion.
- ⚠️On Render.com's free tier, the server may experience cold starts (~30 seconds) after 15 minutes of inactivity.