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)
maps-streamable-mcp-server
by iceener
This MCP server is designed for location-aware AI agents running on mobile devices to search places, get details, and plan routes using Google Maps Platform APIs.
This MCP server is designed for location-aware AI agents running on mobile devices to search places, get details, and plan routes using Google Maps Platform APIs.
Setup Requirements
- ⚠️Requires a Google Maps Platform API Key (Places API (New) and Routes API must be enabled, which are paid services).
- ⚠️Requires a `BEARER_TOKEN` secret to be generated and configured for client authentication (unless authentication is explicitly disabled).
- ⚠️Cloudflare Worker deployment requires a Cloudflare account, `wrangler` CLI, a KV namespace, and setting secrets via `wrangler secret put`.
Verified SafeView Analysis
jetski
by hyprmcp
An open-source analytics and authentication platform for Model Context Protocol (MCP) servers, providing visibility into prompt usage, client activity, and authentication without requiring code changes to the MCP server.
An open-source analytics and authentication platform for Model Context Protocol (MCP) servers, providing visibility into prompt usage, client activity, and authentication without requiring code changes to the MCP server.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for local database and identity provider (Dex).
- ⚠️Requires `mise` (or equivalent tool manager) and `pnpm` for development environment setup.
- ⚠️Requires modifying the host file (`/etc/hosts`) to resolve `host.minikube.internal` for local Dex setup.
- ⚠️Kubernetes (Minikube) is recommended for local orchestration of the MCP Gateway.
Verified SafeView Analysis
solon
by opensolon
A Java enterprise application development framework designed for high-performance microservices, offering robust web API capabilities, AI integration (including an MCP server implementation), scheduling, and various data and cloud features.
A Java enterprise application development framework designed for high-performance microservices, offering robust web API capabilities, AI integration (including an MCP server implementation), scheduling, and various data and cloud features.
Setup Requirements
- ⚠️Requires proper Java Development Kit (JDK) 8 to 25 environment.
- ⚠️HTTPS functionality necessitates a `.jks` or `.pfx` keystore file and its password (`server.ssl.keyStore`, `server.ssl.keyPassword`).
- ⚠️Utilizes AOT (Ahead-Of-Time) compilation and GraalVM native image, which may require specific build tools and configurations for optimal deployment.
- ⚠️Dynamic code execution features (e.g., SnEL expressions, FaaS via Luffy) can introduce severe security risks if not carefully sandboxed and shielded from untrusted user input.
Review RequiredView Analysis
agent
by 1mcp-app
Manages and proxies Model Context Protocol (MCP) servers, enabling discovery, installation, configuration, and secure interaction for various desktop applications and clients.
Manages and proxies Model Context Protocol (MCP) servers, enabling discovery, installation, configuration, and secure interaction for various desktop applications and clients.
Setup Requirements
- ⚠️Requires Node.js and pnpm to run.
- ⚠️Windows and Linux support for automatic app configuration paths (`app consolidate` feature) is explicitly marked as 'untested' and experimental.
- ⚠️OAuth setup requires additional client registration and consent flow if authentication is enabled.
Verified SafeView Analysis
octocode
by Muvon
Octocode is an intelligent code indexer, semantic search engine, and knowledge graph builder that provides AI-powered assistance for developers.
Octocode is an intelligent code indexer, semantic search engine, and knowledge graph builder that provides AI-powered assistance for developers.
Setup Requirements
- ⚠️Requires Voyage AI API Key (free tier available, but registration required for embeddings)
- ⚠️Requires OpenRouter API Key for AI features (optional, registration required for LLM capabilities)
- ⚠️Requires Rust toolchain (1.70+)
- ⚠️Local-first embedding models (FastEmbed, SentenceTransformer) are only fully offline on macOS; other platforms or cloud models require internet access.
- ⚠️Indexing requires a Git repository or `--no-git` flag to be specified.
Verified SafeView Analysis
MCP-PostgreSQL-Ops
by call518
This MCP server provides comprehensive PostgreSQL database operations, monitoring, and management through natural language queries.
This MCP server provides comprehensive PostgreSQL database operations, monitoring, and management through natural language queries.
Setup Requirements
- ⚠️Requires a running PostgreSQL instance (12+ recommended for full feature set).
- ⚠️Full functionality (e.g., slow query analysis, function statistics) depends on PostgreSQL extensions (pg_stat_statements, pg_stat_monitor) and configuration settings (track_functions, track_io_timing).
- ⚠️Requires Python 3.12 or higher.
Verified SafeView Analysis
autosteer
by notch-ai
An AI-powered desktop application (AutoSteer) designed to assist developers with coding, project management, and integrating various development tools. It provides a conversational interface with AI agents, manages projects as Git worktrees, offers an integrated terminal, Git changes viewer, and advanced tab management for session isolation and persistence. It also integrates with Multi-Cloud Platform (MCP) servers for extended functionality.
An AI-powered desktop application (AutoSteer) designed to assist developers with coding, project management, and integrating various development tools. It provides a conversational interface with AI agents, manages projects as Git worktrees, offers an integrated terminal, Git changes viewer, and advanced tab management for session isolation and persistence. It also integrates with Multi-Cloud Platform (MCP) servers for extended functionality.
Setup Requirements
- ⚠️Requires Python runtime and the Claude Agent SDK to be installed for local AI capabilities and MCP server integration.
- ⚠️Project creation necessitates a valid GitHub repository URL and branch.
- ⚠️Integrated with various IDEs (e.g., VS Code, Cursor, WebStorm), which users may need to install separately.
- ⚠️MCP Server integration may require additional setup and OAuth authentication specific to those servers.
Verified SafeView Analysis
mcp-gearbox
by rohitsoni007
A cross-platform desktop application for managing Model Context Protocol (MCP) servers across various AI agents.
A cross-platform desktop application for managing Model Context Protocol (MCP) servers across various AI agents.
Setup Requirements
- ⚠️Requires `uv` (Python package manager) or Python 3.11+ for `mcp-cli` installation.
- ⚠️Requires Git for `mcp-cli` installation from source (GitHub repositories).
- ⚠️Initially attempts to auto-install `mcp-cli` on first run; manual intervention might be needed if dependencies (Python, uv) are not met.
Verified SafeView Analysis
haiku.rag
by ggozad
Agentic RAG system for document management, semantic search, question answering, and multi-agent research, designed to be exposed as tools for AI assistants (e.g., Claude Desktop).
Agentic RAG system for document management, semantic search, question answering, and multi-agent research, designed to be exposed as tools for AI assistants (e.g., Claude Desktop).
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️Requires Ollama running locally (for default models) or API keys for cloud providers (e.g., OPENAI_API_KEY, ANTHROPIC_API_KEY).
- ⚠️Database must be explicitly initialized (`haiku-rag init`) and creating a vector index (`haiku-rag create-index`) is recommended for large datasets for performance.
- ⚠️Document processing via Docling can be resource-intensive; for heavy workloads, remote processing with `docling-serve` (a separate service) is recommended.
Verified SafeView Analysis
files-stdio-mcp-server
by iceener
Provides sandboxed filesystem access for AI agents to explore directories, read/search file content, and safely edit text files with checksum verification.
Provides sandboxed filesystem access for AI agents to explore directories, read/search file content, and safely edit text files with checksum verification.
Setup Requirements
- ⚠️Requires `Bun` runtime for the primary `dev` and `start` scripts.
- ⚠️User MUST configure accessible directories via `FS_ROOTS` or `FS_ROOT` environment variables, otherwise the filesystem tools will be non-functional or report 'OUT_OF_SCOPE' errors.
- ⚠️When connecting to clients (e.g., Claude Desktop), the `args` parameter often requires the absolute path to the server's entry point (e.g., `/absolute/path/to/files-mcp/src/index.ts`).
Verified SafeView Analysis
ecos
by ecos-labs
Transforms AWS Cost and Usage Reports (CUR) into enriched datasets for FinOps analysis and provides AI-powered cost insights.
Transforms AWS Cost and Usage Reports (CUR) into enriched datasets for FinOps analysis and provides AI-powered cost insights.
Setup Requirements
- ⚠️Requires AWS CLI and configured AWS credentials.
- ⚠️Requires Python 3.8+ and dbt Core with the `dbt-athena-community` adapter installed.
- ⚠️AWS Cost & Usage Reports (CUR) must be enabled and configured for Athena in your AWS account.
- ⚠️Appropriate AWS IAM permissions are necessary for the CLI to create and manage AWS resources (S3, Athena).
- ⚠️Setting the `GITHUB_TOKEN` environment variable is recommended to avoid GitHub API rate limiting during model downloads.
Verified SafeView Analysis
mcp-k8s-go
by strowk
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
Setup Requirements
- ⚠️Requires access to a Kubernetes cluster configured via a kubeconfig file (defaults to ~/.kube/config).
- ⚠️For convenient installation and execution of pre-built binaries, Node.js and npm/npx are required.
- ⚠️If building from source, Golang is required.