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)
orchestrAIgent
by tzDel
Manages isolated Git worktrees for AI coding agents to provide isolated development environments and context.
Manages isolated Git worktrees for AI coding agents to provide isolated development environments and context.
Setup Requirements
- ⚠️Requires Git CLI installed and available in PATH.
- ⚠️The `-repo` flag must point to an initialized Git repository.
- ⚠️A SQLite database file (`.orchestragent-mcp.db`) will be created in the specified or default directory (`-db` flag).
Verified SafeView Analysis
Test_technique_TW3
by KingP0
Automates web scraping tasks for structured data extraction and pagination, leveraging Playwright and an AI agent, designed for scalable deployment on Azure.
Automates web scraping tasks for structured data extraction and pagination, leveraging Playwright and an AI agent, designed for scalable deployment on Azure.
Setup Requirements
- ⚠️Requires an `OPENAI_API_KEY` configured as an environment variable (for OpenRouter.ai or compatible OpenAI API endpoint).
- ⚠️Requires Playwright browser binaries to be installed (e.g., `playwright install`).
- ⚠️Requires `mcp`, `beautifulsoup4`, and `openai` Python packages.
Verified SafeView Analysis
claude-code-config
by DylanLamb888
Provides a comprehensive configuration for Claude Code, enabling autonomous AI coding loops to implement Product Requirement Documents (PRDs) and streamline development workflows with integrated feedback loops and performance best practices.
Provides a comprehensive configuration for Claude Code, enabling autonomous AI coding loops to implement Product Requirement Documents (PRDs) and streamline development workflows with integrated feedback loops and performance best practices.
Setup Requirements
- ⚠️Requires Docker for unattended (AFK) operation.
- ⚠️Relies on `jq` for PRD parsing and branch management functionality.
- ⚠️Assumes the `claude` CLI and an Anthropic API key are configured for underlying AI model access.
- ⚠️Requires Node.js and `npm` for hooks and project feedback loops (e.g., `husky`, `lint-staged`, `prettier`, `eslint`, `typescript`).
Verified SafeView Analysis
claude-hooks
by ExoGameYT
Enhance coding experience for Claude users by providing simple desktop notifications for workflow events.
Enhance coding experience for Claude users by providing simple desktop notifications for workflow events.
Setup Requirements
- ⚠️The `notify-send` command is primarily available on Linux desktops and may require additional setup or alternatives for macOS or Windows, despite the README claiming cross-OS support.
- ⚠️The provided source code (simple bash scripts) does not fully align with the README's description of a downloadable 'application' that is run, implying that the main application logic or executable is not present in the truncated source.
Verified SafeView Analysis
efficient-notion-mcp
by vthunder
Efficiently synchronize Notion pages with local markdown files and query Notion databases with flattened results.
Efficiently synchronize Notion pages with local markdown files and query Notion databases with flattened results.
Setup Requirements
- ⚠️Requires a Notion API Key (`NOTION_API_KEY`) configured via environment variable or a `.env` file.
- ⚠️Requires manual setup of a Notion integration and sharing pages/databases with it.
- ⚠️Go runtime is required to install or build from source.
Verified SafeView Analysis
proxmox-mcp-rs
by nicholaswilde
A Rust-based Model Context Protocol (MCP) server for managing Proxmox VE virtualization infrastructure via an LLM client.
A Rust-based Model Context Protocol (MCP) server for managing Proxmox VE virtualization infrastructure via an LLM client.
Setup Requirements
- ⚠️Requires a running Proxmox VE instance with network connectivity.
- ⚠️Requires valid Proxmox authentication credentials (User/Password or API Token).
- ⚠️For HTTP server mode, HTTP Auth Token is optional but recommended for security.
Verified SafeView Analysis
mcp-github-app-auth
by legido-ai
Provides a Model Context Protocol (MCP) server for GitHub operations, primarily focused on securely obtaining temporary GitHub App authentication tokens for various Git and GitHub API actions.
Provides a Model Context Protocol (MCP) server for GitHub operations, primarily focused on securely obtaining temporary GitHub App authentication tokens for various Git and GitHub API actions.
Setup Requirements
- ⚠️Requires a pre-configured GitHub App with specific repository permissions (Contents: Read & write, Pull requests: Read & write).
- ⚠️Mandatory environment variables: `GITHUB_APP_ID`, `GITHUB_PRIVATE_KEY` (PEM format), `GITHUB_INSTALLATION_ID`.
- ⚠️MCP clients like Claude Desktop/Google Gemini CLI do NOT support environment variable expansion in their configuration files, necessitating an external setup script to write literal credential values into client configs.
Verified SafeView Analysis
mcp-server
by yzhbankov
Orchestrates AI tool interactions via JSON-RPC over WebSocket, enabling AI agents to perform intelligent automation through a pluggable tool registry.
Orchestrates AI tool interactions via JSON-RPC over WebSocket, enabling AI agents to perform intelligent automation through a pluggable tool registry.
Setup Requirements
- ⚠️Requires Node.js v25+
- ⚠️Requires npm v11.6.2+
- ⚠️Requires an OpenAI API Key (paid service) for the client
- ⚠️Requires Docker installed for containerized code execution tools
- ⚠️Requires a MySQL database for database tools (currently hardcoded credentials in `Tools.ts`)
- ⚠️Requires an SMTP server listening on `localhost:25` for the email tool
Review RequiredView Analysis
code-executor-MCP
by Muhumuree
A local server that acts as a secure, isolated sandbox to execute TypeScript/Python code, providing a unified interface to access multiple external Model Context Protocol (MCP) tools and significantly reducing token usage for upstream LLMs.
A local server that acts as a secure, isolated sandbox to execute TypeScript/Python code, providing a unified interface to access multiple external Model Context Protocol (MCP) tools and significantly reducing token usage for upstream LLMs.
Setup Requirements
- ⚠️Requires Deno runtime installed for TypeScript execution.
- ⚠️Python execution is disabled by default for security; requires `PYTHON_SANDBOX_READY=true` and Pyodide setup for secure Python execution.
- ⚠️Initial MCP configuration is required, typically via the CLI setup wizard (`code-executor-mcp setup`).
- ⚠️API keys (e.g., ANTHROPIC_API_KEY, OPENAI_API_KEY) are required for LLM sampling if not using the MCP SDK as the primary LLM provider.
Verified SafeView Analysis
spring-ai-mcp-demo
by sandipanchakraborty2016
Demonstrates the Model Context Protocol (MCP) with Spring AI, showcasing a model-agnostic tool server and AI hosts for OpenAI and Anthropic Claude.
Demonstrates the Model Context Protocol (MCP) with Spring AI, showcasing a model-agnostic tool server and AI hosts for OpenAI and Anthropic Claude.
Setup Requirements
- ⚠️Requires Java 21 JDK and Maven 3.6+
- ⚠️Docker and Docker Compose are highly recommended for easy setup
- ⚠️Requires valid OpenAI and/or Anthropic API Keys (paid services) for AI hosts to function
Verified SafeView Analysis
highcharts_mcp
by Bencockin
Generates interactive Highcharts dashboards from provided data URLs and specifications using AI agents.
Generates interactive Highcharts dashboards from provided data URLs and specifications using AI agents.
Setup Requirements
- ⚠️Requires Claude Desktop to be installed and configured.
- ⚠️Uses `stdio` for inter-process communication, requiring local execution.
- ⚠️User must manually update absolute file paths in Claude Desktop configuration.
Verified SafeView Analysis
amadeus-mcp
by valentynfaychuk
MCP server enabling AI agents to interact with the Amadeus blockchain and its smart contracts.
MCP server enabling AI agents to interact with the Amadeus blockchain and its smart contracts.
Setup Requirements
- ⚠️The `AMADEUS_TESTNET_SK` environment variable is required and must be a valid 64-byte Base58-encoded private key for the testnet faucet (`claim_testnet_ama`) to function.
- ⚠️The `MCP_DATABASE` D1 binding and its `faucet_claims` table migration (`CREATE TABLE faucet_claims (ip TEXT PRIMARY KEY, address TEXT, claimed_at INTEGER);`) are required for the `claim_testnet_ama` tool.
- ⚠️Transactions are not signed by the server; an external BLS12-381 signing process is required after `create_transaction` and before calling `submit_transaction`.