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-file-manager
by NestorZuno
Allows language models to manage local files, detect duplicates, organize by type, and back up to Google Drive.
Allows language models to manage local files, detect duplicates, organize by type, and back up to Google Drive.
Setup Requirements
- ⚠️Requires Google Drive API `credentials.json` to be placed in the project root and an authorization script (`python utils/drive_handler.py`) to be run for cloud backup features.
- ⚠️Needs a Python environment (3.x recommended) with all dependencies installed via `pip install -r requirements.txt`.
- ⚠️Designed as an MCP server to be controlled by an AI model/LLM client (e.g., Cline/Claude Desktop), not a standalone user-facing application.
Verified SafeView Analysis
rest_api_mcp_tools_generator
by harshrajsinha
Generates Model Context Protocol (MCP) servers from REST API specifications (Swagger/OpenAPI) to enable AI clients like Claude Desktop to interact with external APIs as tools.
Generates Model Context Protocol (MCP) servers from REST API specifications (Swagger/OpenAPI) to enable AI clients like Claude Desktop to interact with external APIs as tools.
Setup Requirements
- ⚠️Requires Redis for Celery background task queue.
- ⚠️Requires manual configuration in Claude Desktop's `claude_desktop_config.json` after server generation.
- ⚠️Optional LLM-based description generation features require an OpenAI (or Azure OpenAI) API key, which is a paid service.
Review RequiredView Analysis
extension-mcp-server
by skippr-hq
Bridges product issues from a browser extension to AI coding agents, enabling automated discovery and fixing of UX, accessibility, and product quality problems.
Bridges product issues from a browser extension to AI coding agents, enabling automated discovery and fixing of UX, accessibility, and product quality problems.
Setup Requirements
- ⚠️Requires Node.js >= v22.x
- ⚠️Requires Skippr Chrome Extension (installed and configured)
- ⚠️WebSocket server runs on local port (default 4040) without authentication, posing a local security risk.
Review RequiredView Analysis
swiggy-mcp-server-manifest
by swiggy-private
Manages and deploys Kubernetes manifests to a cluster, likely for internal application deployment within Swiggy's infrastructure.
Manages and deploys Kubernetes manifests to a cluster, likely for internal application deployment within Swiggy's infrastructure.
Setup Requirements
- ⚠️Requires a PostgreSQL database.
- ⚠️Requires access to a Kubernetes cluster and a valid kubeconfig file.
- ⚠️Relies on environment variables for configuration (e.g., POSTGRES_DB_CONNECTION_STR, KUBE_CONFIG_PATH).
Review RequiredView Analysis
mcp
by Kiruthick7
Publishes blog posts to Dev.to via an MCP-compatible client.
Publishes blog posts to Dev.to via an MCP-compatible client.
Setup Requirements
- ⚠️Requires a Dev.to API Key (external credential).
- ⚠️Requires `uv` for Python dependency management.
- ⚠️Manual update of local paths in `claude-desktop-config.json` is necessary for client connection.
Verified SafeView Analysis
easybusy-mcp-server
by zvonano
A Node.js server that acts as a wrapper or proxy for the EasyBusy simple booking API, likely exposing it via a WebSocket interface.
A Node.js server that acts as a wrapper or proxy for the EasyBusy simple booking API, likely exposing it via a WebSocket interface.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Likely requires environment variables (e.g., API keys, port configuration) to be set, potentially via a .env file, due to the 'dotenv' dependency.
Verified SafeView Analysis
mcp-playwright-novnc
by xtr-dev
Automated browser interaction (Playwright) with a virtual display (noVNC) for Model Context Protocol (MCP) clients.
Automated browser interaction (Playwright) with a virtual display (noVNC) for Model Context Protocol (MCP) clients.
Setup Requirements
- ⚠️Requires Docker Compose for server setup.
- ⚠️Disables browser sandbox (`--no-sandbox`), a security risk for untrusted content.
- ⚠️Resource-intensive (runs a full browser, virtual display, VNC server with 2GB shared memory).
Verified SafeView Analysis
ai-deep-template-engine
by the-Lobbi
A multi-agent system powered by LangGraph for automating and orchestrating complex DevOps infrastructure tasks, utilizing specialized subagents for IaC, container workflows, and team acceleration.
A multi-agent system powered by LangGraph for automating and orchestrating complex DevOps infrastructure tasks, utilizing specialized subagents for IaC, container workflows, and team acceleration.
Setup Requirements
- ⚠️Requires Harness platform credentials (HARNESS_ACCOUNT_ID, HARNESS_API_URL, HARNESS_API_TOKEN) for full functionality.
- ⚠️Requires an Anthropic API Key (ANTHROPIC_API_KEY) for the core LLM functionality, which is a paid service.
- ⚠️If RAG features are utilized, requires Pinecone API Key (PINECONE_API_KEY, paid/free tier) and Voyage AI API Key (VOYAGE_API_KEY, paid service).
- ⚠️Requires the 'kubernetes' Python package to be installed and proper Kubernetes configuration (kubeconfig or in-cluster) for Kubernetes-related tools.
- ⚠️A known bug requires manually fixing an import statement in `src/deep_agent/devops/agents.py` as detailed in `SETUP_NOTES.md`.
Verified SafeView Analysis
oracle-mcp-sdm-with-guardrails
by mofiaboss
An Oracle Model Context Protocol (MCP) server providing AI agent access to an Oracle database with robust, production-grade query safety features.
An Oracle Model Context Protocol (MCP) server providing AI agent access to an Oracle database with robust, production-grade query safety features.
Setup Requirements
- ⚠️Requires Java 21+ (OpenJDK recommended) and Python 3.12+.
- ⚠️Manual download and placement of Oracle JDBC driver (ojdbc11.jar) and JSON library (json.jar) is required.
- ⚠️Manual compilation of Java `OracleQueryServer.java` into `.class` files is necessary.
- ⚠️Paths to Java Home and JDBC driver in `oracle_jdbc.py` need to be manually updated.
- ⚠️Relies on external authentication (StrongDM proxy) for production deployment; does not implement its own user authentication.
- ⚠️Environment variables ORACLE_HOST, ORACLE_PORT, ORACLE_SERVICE_NAME, ORACLE_USER, ORACLE_PASSWORD, and JAVA_HOME must be explicitly set.
Verified SafeView Analysis
spring-ai-demo-mcp-server
by leandroblandi
A lightweight demo server exposing simple CRUD tools for 'Person' data via STDIO, integrated with AI models using Spring AI's Model Context Protocol (MCP).
A lightweight demo server exposing simple CRUD tools for 'Person' data via STDIO, integrated with AI models using Spring AI's Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a Java 21 (or compatible) JVM.
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop) to interact with its STDIO-based tool interface.
- ⚠️Operates without an HTTP layer, communicating solely via standard input/output for tool exposure.
Verified SafeView Analysis
tilt-mcp
by 0xBigBoss
Integrates Tilt development workflows with AI assistants via the Model Context Protocol (MCP) for real-time status, resource management, and log access.
Integrates Tilt development workflows with AI assistants via the Model Context Protocol (MCP) for real-time status, resource management, and log access.
Setup Requirements
- ⚠️Requires Bun 1.3+ runtime to be installed.
- ⚠️Requires Tilt CLI v0.35.0 or later to be installed and in PATH.
- ⚠️The TILT_PORT environment variable is mandatory and must be configured (e.g., in .mcp.json or shell).
Verified SafeView Analysis
tamina-mcp
by buddl
Enables AI assistants to search for local businesses and make reservations/bookings through the Tamina platform via the Model Context Protocol (MCP).
Enables AI assistants to search for local businesses and make reservations/bookings through the Tamina platform via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires an active account on Tamina.app and valid authentication credentials.
- ⚠️Users must provide a verified credit card on Tamina.app for contact information verification (no charge incurred).
- ⚠️Requires an AI platform that supports the Model Context Protocol (MCP).