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_server
by gurkanfikretgunak
Manages Python packages and indexes project codebases for AI-assisted development using the Model Context Protocol (MCP).
Manages Python packages and indexes project codebases for AI-assisted development using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️`uv` package manager must be installed and available in the system's PATH.
- ⚠️Full Server-Sent Events (SSE) integration via HTTP/SSE transport requires additional setup with the MCP SDK, as the current implementation includes a placeholder.
Verified SafeView Analysis
strava-activity-mcp-server
by BojanMakivic
Exposes Strava athlete activity data via a Model Context Protocol (MCP) server for integration with language model tooling.
Exposes Strava athlete activity data via a Model Context Protocol (MCP) server for integration with language model tooling.
Setup Requirements
- ⚠️Requires Python >= 3.10.
- ⚠️Requires `STRAVA_CLIENT_ID` and `STRAVA_CLIENT_SECRET` environment variables to be set.
- ⚠️Initial authorization requires opening a browser URL and manually copying an authorization code from a redirect URI.
- ⚠️Persists tokens to a local file (~/.strava_mcp_tokens.json), requiring local filesystem write permissions.
Verified SafeView Analysis
mcp-aruba-email
by jackfioru92
Seamlessly integrate Aruba email and calendar with AI assistants for management tasks such as reading, searching, sending emails, and managing calendar events.
Seamlessly integrate Aruba email and calendar with AI assistants for management tasks such as reading, searching, sending emails, and managing calendar events.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Aruba credentials (IMAP/SMTP/CalDAV username and password) must be manually configured via a .env file or directly in the MCP client's configuration (e.g., Claude Desktop, VS Code mcp.json).
- ⚠️CalDAV calendar synchronization needs to be explicitly enabled within Aruba Webmail before calendar functions can be used.
Verified SafeView Analysis
mcp-fhir
by sdesani
The server provides a Model Context Protocol (MCP) interface for securely interacting with Oracle Millennium Platform's FHIR APIs to access patient, clinical, and administrative healthcare data.
The server provides a Model Context Protocol (MCP) interface for securely interacting with Oracle Millennium Platform's FHIR APIs to access patient, clinical, and administrative healthcare data.
Setup Requirements
- ⚠️Requires Python 3.13 or higher.
- ⚠️Requires registration with Oracle Cerner Code Console to obtain FHIR_CLIENT_ID and FHIR_CLIENT_SECRET, which is a manual external setup step.
- ⚠️Specific `uv run --with fastmcp fastmcp run` command and absolute path required for MCP client configuration.
Verified SafeView Analysis
automation-agent
by aroraavinash
This project demonstrates an LLM agent's ability to reason and execute tasks by interacting with an external server exposing various utility functions as tools.
This project demonstrates an LLM agent's ability to reason and execute tasks by interacting with an external server exposing various utility functions as tools.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Requires Google Gemini API Key (paid usage may apply)
- ⚠️Specific OS recommendation (macOS) with Homebrew dependencies (uv, Node.js, FFmpeg) if following the README setup exactly
Verified SafeView Analysis
biometrics-mcp
by haptic-io
A server designed to manage and process biometric data for authentication or identification purposes.
A server designed to manage and process biometric data for authentication or identification purposes.
Review RequiredView Analysis
linkedin-mcp-server-headed
by andriyshevchenko
Provides a base Model Context Protocol (MCP) server for interacting with LinkedIn using Playwright, designed to be extended with specific tools and resources.
Provides a base Model Context Protocol (MCP) server for interacting with LinkedIn using Playwright, designed to be extended with specific tools and resources.
Setup Requirements
- ⚠️This is an empty server template; significant development is required to implement actual LinkedIn-specific tools and functionality.
- ⚠️Requires an MCP-compatible client to interact with it, as it communicates over stdio.
- ⚠️Playwright requires browser binaries to be downloaded, which might add to initial setup time or present challenges in restricted environments.
Verified SafeView Analysis
mcp-server-lemonsqueezy
by RickyCompagny
Manage Lemon Squeezy e-commerce and subscription data (stores, products, webhooks) via a Model Context Protocol (MCP) server, primarily for interaction through LLMs like Cursor/Claude.
Manage Lemon Squeezy e-commerce and subscription data (stores, products, webhooks) via a Model Context Protocol (MCP) server, primarily for interaction through LLMs like Cursor/Claude.
Setup Requirements
- ⚠️Requires a Lemon Squeezy API Key (free with a Lemon Squeezy account, but Lemon Squeezy itself is a payment platform that may involve costs for transactions/features).
- ⚠️Requires Node.js runtime environment for `npx` execution.
- ⚠️Designed for integration with Model Context Protocol clients like Cursor/Claude.
Verified SafeView Analysis
3AmigosMCP
by honestlai
Provides a comprehensive containerized environment for AI coding agents by combining browser automation (Playwright), file system access, and database operations.
Provides a comprehensive containerized environment for AI coding agents by combining browser automation (Playwright), file system access, and database operations.
Setup Requirements
- ⚠️Requires Docker and Docker Compose installed.
- ⚠️Requires Cursor or VS Code with Model Context Protocol (MCP) support.
- ⚠️The `Network-Bridge` Docker network must be created externally if not already present (e.g., `docker network create Network-Bridge`).
Review RequiredView Analysis
github-mcp-mod
by mixelpixx
Connects AI tools (agents, assistants, chatbots) to GitHub's platform to read repositories, manage issues/PRs, analyze code, and automate workflows through natural language interactions.
Connects AI tools (agents, assistants, chatbots) to GitHub's platform to read repositories, manage issues/PRs, analyze code, and automate workflows through natural language interactions.
Setup Requirements
- ⚠️GitHub Personal Access Token (PAT) required for authentication with appropriate scopes (e.g., 'repo').
- ⚠️Docker required for local containerized deployment.
- ⚠️Requires Go 1.21+ (for client tool) or Go 1.24+ (for server source build).
Verified SafeView Analysis
DS-MCP-FLOWISE
by dtsoden
This MCP server enables AI assistants to design, build, and deploy Flowise chatflows and agentflows by providing deep knowledge of Flowise nodes, their configurations, and connection rules.
This MCP server enables AI assistants to design, build, and deploy Flowise chatflows and agentflows by providing deep knowledge of Flowise nodes, their configurations, and connection rules.
Setup Requirements
- ⚠️Direct deployment to Flowise requires configuring FLOWISE_API_URL and FLOWISE_API_KEY environment variables.
- ⚠️For non-npx installations (e.g., global npm install or build from source), the node database must be prepared manually by running `npm run extract && npm run prepare-db`.
- ⚠️Requires Node.js version 18.0.0 or higher.
Verified SafeView Analysis
mcp-stock-server
by gaforov
A real-time stock price retrieval system that supports natural language queries with Yahoo Finance and CSV fallback.
A real-time stock price retrieval system that supports natural language queries with Yahoo Finance and CSV fallback.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Internet connection is needed for real-time data from Yahoo Finance (CSV fallback is available offline).
- ⚠️The `mcp_client.py` and `mcp_server.py` files should be in the same directory for the client to find the server.