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(7632)
jadx-ai-mcp
by zinja-coder
Facilitates AI-powered analysis of Android APKs within JADX for vulnerability assessment and reverse engineering via Model Context Protocol (MCP).
Facilitates AI-powered analysis of Android APKs within JADX for vulnerability assessment and reverse engineering via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires JADX GUI (version 1.5.1, r2333 or newer) as the host application.
- ⚠️Requires an external Model Context Protocol (MCP) server (e.g., 'jadx-mcp-server' written in Python) to mediate communication with LLMs.
- ⚠️The Python MCP server relies on 'uv' for dependency management and execution.
- ⚠️Requires Java 11+ and Python 3.10+ for the full suite to operate.
Verified SafeView Analysis
mcp-neo4j
by neo4j-contrib
The Neo4j Cypher MCP server facilitates AI agent interaction with Neo4j graph databases by exposing Cypher query execution and schema retrieval as tools, supporting Text2Cypher workflows for data analysis and insights.
The Neo4j Cypher MCP server facilitates AI agent interaction with Neo4j graph databases by exposing Cypher query execution and schema retrieval as tools, supporting Text2Cypher workflows for data analysis and insights.
Setup Requirements
- ⚠️Requires an external Neo4j database instance to function.
- ⚠️Neo4j APOC plugin must be installed and enabled on the database for schema retrieval (`get_neo4j_schema` tool).
- ⚠️The default Neo4j password is 'password'; it is critical to override this with strong credentials in production via environment variables or a secret manager.
- ⚠️Local development typically requires `uv` for environment setup and running Python scripts.
Verified SafeView Analysis
mcp-windbg
by svnscha
This server allows AI models to analyze Windows crash dumps and connect to remote debugging sessions using WinDbg/CDB through natural language queries.
This server allows AI models to analyze Windows crash dumps and connect to remote debugging sessions using WinDbg/CDB through natural language queries.
Setup Requirements
- ⚠️Requires Windows operating system.
- ⚠️Requires 'Debugging Tools for Windows' or 'WinDbg from Microsoft Store' to be installed.
- ⚠️Requires Python 3.10 or higher.
Verified SafeView Analysis
golf
by golf-mcp
A Python framework for building Model Context Protocol (MCP) servers, streamlining the creation of AI agent backends with tools, prompts, resources, and integrations for authentication, monitoring, and LLM interactions.
A Python framework for building Model Context Protocol (MCP) servers, streamlining the creation of AI agent backends with tools, prompts, resources, and integrations for authentication, monitoring, and LLM interactions.
Setup Requirements
- ⚠️Requires Python 3.8+ (3.10+ recommended).
- ⚠️Requires `fastmcp==2.12.5` to be installed.
- ⚠️OAuth proxy authentication (for non-DCR providers) requires the `golf-mcp-enterprise` package, which is a separate installation.
- ⚠️Anonymous usage telemetry is collected by default (opt-out model), though it prompts for consent on `golf init` and can be disabled permanently via `golf telemetry disable`.
Verified SafeView Analysis
openops
by openops-cloud
A no-code FinOps automation platform with AI orchestration capabilities, integrating various cloud and business tools to manage cloud costs and financial operations through customizable workflows and multi-tool AI agents.
A no-code FinOps automation platform with AI orchestration capabilities, integrating various cloud and business tools to manage cloud costs and financial operations through customizable workflows and multi-tool AI agents.
Setup Requirements
- ⚠️Requires PostgreSQL and Redis databases.
- ⚠️Requires API keys for integrated AI providers (e.g., OpenAI, Anthropic, Google) for AI functionality, which may incur external API costs.
- ⚠️The default code execution sandbox (`no-op-code-sandbox` using `Function()`) is insecure for untrusted code; users must explicitly set `OPS_CODE_SANDBOX_TYPE=V8_ISOLATE` for secure deployments.
- ⚠️Requires cloud provider credentials (e.g., AWS IAM roles, Azure service principals, Google Cloud service accounts) for cloud automation blocks.
Review RequiredView Analysis
kubernetes-mcp-server
by containers
The Kubernetes MCP Server exposes Kubernetes and OpenShift cluster functionalities as structured tools to AI agents, enabling programmatic and natural language interaction for managing cloud-native resources.
The Kubernetes MCP Server exposes Kubernetes and OpenShift cluster functionalities as structured tools to AI agents, enabling programmatic and natural language interaction for managing cloud-native resources.
Setup Requirements
- ⚠️Requires access to a Kubernetes or OpenShift cluster and `kubectl` configured.
- ⚠️Correct `kubeconfig` setup is essential, especially for multi-cluster interaction or dedicated service accounts.
- ⚠️If OIDC is enabled and HTTPS is used without `insecure=true`, a CA certificate file might be required.
Verified SafeView Analysis
wassette
by microsoft
A secure runtime for executing WebAssembly Components as tools for AI agents via the Model Context Protocol (MCP), focusing on sandboxed execution and fine-grained permissions.
A secure runtime for executing WebAssembly Components as tools for AI agents via the Model Context Protocol (MCP), focusing on sandboxed execution and fine-grained permissions.
Setup Requirements
- ⚠️Requires Rust toolchain (1.90+) and `wasm32-wasip2` target installed.
- ⚠️Requires `just` build automation tool for streamlined development workflows.
- ⚠️Developing custom components may require additional language-specific tooling like `jco` (JavaScript), `uv` (`componentize-py` for Python), or `tinygo` (`wit-bindgen-go` for Go).
- ⚠️Embedding WIT documentation into WASM binaries for AI agent discovery requires `wit-docs-inject`, which may need to be installed manually.
Verified SafeView Analysis
claude-code-mcp
by steipete
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
Setup Requirements
- ⚠️Requires Node.js v20 or later.
- ⚠️Requires Claude CLI to be installed locally.
- ⚠️Crucial one-time setup: Must manually run 'claude --dangerously-skip-permissions' and accept terms before server use.
- ⚠️macOS may require folder permissions on first use, causing initial failure.
Review RequiredView Analysis
mcp-memory-service
by doobidoo
An AI-powered semantic memory service designed for intelligent agents, offering storage, retrieval, and autonomous consolidation of knowledge. It provides a token-efficient API for direct code execution and a FastAPI-based web interface for management and analytics.
An AI-powered semantic memory service designed for intelligent agents, offering storage, retrieval, and autonomous consolidation of knowledge. It provides a token-efficient API for direct code execution and a FastAPI-based web interface for management and analytics.
Setup Requirements
- ⚠️Requires PyTorch (or ONNX Runtime) and Sentence-Transformers; initial setup may involve significant model downloads if not pre-cached, potentially leading to timeouts if not configured for offline mode or extended timeout.
- ⚠️If using Cloudflare or Hybrid storage, requires Cloudflare API Token, Account ID, and Vectorize/D1/R2 resource IDs.
- ⚠️Windows users may experience longer initial setup and potential timeouts, for which specific compatibility patches and timeout adjustments are implemented.
Verified SafeView Analysis
agents
by inkeep
The Inkeep Agents Management MCP Server acts as a gateway for the Inkeep Agent Framework. It exposes the core management API functionalities (such as creating/listing agents, projects, credentials, tools, and managing their relationships) as Model Context Protocol (MCP) compatible tools. This allows external clients or other agents to interact with and manage the Inkeep Agent Framework programmatically via the MCP standard. It also includes capabilities for handling OAuth flows for third-party MCP servers.
The Inkeep Agents Management MCP Server acts as a gateway for the Inkeep Agent Framework. It exposes the core management API functionalities (such as creating/listing agents, projects, credentials, tools, and managing their relationships) as Model Context Protocol (MCP) compatible tools. This allows external clients or other agents to interact with and manage the Inkeep Agent Framework programmatically via the MCP standard. It also includes capabilities for handling OAuth flows for third-party MCP servers.
Setup Requirements
- ⚠️Requires PostgreSQL database setup.
- ⚠️Requires API keys for major LLM providers (Anthropic, OpenAI, Google Generative AI), which are typically paid services.
- ⚠️Integrates with Nango for OAuth, requiring Nango server configuration and secret keys.
- ⚠️Optional integration with Signoz for observability, requiring Signoz URL and API key.
- ⚠️Built with Node.js and uses `pnpm` as the package manager.
Verified SafeView Analysis
awesome-devops-mcp-servers
by rohitg00
A curated list of Model Context Protocol (MCP) servers focused on DevOps tools and capabilities, enabling AI models to interact with various local and remote resources.
A curated list of Model Context Protocol (MCP) servers focused on DevOps tools and capabilities, enabling AI models to interact with various local and remote resources.
Verified SafeView Analysis
better-chatbot
by cgoinglove
An open-source AI chatbot template built with Next.js and Vercel AI SDK, supporting multiple LLMs, advanced tools, image generation, automation, and real-time voice assistance for individuals and teams.
An open-source AI chatbot template built with Next.js and Vercel AI SDK, supporting multiple LLMs, advanced tools, image generation, automation, and real-time voice assistance for individuals and teams.
Setup Requirements
- ⚠️Requires at least one LLM provider API Key (e.g., OPENAI_API_KEY, GOOGLE_GENERATIVE_AI_API_KEY, ANTHROPIC_API_KEY) for core functionality.
- ⚠️Requires a PostgreSQL database URL (`POSTGRES_URL`) for persistent storage of threads, users, agents, and workflows.
- ⚠️Full web search capabilities require an EXA_API_KEY. Using Ollama models requires a local Ollama server running (`OLLAMA_BASE_URL`).