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)
sub-agents-mcp
by nickmisasi
Orchestrates task-specific AI agents defined in markdown files for execution via Cursor, Claude Code, or Gemini CLIs within any MCP-compatible tool.
Orchestrates task-specific AI agents defined in markdown files for execution via Cursor, Claude Code, or Gemini CLIs within any MCP-compatible tool.
Setup Requirements
- ⚠️Requires `AGENTS_DIR` environment variable to be set to an absolute path.
- ⚠️Requires Node.js 20 or higher.
- ⚠️Requires one of `cursor-agent` CLI, `claude` CLI, or `gemini` CLI to be installed and authenticated separately.
Verified SafeView Analysis
nautex
by hmldns
Integrate Nautex AI's requirements and task management with various LLM Coding Agents for guided, step-by-step software development.
Integrate Nautex AI's requirements and task management with various LLM Coding Agents for guided, step-by-step software development.
Setup Requirements
- ⚠️Requires Nautex AI API Token (account creation on nautex.ai is needed).
- ⚠️Requires Python 3.10 for execution.
- ⚠️Requires the `uv` package manager for easy installation and execution (`uvx`).
- ⚠️Requires a compatible Coding Agent (e.g., Cursor, Claude Code, Codex, OpenCode, Gemini CLI) to be installed and configured locally.
- ⚠️Needs an active internet connection to communicate with the Nautex AI platform.
- ⚠️Configuration involves local file modifications (`.mcp.json`, `config.toml`, `opencode.json`, agent-specific rule files), which require appropriate file system permissions.
Verified SafeView Analysis
mcp-spec-kit
by ACNet-AI
Guides AI agents through the full lifecycle development and validation of Model Context Protocol (MCP) servers, from requirements to operations.
Guides AI agents through the full lifecycle development and validation of Model Context Protocol (MCP) servers, from requirements to operations.
Setup Requirements
- ⚠️Python 3.11+ required
- ⚠️For faster dependency management, 'uv' is recommended
Verified SafeView Analysis
mcp-bugzilla
by kskarthik
Provides a Model Context Protocol (MCP) server for AI models and other MCP clients to interact with Bugzilla instances for querying bug information, managing comments, and performing searches.
Provides a Model Context Protocol (MCP) server for AI models and other MCP clients to interact with Bugzilla instances for querying bug information, managing comments, and performing searches.
Setup Requirements
- ⚠️Requires Python 3.13 specifically.
- ⚠️Requires an accessible Bugzilla instance with REST API enabled and a valid API key.
- ⚠️The '--bugzilla-server' argument or 'BUGZILLA_SERVER' environment variable is mandatory.
Verified SafeView Analysis
backlog
by veggiemonk
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.
Setup Requirements
- ⚠️Requires Go runtime for building from source or Go installation for `go install`.
- ⚠️Docker required if using the container image.
- ⚠️Assumes an AI agent (e.g., Gemini, Claude) is configured and able to interact with the MCP server or direct CLI commands. The AI agent itself may incur costs/token usage.
Verified SafeView Analysis
drd-vpc-agent
by DrDroidLab
A Python-based VPC agent that acts as a reverse proxy to collect metrics and operational data from various sources within a private network and securely transmit it to the Doctor Droid cloud platform.
A Python-based VPC agent that acts as a reverse proxy to collect metrics and operational data from various sources within a private network and securely transmit it to the Doctor Droid cloud platform.
Setup Requirements
- ⚠️Doctor Droid Cloud API Token Required: The `DRD_CLOUD_API_TOKEN` environment variable is mandatory for authentication with the Doctor Droid platform.
- ⚠️Kubernetes Permissions (High): When deployed on Kubernetes, the agent and its Network Mapper component require significant `ClusterRole` permissions, including read access to most Kubernetes resources, `hostNetwork` for network sniffing, and write access to deployments for auto-updates. This necessitates a thorough understanding of the security implications.
- ⚠️Redis Dependency: The system relies on a Redis instance to function as a message broker and result backend for Celery tasks. This is typically managed automatically by the provided Docker Compose or Helm configurations.
Review RequiredView Analysis
claude-agent-mcp-skills
by dbbuilder
Assists with analyzing and applying code migrations between different frameworks and their versions.
Assists with analyzing and applying code migrations between different frameworks and their versions.
Setup Requirements
- ⚠️Requires Node.js environment.
- ⚠️Project must be built (TypeScript compiled) before running (`npm run build`).
- ⚠️Requires a compatible MCP client (like the Claude Agent SDK CLI) to interact with it via `stdio` transport.
Verified SafeView Analysis
Dynatrace-Managed-MCP
by theharithsa
This MCP server integrates with Dynatrace Managed environments to provide comprehensive observability, security analysis, and DevOps automation capabilities through a set of 39 tools.
This MCP server integrates with Dynatrace Managed environments to provide comprehensive observability, security analysis, and DevOps automation capabilities through a set of 39 tools.
Setup Requirements
- ⚠️Requires a Dynatrace Managed environment with an API token (Paid service)
- ⚠️Requires Node.js 18.0.0 or higher
- ⚠️API token needs specific permissions (e.g., problems.read, metrics.write, entities.read, events.ingest, auditLogs.read, securityProblems.read)
Verified SafeView Analysis
irods-mcp-server
by cyverse
Provides a Machine-Controlled Process (MCP) server for AI clients to access and manage data within iRODS data stores.
Provides a Machine-Controlled Process (MCP) server for AI clients to access and manage data within iRODS data stores.
Setup Requirements
- ⚠️Requires Docker for client-side execution.
- ⚠️Requires iRODS account credentials (username/password) for authenticated access, or relies on anonymous iRODS user.
- ⚠️Client-side configuration (e.g., `~/.config/Claude/claude_desktop_config.json`, `~/.config/Code/User/mcp.json`) is necessary for integration with AI clients like Claude Desktop or VS Code.
- ⚠️Server-side execution requires a `config.yaml` file for configuration or setting environment variables.
Verified SafeView Analysis
team-agentic-setup
by twistingmercury
The Cognee MCP Server functions as a central knowledge memory for a hierarchical AI agent system, enabling agents to dynamically retrieve and apply specialized development patterns for architecture, coding, testing, and deployment tasks.
The Cognee MCP Server functions as a central knowledge memory for a hierarchical AI agent system, enabling agents to dynamically retrieve and apply specialized development patterns for architecture, coding, testing, and deployment tasks.
Setup Requirements
- ⚠️Requires Cognee MCP server configured and running (essential for agents to function)
- ⚠️Requires Claude Code with MCP server support (the primary client application)
- ⚠️Requires Docker for service orchestration and building/testing agents
- ⚠️Requires `jq` and `yq` for script execution and pattern validation
Review RequiredView Analysis
mcp-server
by QuantConnect
Serves as a bridge for AIs to interact with the QuantConnect cloud platform, enabling tasks like project updates, strategy writing, backtesting, and live trading deployments.
Serves as a bridge for AIs to interact with the QuantConnect cloud platform, enabling tasks like project updates, strategy writing, backtesting, and live trading deployments.
Setup Requirements
- ⚠️Requires Docker Desktop for local execution.
- ⚠️Requires QuantConnect User ID and API Token configured as environment variables.
- ⚠️Requires internet access to `https://www.quantconnect.com/api/v2` for QuantConnect API interactions.
- ⚠️Requires specifying the correct Docker `--platform` (e.g., `linux/amd64` or `linux/arm64`) for your system architecture.
Verified SafeView Analysis
kerneldev-mcp
by josefbacik
An MCP server for intelligent Linux kernel configuration management, building, and filesystem regression testing, including advanced device management for performance optimization.
An MCP server for intelligent Linux kernel configuration management, building, and filesystem regression testing, including advanced device management for performance optimization.
Setup Requirements
- ⚠️Requires `virtme-ng` (install via `pip install virtme-ng`).
- ⚠️Requires `QEMU` (system-level package, e.g., `qemu-system-x86_64` for x86_64 targets).
- ⚠️Requires `LVM2` tools (`lvm2` system-level package) for LVM Device Pools.
- ⚠️Requires cross-compilation toolchains (e.g., `gcc-aarch64-linux-gnu`) for cross-compilation targets.
- ⚠️Requires the user account running the MCP server to have passwordless `sudo` access configured for various system commands (e.g., `pvcreate`, `vgcreate`, `lvcreate`, `losetup`, `modprobe`, `chown`, `umount`, `mount`, `blockdev`, `udevadm`, `sgdisk`, `dd`).