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)
sapi-patients
by adrianfs98
Manages patient information through a REST API and Model Context Protocol (MCP), enabling CRUD operations and integration with AI tools.
Manages patient information through a REST API and Model Context Protocol (MCP), enabling CRUD operations and integration with AI tools.
Setup Requirements
- ⚠️Requires Anypoint Studio 7.x for development and deployment.
- ⚠️Requires Mule Runtime 4.x to execute.
- ⚠️MCP client functionality relies on an external CloudHub server for full interoperability demonstrations.
Verified SafeView Analysis
mcp-server-bluesky-py
by Karthik61958
Connects AI agents to the Bluesky social network for automated interactions, including posting, replying, liking, reposting, and monitoring.
Connects AI agents to the Bluesky social network for automated interactions, including posting, replying, liking, reposting, and monitoring.
Setup Requirements
- ⚠️Requires Windows 10 or later (for seamless operation with wrapper, though core logic is Python cross-platform).
- ⚠️Requires Python 3.7 or higher.
- ⚠️Requires BLUESKY_HANDLE and BLUESKY_PASSWORD environment variables to be set for authentication.
Verified SafeView Analysis
axe-scanner-mcp
by vinnyang
A standalone Model Context Protocol server that runs axe accessibility scans for a supplied URL using Playwright.
A standalone Model Context Protocol server that runs axe accessibility scans for a supplied URL using Playwright.
Setup Requirements
- ⚠️Requires Node.js 18 or newer.
- ⚠️Requires Playwright browser dependencies to be installed using `npx playwright install` (and `npx playwright install --with-deps` for system dependencies on macOS/Linux).
- ⚠️MCP client configurations require absolute paths for the server command.
Review RequiredView Analysis
epistemic-dj
by Nubaeon
Maps epistemic (cognitive) states to generative music patterns in Strudel.cc, primarily as a tool for AI agents.
Maps epistemic (cognitive) states to generative music patterns in Strudel.cc, primarily as a tool for AI agents.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Web UI requires 'npx serve' which may need a one-time global install or run through npx.
- ⚠️Music playback relies on manually copying generated patterns to strudel.cc or opening the generated URL, as the server itself doesn't play audio directly.
Verified SafeView Analysis
merinfo-mcp
by KSAklfszf921
This server provides comprehensive Swedish business intelligence through web scraping (merinfo.se, allabolag.se) and intelligent caching, serving structured company data to AI assistants.
This server provides comprehensive Swedish business intelligence through web scraping (merinfo.se, allabolag.se) and intelligent caching, serving structured company data to AI assistants.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️Requires Playwright Chromium browsers, which consumes memory and CPU resources, especially if not run headless or with multiple contexts.
- ⚠️Database initialization (`npm run setup-db`) is required once before the first use.
Verified SafeView Analysis
seed-emulator-mcp-server
by zzw4257
A backend server providing API endpoints for user management and authentication, likely serving as a component for a larger "seed emulator" project or similar client application.
A backend server providing API endpoints for user management and authentication, likely serving as a component for a larger "seed emulator" project or similar client application.
Setup Requirements
- ⚠️Requires a database (e.g., MongoDB, PostgreSQL) for data persistence.
- ⚠️Requires Node.js installed or Docker for deployment.
- ⚠️Requires environment variables for configuration (e.g., database connection string, JWT secret).
Verified SafeView Analysis
WP-WC-MCP
by M4F-S
Enables LLMs like Claude to interact with and manage WordPress and WooCommerce sites via natural language.
Enables LLMs like Claude to interact with and manage WordPress and WooCommerce sites via natural language.
Setup Requirements
- ⚠️Requires Node.js 20+ to run.
- ⚠️Requires an existing WordPress 5.6+ site with HTTPS enabled and WooCommerce 8.0+ for e-commerce features.
- ⚠️Requires manual configuration of a WordPress Application Password for the server to authenticate securely.
Verified SafeView Analysis
screenshot_mcp
by FrontMage
This server provides screenshot and screen recording capabilities for macOS, acting as a tool for a Model Context Protocol (MCP) agent.
This server provides screenshot and screen recording capabilities for macOS, acting as a tool for a Model Context Protocol (MCP) agent.
Setup Requirements
- ⚠️Requires macOS 12+ (CoreGraphics APIs)
- ⚠️Requires Swift (Xcode CLI tools) for compilation
- ⚠️Requires Node.js 18+
- ⚠️Screen Recording permission must be granted to the terminal or host app for functionality
Verified SafeView Analysis
mcp
by Ajsalemo
Provides weather information (forecasts, alerts, radar station data) by integrating with the National Weather Service (NWS) API as a Model Context Protocol (MCP) server.
Provides weather information (forecasts, alerts, radar station data) by integrating with the National Weather Service (NWS) API as a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️This repository contains multiple implementations (Java, Node.js, Python), requiring the appropriate runtime environment for the chosen server.
- ⚠️The NWS API (used by all implementations) primarily provides data for US locations.
- ⚠️The `t.sh` file contains sensitive hardcoded credentials which should be removed or handled securely if this repository is intended for public use or deployment.
Verified SafeView Analysis
mcp-server
by authn8
Provides AI agents with programmatic access to Authn8 2FA (TOTP) codes via a secure Personal Access Token.
Provides AI agents with programmatic access to Authn8 2FA (TOTP) codes via a secure Personal Access Token.
Setup Requirements
- ⚠️Requires an Authn8 account.
- ⚠️Requires an Authn8 Personal Access Token (PAT).
- ⚠️Requires Node.js and npm for `npx` or Docker if running via container.
Verified SafeView Analysis
process-mcp-server
by omdv
Provides a rigorous 3-Stage Crude Oil Stabilization Facility simulation as an API for AI agents to optimize production parameters.
Provides a rigorous 3-Stage Crude Oil Stabilization Facility simulation as an API for AI agents to optimize production parameters.
Setup Requirements
- ⚠️Requires Java Runtime Environment (for NeqSim).
- ⚠️NeqSim simulations can be CPU-intensive, requiring adequate resource allocation in Kubernetes deployments (resource limits are commented out by default).
- ⚠️Requires container image to be built and pushed to a registry for Kubernetes deployment.
Verified SafeView Analysis
envshield-mcp
by dvalley56
Securely expose environment variables to AI coding assistants by acting as a Model Context Protocol (MCP) server, preventing direct access to sensitive data while enabling execution of commands with injected secrets.
Securely expose environment variables to AI coding assistants by acting as a Model Context Protocol (MCP) server, preventing direct access to sensitive data while enabling execution of commands with injected secrets.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️Modifies '.claude/settings.json' (local or global) to register itself as an MCP server and deny direct .env file access, which is crucial for its security model.
- ⚠️Relies on a '.envshield.json' configuration file (project-local or global) for custom behaviors like additional redaction patterns or command blocking, otherwise defaults are used.