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)
jooby-mcp
by kliushnichenko
Integrates the Java Model Context Protocol (MCP) SDK with Jooby to enable declarative, annotation-based registration and serving of tools, prompts, and resources as a standardized API.
Integrates the Java Model Context Protocol (MCP) SDK with Jooby to enable declarative, annotation-based registration and serving of tools, prompts, and resources as a standardized API.
Setup Requirements
- ⚠️Requires `jooby-mcp` and `jooby-mcp-apt` (annotation processor) dependencies in Maven `pom.xml`.
- ⚠️Requires explicit configuration in `application.conf` for each MCP server, specifying `name`, `version`, and `transport`.
- ⚠️A JSON encoder/decoder (e.g., Jooby's `JacksonModule`) and a Dependency Injection module (e.g., `AvajeInjectModule`) must be installed in the Jooby application.
Verified SafeView Analysis
alertmanager-mcp-server
by ntk148v
Enables AI assistants and tools to query and manage Prometheus Alertmanager resources programmatically and securely.
Enables AI assistants and tools to query and manage Prometheus Alertmanager resources programmatically and securely.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Requires a running and accessible Prometheus Alertmanager server
- ⚠️The ALERTMANAGER_URL environment variable is mandatory for operation
Verified SafeView Analysis
reflective-agent-architecture
by angrysky56
A research prototype for a Reflective Agent Architecture (RAA) that integrates modern associative memory with metacognitive monitoring for insight-like problem-solving, capable of self-reflection and dynamic adaptation.
A research prototype for a Reflective Agent Architecture (RAA) that integrates modern associative memory with metacognitive monitoring for insight-like problem-solving, capable of self-reflection and dynamic adaptation.
Setup Requirements
- ⚠️Requires Neo4j Database instance running and configured (NEO4J_URI, NEO4J_USER, NEO4J_PASSWORD)
- ⚠️Requires API keys for chosen commercial LLM providers (e.g., OPENROUTER_API_KEY, OPENAI_API_KEY, ANTHROPIC_API_KEY, GEMINI_API_KEY, HF_TOKEN)
- ⚠️Requires local Ollama or LM Studio instance if local LLM providers are selected
- ⚠️Automatically installs LADR theorem prover binaries locally (Python packages: sentence-transformers, openai, ollama, anthropic, google.generativeai, huggingface_hub, chromadb, numpy, torch, neo4j)
Review RequiredView Analysis
druid-mcp-server
by iunera
Manages and analyzes Apache Druid clusters, facilitating operations like data ingestion, security, and health monitoring via an MCP client.
Manages and analyzes Apache Druid clusters, facilitating operations like data ingestion, security, and health monitoring via an MCP client.
Setup Requirements
- ⚠️Requires a running Apache Druid cluster for full functionality.
- ⚠️Docker is the recommended deployment method for the server. Alternatively, Java and Maven are required to build and run the JAR.
- ⚠️An MCP client (e.g., Claude Desktop or custom client using the Model Context Protocol library) is required to interact with the server.
Verified SafeView Analysis
openstudio-mcp-server
by roruizf
Enables AI assistants like Claude to interact with OpenStudio building energy models through a comprehensive set of natural language accessible tools for loading, inspecting, and manipulating models.
Enables AI assistants like Claude to interact with OpenStudio building energy models through a comprehensive set of natural language accessible tools for loading, inspecting, and manipulating models.
Setup Requirements
- ⚠️Requires Docker Desktop for Windows/Mac/Linux (for recommended setup).
- ⚠️Requires a system-level installation of OpenStudio 3.7.0 (not a Python pip package) within the Docker container or local environment.
- ⚠️Strongly recommends cloning the repository to a short root path (e.g., C:\openstudio-mcp-server) on Windows to avoid the 260-character path limit.
Verified SafeView Analysis
mcp-servers
by yoichiojima-2
Aggregates various specialized MCP servers into a single, unified endpoint for AI agent interaction, enabling complex multi-domain tasks such as data analysis, document processing, web automation, and AI workflow management.
Aggregates various specialized MCP servers into a single, unified endpoint for AI agent interaction, enabling complex multi-domain tasks such as data analysis, document processing, web automation, and AI workflow management.
Setup Requirements
- ⚠️Requires multiple external software dependencies like Node.js, Playwright, LibreOffice, and Pandoc for full functionality.
- ⚠️Requires paid API keys for OpenAI (for o3, vectorstore, img2pptx), Dify (for dify), and Google GenAI (for nano-banana) depending on usage.
- ⚠️The `shell` server's `ALLOWED_COMMANDS` environment variable is empty by default, enabling all shell commands. It is CRITICAL to configure this allowlist for production environments to mitigate security risks.
Verified SafeView Analysis
tf-mcp-server
by liuwuliuyun
An MCP server for AI assistants to manage Azure infrastructure-as-code (IaC) using Terraform, providing documentation, security validation, code generation, and state management capabilities.
An MCP server for AI assistants to manage Azure infrastructure-as-code (IaC) using Terraform, providing documentation, security validation, code generation, and state management capabilities.
Setup Requirements
- ⚠️Requires Docker for recommended deployment (pre-built image available)
- ⚠️Azure Authentication (Service Principal or `az login`) is critical for most Azure-related functionalities
- ⚠️External CLI tools (Terraform, TFLint, Conftest, aztfexport) are bundled in Docker image; must be manually installed if running outside Docker
- ⚠️GitHub Token is recommended to avoid rate limiting for Azure Verified Modules (AVM) documentation and content downloads
Verified SafeView Analysis
ai-changelog-generator
by entro314-labs
Generates AI-powered changelogs from Git commits and working directory changes, provides repository analysis, and suggests AI-enhanced commit messages by integrating with various AI providers.
Generates AI-powered changelogs from Git commits and working directory changes, provides repository analysis, and suggests AI-enhanced commit messages by integrating with various AI providers.
Setup Requirements
- ⚠️Requires Node.js v18 or higher.
- ⚠️Requires npm or pnpm for dependency installation.
- ⚠️Requires configuration of at least one AI provider's API key (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY, etc.) in a .env.local file (AI services typically incur costs).
- ⚠️Must be run from within a Git repository for most functionalities.
Verified SafeView Analysis
bing-mcp-cn-enhanced
by Lynxe-public
Provides a local Model Context Protocol (MCP) server that allows AI agents (like Claude) to perform localized Chinese Bing searches and fetch content from the resulting web pages.
Provides a local Model Context Protocol (MCP) server that allows AI agents (like Claude) to perform localized Chinese Bing searches and fetch content from the resulting web pages.
Setup Requirements
- ⚠️Requires Node.js version >= 16.0.0.
- ⚠️Requires Playwright Chromium browser to be installed; the server attempts to auto-install it, but manual installation (`npx playwright install chromium`) might be necessary if auto-installation fails.
- ⚠️Requires manual configuration in an MCP client's settings (e.g., `.cursor/mcp.json`) to register the server and its tools.
Verified SafeView Analysis
kusto-mcp
by johnib
Enables AI assistants to interact with Azure Data Explorer (Kusto) databases using the Model Context Protocol (MCP).
Enables AI assistants to interact with Azure Data Explorer (Kusto) databases using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Azure CLI login for authentication by default, or Azure Identity credentials.
- ⚠️Requires Node.js v16+ to run the server.
- ⚠️Requires network access to an Azure Data Explorer (Kusto) cluster.
Verified SafeView Analysis
mcp-servers-devops-toolkit
by WagnerAgent
Provides a curated list of Model Context Protocol (MCP) servers relevant to DevOps workflows for AI agents and developers.
Provides a curated list of Model Context Protocol (MCP) servers relevant to DevOps workflows for AI agents and developers.
Verified SafeView Analysis
mcp-server
by rad-security
Provides an AI-powered Model Context Protocol (MCP) server for integrating with RAD Security's Kubernetes and cloud security insights.
Provides an AI-powered Model Context Protocol (MCP) server for integrating with RAD Security's Kubernetes and cloud security insights.
Setup Requirements
- ⚠️Requires Node.js 20.x or higher.
- ⚠️Requires RAD Security account credentials (RAD_SECURITY_ACCESS_KEY_ID, RAD_SECURITY_SECRET_KEY, RAD_SECURITY_ACCOUNT_ID) for most functionalities, implying a dependency on the proprietary Rad Security platform.
- ⚠️Relies on external APIs for data (Rad Security API, cve.circl.lu API).