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(9120)
shinzo-py
by shinzo-labs
Provides OpenTelemetry-compatible observability for Python MCP servers, offering insights into agent usage patterns, contextualized tool calls, and server performance analysis.
Provides OpenTelemetry-compatible observability for Python MCP servers, offering insights into agent usage patterns, contextualized tool calls, and server performance analysis.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️This is an SDK, not a standalone server; it requires an existing MCP server (FastMCP or Traditional MCP) instance to instrument.
- ⚠️For telemetry export to a backend, authentication (e.g., a bearer token or API key) must be configured in `exporter_auth` with a valid token/key.
Verified SafeView Analysis
mnemograph
by tm42
Provides a persistent, event-sourced knowledge graph for AI coding agents to store, retrieve, and version durable collaborative knowledge across sessions, enabling semantic search and tiered context retrieval.
Provides a persistent, event-sourced knowledge graph for AI coding agents to store, retrieve, and version durable collaborative knowledge across sessions, enabling semantic search and tiered context retrieval.
Setup Requirements
- ⚠️Requires `uv` or `uvx` (a Python package installer/runner) for convenient installation and execution.
- ⚠️Relies on the local `git` command-line tool for version control features such as committing, rewinding, and branching.
- ⚠️A dedicated memory directory (e.g., `~/.claude/memory` or project-local `.claude/memory`) must exist and be configured via `MEMORY_PATH`.
- ⚠️The embedding model (`sentence-transformers`) loads lazily on the first semantic search or indexing operation, which can introduce a 2-3 second cold-start delay.
Verified SafeView Analysis
PolarionMcpServers
by peakflames
Integrate Polarion Application Lifecycle Management (ALM) data with Model Context Protocol (MCP) clients and AI assistants.
Integrate Polarion Application Lifecycle Management (ALM) data with Model Context Protocol (MCP) clients and AI assistants.
Setup Requirements
- ⚠️Requires .NET 9.0 SDK or later for building/local execution.
- ⚠️Docker is required for the recommended server-based deployment.
- ⚠️Crucial to secure Polarion credentials (username, password) using methods like .NET User Secrets or Azure Key Vault, *not* plaintext in `appsettings.json`.
- ⚠️Configuration in `appsettings.json` is complex and needs careful tailoring for each Polarion project and its specific work item types/custom fields.
- ⚠️Running with replica instances is explicitly unsupported due to session connection issues.
Verified SafeView Analysis
imgenx
by NewToolAI
AI image and video generation and processing, functioning as a command-line tool or MCP server.
AI image and video generation and processing, functioning as a command-line tool or MCP server.
Setup Requirements
- ⚠️Requires API keys for Doubao (Volcengine) and/or Aliyun (Tongyi Qianwen) services (paid).
- ⚠️Python 3.10+ is required.
- ⚠️Specific environment variables (e.g., IMGENX_TEXT_TO_IMAGE, IMGENX_DOUBAO_API_KEY) must be configured for chosen providers and tasks.
Verified SafeView Analysis
octomind-mcp
by OctoMind-dev
This MCP server enables AI agents to create, execute, and manage end-to-end tests on the Octomind platform.
This MCP server enables AI agents to create, execute, and manage end-to-end tests on the Octomind platform.
Setup Requirements
- ⚠️Requires `APIKEY` environment variable for Octomind API access.
- ⚠️Requires Node.js version >=22.0.0.
- ⚠️Using `pnpm` as the package manager is implied by `packageManager` field in `package.json`.
- ⚠️For production or horizontal scaling, Redis is recommended for session storage and requires `REDIS_URL` to be configured.
Verified SafeView Analysis
mcp-registry
by ravitemer
The Model Context Protocol (MCP) Registry centralizes and structures installation configurations for various MCP servers, enabling easy discovery and integration into MCP clients and hubs.
The Model Context Protocol (MCP) Registry centralizes and structures installation configurations for various MCP servers, enabling easy discovery and integration into MCP clients and hubs.
Setup Requirements
- ⚠️Requires Node.js for registry build/validation scripts.
- ⚠️Requires `npm install` to setup project dependencies.
Verified SafeView Analysis
ax-mcp
by Axiomatic-AI
Converts PDF documents to markdown format using advanced OCR technology for AI assistants.
Converts PDF documents to markdown format using advanced OCR technology for AI assistants.
Setup Requirements
- ⚠️Requires an `AXIOMATIC_API_KEY`, which is obtained by filling out a Google Form.
- ⚠️Requires 'uv' for installation, and it is recommended not to install it in a Conda environment.
- ⚠️Requires Python 3.11+.
Verified SafeView Analysis
rag-server-mcp
by SylphxAI
Provides Retrieval Augmented Generation (RAG) capabilities to Model Context Protocol (MCP) clients by indexing project documents and retrieving relevant content for LLMs.
Provides Retrieval Augmented Generation (RAG) capabilities to Model Context Protocol (MCP) clients by indexing project documents and retrieving relevant content for LLMs.
Setup Requirements
- ⚠️Project is explicitly DEPRECATED and unmaintained; migration to CodeRAG is strongly recommended.
- ⚠️Requires a running ChromaDB instance (default: localhost:8000).
- ⚠️Requires a running Ollama instance (default: localhost:11434), and the 'nomic-embed-text' model must be pulled manually.
- ⚠️Known E2E test failures indicate potential instability or bugs in Genkit's ChromaDB and Ollama plugin integrations.
Review RequiredView Analysis
mcp-server
by tektoncd
Provides a server implementing the Model Context Protocol (MCP) to manage Tekton CI/CD pipelines and tasks within a Kubernetes cluster, including discovery and installation of community artifacts from Artifact Hub.
Provides a server implementing the Model Context Protocol (MCP) to manage Tekton CI/CD pipelines and tasks within a Kubernetes cluster, including discovery and installation of community artifacts from Artifact Hub.
Setup Requirements
- ⚠️Requires a running Kubernetes cluster for deployment and operation.
- ⚠️Requires extensive Kubernetes RBAC permissions (ClusterRole for Tekton CRUD, read access to core K8s resources like Pods, Secrets).
- ⚠️The `install_artifacthub_` operations rely on external network access to `artifacthub.io`.
Verified SafeView Analysis
kanboard-mcp
by bivex
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.
This server integrates AI assistants with Kanboard, allowing natural language management of projects, tasks, users, and workflows.
Setup Requirements
- ⚠️Requires Go 1.21+ installed locally.
- ⚠️Requires a running Kanboard instance with API access.
- ⚠️Critical environment variables (KANBOARD_API_ENDPOINT, KANBOARD_API_KEY/USERNAME/PASSWORD) must be correctly configured.
- ⚠️RBAC configuration can be complex; misconfiguration can lead to 'access denied' errors, potentially requiring enabling KANBOARD_DEBUG or KANBOARD_SKIP_RBAC for troubleshooting (with caution).
Verified SafeView Analysis
insights-mcp
by RedHatInsights
Interacting with Red Hat Lightspeed services like Advisor, Image Builder, Inventory, Planning, Remediations, and Vulnerability to manage RHEL systems and services via a Model Context Protocol (MCP) server.
Interacting with Red Hat Lightspeed services like Advisor, Image Builder, Inventory, Planning, Remediations, and Vulnerability to manage RHEL systems and services via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Podman (or Docker) to run the containerized server.
- ⚠️Requires a Red Hat Service Account with specific RBAC permissions configured for each toolset.
- ⚠️Requires network access to Red Hat's console.redhat.com and sso.redhat.com.
- ⚠️Python 3.10+ required for direct execution.
Verified SafeView Analysis
pinmeto-location-mcp
by PinMeTo
Connects PinMeTo location data to AI assistants to provide insights from Google, Facebook, and Apple in natural language.
Connects PinMeTo location data to AI assistants to provide insights from Google, Facebook, and Apple in natural language.
Setup Requirements
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, VS Code, Cursor).
- ⚠️Requires an active PinMeTo account with API access to obtain `PINMETO_ACCOUNT_ID`, `PINMETO_APP_ID`, and `PINMETO_APP_SECRET`.
- ⚠️AI-powered review analysis (`pinmeto_get_google_review_insights`) requires client-side MCP Sampling support and can incur significant token costs, with large datasets requiring explicit confirmation or sampling strategies.