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(7756)
DMCPServer
by Daniel09Fernandes
DMCPServer allows Delphi developers to create and expose Master Control Protocol (MCP) servers, enabling integration with AI platforms like Claude for external tool execution and resource management.
DMCPServer allows Delphi developers to create and expose Master Control Protocol (MCP) servers, enabling integration with AI platforms like Claude for external tool execution and resource management.
Setup Requirements
- ⚠️Requires Delphi development environment
- ⚠️Requires `boss` package manager
- ⚠️Requires a specific port for HTTP protocol
Verified SafeView Analysis
mcp-reference-server
by commerce-operations-foundation
The Commerce Operations Foundation MCP Server standardizes the interface between AI agents (like Claude) and fulfillment systems, enabling AI to manage e-commerce operations like order capture, inventory, and fulfillment via plug-and-play adapters.
The Commerce Operations Foundation MCP Server standardizes the interface between AI agents (like Claude) and fulfillment systems, enabling AI to manage e-commerce operations like order capture, inventory, and fulfillment via plug-and-play adapters.
Setup Requirements
- ⚠️Requires Node.js 18+ installed.
- ⚠️Custom adapters can be loaded dynamically from NPM or local files, requiring careful vetting of their source code due to inherent security risks (full system permissions upon loading).
- ⚠️The `ADAPTER_CONFIG` environment variable must contain valid JSON.
Verified SafeView Analysis
IntelliConnect
by ruanrongman
Backend service for an intelligent IoT platform, integrating AI agents and physical device control.
Backend service for an intelligent IoT platform, integrating AI agents and physical device control.
Setup Requirements
- ⚠️Requires Docker for easy setup of MySQL, Redis, EMQX, and InfluxDB.
- ⚠️Requires Java 17 runtime environment.
- ⚠️Requires an EMQX cluster with exhook configured for MQTT message processing.
- ⚠️Requires API keys for various external Large Language Models (LLMs) and potentially other AI services (e.g., Dashscope, GLM, DeepSeek, SiliconFlow, UniApi).
- ⚠️Knowledge base (RAG) functionality depends on a ChromaDB instance.
Verified SafeView Analysis
mcp-kubernetes
by Azure
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.
Setup Requirements
- ⚠️Requires `kubectl` to be installed and in PATH. Additional CLIs (`helm`, `cilium`, `hubble`) are required if enabled via `--additional-tools` flag.
- ⚠️Requires a valid Kubernetes `kubeconfig` file accessible in the environment.
- ⚠️Designed to be integrated with an AI client (e.g., AutoGen, GitHub Copilot) that supports the Model Context Protocol (MCP), requiring client-side setup.
Verified SafeView Analysis
gofannon
by The-AI-Alliance
Gofannon is a web application designed for subject matter experts to rapidly prototype AI agents, compose tools, integrate data sources, define decision paths, and design lightweight web UIs to wrap them, enabling quick iteration and sharing of agent-driven experiences.
Gofannon is a web application designed for subject matter experts to rapidly prototype AI agents, compose tools, integrate data sources, define decision paths, and design lightweight web UIs to wrap them, enabling quick iteration and sharing of agent-driven experiences.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for full local setup.
- ⚠️Requires Node.js (v18+) and pnpm (v8+) for frontend development.
- ⚠️Requires Python (v3.10+) and pip for backend development.
- ⚠️Full AI functionality requires API keys for OpenAI, Google Gemini, Anthropic, or local Ollama instances.
- ⚠️Admin panel is disabled by default and needs `VITE_ADMIN_PANEL_ENABLED=true` and `ADMIN_PANEL_PASSWORD` environment variables to be activated.
Review RequiredView Analysis
codex-mcp-skills
by athola
Acts as a skills support engine for Claude Code and Codex CLI, validating, analyzing, and syncing skills bidirectionally between both CLIs, and serving them via MCP.
Acts as a skills support engine for Claude Code and Codex CLI, validating, analyzing, and syncing skills bidirectionally between both CLIs, and serving them via MCP.
Setup Requirements
- ⚠️Requires Rust toolchain >= 1.75 for building from source or `cargo install`.
- ⚠️`SKRILLS_CODEX_API_KEY` or `SKRILLS_CLAUDE_API_KEY` are required for subagent functionality, typically involving paid services.
- ⚠️The installation script may require `jq` or `python3` as a fallback for JSON processing if `jq` is not found.
Verified SafeView Analysis
pagerduty-mcp-server
by PagerDuty
Provides tools to interact with the PagerDuty API, allowing MCP-enabled AI clients/agents to manage incidents, services, schedules, and event orchestrations.
Provides tools to interact with the PagerDuty API, allowing MCP-enabled AI clients/agents to manage incidents, services, schedules, and event orchestrations.
Setup Requirements
- ⚠️Requires 'asdf-vm' and 'uv' for environment management.
- ⚠️Requires a PagerDuty User API Token (not account-level) with appropriate permissions.
- ⚠️Requires Python 3.12 or newer.
Verified SafeView Analysis
post-cortex
by julymetodiev
Post-Cortex is an MCP server that provides AI assistants with long-term memory, storing conversations, decisions, and insights in a searchable knowledge base with automatic entity extraction and semantic search capabilities.
Post-Cortex is an MCP server that provides AI assistants with long-term memory, storing conversations, decisions, and insights in a searchable knowledge base with automatic entity extraction and semantic search capabilities.
Setup Requirements
- ⚠️To enable full semantic search, the server must be built with the 'embeddings' feature (`cargo build --release --features embeddings`), which involves downloading local AI models.
- ⚠️Requires manual configuration in `~/Library/Application Support/Claude/claude_desktop_config.json` for integration with Claude Desktop.
- ⚠️Database is locked by another process (likely the daemon) if you try to use `pcx export` or `pcx import` without stopping the daemon first, requiring a daemon restart or `pkill`.
Verified SafeView Analysis
last9-mcp-server
by last9
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
Setup Requirements
- ⚠️Docker required to build and run the containerized server.
- ⚠️Go compiler (v1.16+) required if building and running directly without Docker.
Verified SafeView Analysis
skrills
by athola
A skills support engine for Claude Code and Codex CLI that validates, analyzes, and synchronizes skills bidirectionally.
A skills support engine for Claude Code and Codex CLI that validates, analyzes, and synchronizes skills bidirectionally.
Setup Requirements
- ⚠️Requires API keys (e.g., SKRILLS_CODEX_API_KEY, SKRILLS_CLAUDE_API_KEY) for subagent functionality, which typically involve paid services.
- ⚠️Building from source requires a Rust toolchain (>= 1.75 recommended).
- ⚠️Installation may fall back to `jq` or `python3` if the client's `claude` CLI is not available.
Review RequiredView Analysis
solana-mcp-server
by openSVM
Provides a unified Multi-Chain Protocol (MCP) server for Solana RPC methods, network management, and optional monetized access via the x402 payment protocol, supporting stdio, HTTP, and WebSocket transports.
Provides a unified Multi-Chain Protocol (MCP) server for Solana RPC methods, network management, and optional monetized access via the x402 payment protocol, supporting stdio, HTTP, and WebSocket transports.
Setup Requirements
- ⚠️Requires Rust toolchain installed for building and running.
- ⚠️Requires a running Solana RPC endpoint (configurable via SOLANA_RPC_URL or config.json).
- ⚠️If the x402 payment protocol feature is enabled, it requires an external facilitator service (configured via facilitator_base_url in X402Config).
Verified SafeView Analysis
MediaWiki-MCP-Server
by ProfessionalWiki
Enables Large Language Model (LLM) clients to interact with and manage content on any MediaWiki wiki.
Enables Large Language Model (LLM) clients to interact with and manage content on any MediaWiki wiki.
Setup Requirements
- ⚠️A `config.json` file is required for interacting with private wikis or using authenticated tools.
- ⚠️Authentication setup (OAuth2 token or bot username/password) is mandatory for tools marked with a lock icon (e.g., `create-page`, `update-page`, `delete-page`, `upload-file`).