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)
fhir-mcp-server
by wso2
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
Setup Requirements
- ⚠️Requires an accessible FHIR API server to function.
- ⚠️For local Docker/Docker Compose setups, authorization must be explicitly disabled (`FHIR_SERVER_DISABLE_AUTHORIZATION=True`), a limitation noted to be fixed in future releases.
- ⚠️Requires configuration of FHIR server details and potentially OAuth client credentials via environment variables for proper operation.
Verified SafeView Analysis
Handler
by alDuncanson
An A2A (Agent-to-Agent) Protocol client and developer toolkit providing CLI, TUI, local server agent, and MCP server for interacting with AI agents.
An A2A (Agent-to-Agent) Protocol client and developer toolkit providing CLI, TUI, local server agent, and MCP server for interacting with AI agents.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Running the local A2A agent server ('handler server agent') requires Ollama to be installed and running locally, and may prompt to pull models if not available.
- ⚠️Installation with 'pipx' or 'uv tool install' is recommended for a smooth experience, or 'pip' for standard package management.
Verified SafeView Analysis
mcpick
by spences10
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Requires Claude Code to be installed and configured on the system.
- ⚠️If building from source, pnpm is recommended.
Verified SafeView Analysis
memory-mcp-server-go
by okooo5km
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
Setup Requirements
- ⚠️For manual installations (e.g., downloading binaries or building from source), users must manually add the server executable's directory to their system's PATH.
- ⚠️The quick install script (`curl | bash`) is not supported on Windows; Windows users must download the pre-built `.zip` binary and configure their PATH manually.
- ⚠️For network transports (SSE, Streamable HTTP), authentication is optional and disabled by default. It is critical to enable it using the `--auth-bearer <token>` flag for any non-local deployment.
Verified SafeView Analysis
phpMyFAQ
by thorsten
The phpMyFAQ MCP Server allows Large Language Models (LLMs) to query a phpMyFAQ installation to provide contextually relevant answers based on its FAQ content, enabling AI assistants to access and utilize the knowledge base.
The phpMyFAQ MCP Server allows Large Language Models (LLMs) to query a phpMyFAQ installation to provide contextually relevant answers based on its FAQ content, enabling AI assistants to access and utilize the knowledge base.
Setup Requirements
- ⚠️PHP 8.4+ is required.
- ⚠️Requires an external database (MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, or SQLite3).
- ⚠️AI-assisted translation features require API keys for external (potentially paid) translation services (e.g., Google, DeepL, Azure, Amazon).
- ⚠️If using Elasticsearch or OpenSearch, the host system needs `vm.max_map_count` kernel setting configured to at least 262144.
Verified SafeView Analysis
mcp-execution
by bug-ops
Transforms any Model Context Protocol (MCP) server into executable, type-safe TypeScript tools for AI agents, enabling progressive loading and achieving significant token savings.
Transforms any Model Context Protocol (MCP) server into executable, type-safe TypeScript tools for AI agents, enabling progressive loading and achieving significant token savings.
Setup Requirements
- ⚠️Requires Rust 1.89+ for building from source.
- ⚠️Requires Node.js 18+ for running generated TypeScript tools.
- ⚠️Requires user to create/manage `~/.claude/mcp.json` for server configurations.
Verified SafeView Analysis
mcp-trino
by tuannvm
Enables AI assistants to interact with Trino's distributed SQL query engine for data analytics through a standardized Model Context Protocol (MCP) server.
Enables AI assistants to interact with Trino's distributed SQL query engine for data analytics through a standardized Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires a running Trino cluster for data access.
- ⚠️Requires Kubernetes 1.19+ and Helm 3.0+ for Helm chart deployments (with EKS specific integrations if using AWS).
- ⚠️OAuth authentication requires a configured OIDC provider and careful setup of client IDs, secrets, issuer URLs, audience, and redirect URIs; JWT_SECRET is critical for multi-pod deployments.
- ⚠️Performance for AI queries can be significantly improved by configuring TRINO_ALLOWED_SCHEMAS/CATALOGS/TABLES to restrict the data scope.
Verified SafeView Analysis
logfire-mcp
by pydantic
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
Setup Requirements
- ⚠️Requires 'uv' for installation and execution.
- ⚠️Requires a Pydantic Logfire read token (LOGFIRE_READ_TOKEN environment variable or --read-token argument).
- ⚠️Requires LOGFIRE_BASE_URL if running Logfire in a self-hosted environment.
- ⚠️The server's internal age limit for queries is 210 days, despite the README stating 7 days, which can lead to unexpectedly large and costly queries.
Verified SafeView Analysis
action_mcp
by seuros
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
Setup Requirements
- ⚠️Requires a Ruby on Rails application (Ruby 3.4.8+/4.0.0+, Rails 8.1.1+).
- ⚠️Requires a relational database (PostgreSQL, MySQL, or SQLite3) for session, message, and task persistence, involving database migrations during setup.
- ⚠️Potential for middleware conflicts in existing Rails applications; often requires using a minimal Rack setup (`mcp_vanilla.ru`) to avoid issues with web-specific middleware.
Verified SafeView Analysis
mcp-server
by UI5
Provides an interface for AI agents to assist with UI5 application development, including scaffolding, linting, API reference lookup, and manifest validation.
Provides an interface for AI agents to assist with UI5 application development, including scaffolding, linting, API reference lookup, and manifest validation.
Setup Requirements
- ⚠️Requires Node.js v20.17.0, v22.9.0 or higher.
- ⚠️Requires npm v8.0.0 or higher.
- ⚠️Requires an MCP client (e.g., VS Code with MCP extension, Cline).
- ⚠️Connecting to OData V4 services outside of 'localhost' or 'services.odata.org' requires configuring the 'UI5_MCP_SERVER_ALLOWED_ODATA_DOMAINS' environment variable.
Verified SafeView Analysis
PowerMCP
by Power-Agent
Facilitating AI (LLM) interaction with various power system simulation and analysis software for tasks like power flow, dynamic simulation, contingency analysis, and optimization.
Facilitating AI (LLM) interaction with various power system simulation and analysis software for tasks like power flow, dynamic simulation, contingency analysis, and optimization.
Setup Requirements
- ⚠️The PSSE server requires Python 2.7, which is an end-of-life version and difficult to manage/install alongside modern Python environments.
- ⚠️The ANDES server has a hardcoded `STORE_DIR` path in `andes_mcp.py` that *must* be changed to a valid local directory before use.
- ⚠️Requires installation of specific commercial/open-source power system software (e.g., PSSE, PowerWorld, LTSpice, PyPSA, Egret, pandapower, ANDES) and their respective Python APIs or compatibility layers (e.g., Wine for LTSpice on Linux/macOS).
- ⚠️MCPHost or an MCP-compatible LLM client (e.g., Claude Desktop, Cursor) is required to interact with the server.
Review RequiredView Analysis
luma-mcp
by JochenYang
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
Provides multi-model vision understanding capabilities to AI assistants that lack native image understanding.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0
- ⚠️Requires an API Key for at least one vision model provider (Zhipu, SiliconFlow, Aliyun, Volcengine); DeepSeek-OCR (SiliconFlow) is free, others are paid.
- ⚠️The `sharp` image processing library might require native build tools depending on the system, though `npm install` typically handles it.