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(7756)
podman-mcp-server
by manusa
Provides a Model Context Protocol (MCP) interface for AI agents and other clients to manage container runtimes like Podman and Docker.
Provides a Model Context Protocol (MCP) interface for AI agents and other clients to manage container runtimes like Podman and Docker.
Setup Requirements
- ⚠️Requires Podman or Docker CLI installed and in PATH.
- ⚠️Requires Node.js/npm or Python/pip for easy installation to download the server binary.
Verified SafeView Analysis
claude-power-pack
by cooneycw
This repository provides a comprehensive collection of Claude Code best practices and an MCP server for AI-powered, multi-model code review, offering detailed analysis and session management capabilities.
This repository provides a comprehensive collection of Claude Code best practices and an MCP server for AI-powered, multi-model code review, offering detailed analysis and session management capabilities.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️Requires Gemini and/or OpenAI API keys (typically paid services) for LLM access.
- ⚠️Conda is recommended for environment setup.
- ⚠️GitHub CLI ('gh') is required for GitHub Issue Management commands.
Verified SafeView Analysis
buildkite-mcp-server
by buildkite
An MCP server exposing Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors.
An MCP server exposing Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors.
Setup Requirements
- ⚠️Requires a Buildkite API token (BUILDKITE_API_TOKEN environment variable) for authentication, which must be obtained from Buildkite.
- ⚠️For enhanced security, running in a Docker container is recommended.
- ⚠️Optional 1Password CLI integration (BUILDKITE_API_TOKEN_FROM_1PASSWORD) requires 1Password CLI to be installed and configured.
Verified SafeView Analysis
youtrack-mcp
by itsalfredakku
Integrates AI assistants with JetBrains YouTrack for advanced project management, issue tracking, knowledge base, and time tracking, enabling AI to interact with YouTrack data and workflows.
Integrates AI assistants with JetBrains YouTrack for advanced project management, issue tracking, knowledge base, and time tracking, enabling AI to interact with YouTrack data and workflows.
Setup Requirements
- ⚠️Requires `YOUTRACK_URL` and `YOUTRACK_TOKEN` environment variables to be set for basic operation.
- ⚠️The capabilities of the AI are strictly limited by the permissions granted to the YouTrack permanent token used for authentication. Grant only necessary permissions.
- ⚠️If `PROJECT_ID` is configured in the environment, the server will strictly enforce access to only that project, ignoring `projectId` parameters provided by the AI in tool calls. This prevents cross-project access.
Verified SafeView Analysis
claude-session-manager-mcp
by es6kr
Manages Claude Code conversation history and sessions through CLI tools and a web-based GUI.
Manages Claude Code conversation history and sessions through CLI tools and a web-based GUI.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️Requires Claude Code (for full MCP integration and to generate session data)
Review RequiredView Analysis
mcp-front
by stainless-api
Provides a multi-user, OAuth-authenticated gateway for AI agents (like Claude.ai) to securely access internal Model Context Protocol (MCP) servers, databases, and APIs without direct exposure.
Provides a multi-user, OAuth-authenticated gateway for AI agents (like Claude.ai) to securely access internal Model Context Protocol (MCP) servers, databases, and APIs without direct exposure.
Setup Requirements
- ⚠️Requires Docker for running backend MCP servers in local development and many production configurations.
- ⚠️Requires Google OAuth credentials (Client ID, Client Secret) for organization-wide deployment with OAuth.
- ⚠️Mandatory environment variables include `JWT_SECRET` and `ENCRYPTION_KEY`, which must be cryptographically secure strings of sufficient length (e.g., 32+ bytes).
Verified SafeView Analysis
itential-mcp
by itential
A Model Context Protocol (MCP) server that connects LLMs to the Itential Platform, enabling AI assistants to manage network automations, orchestrate workflows, monitor platform health, and perform advanced network operations.
A Model Context Protocol (MCP) server that connects LLMs to the Itential Platform, enabling AI assistants to manage network automations, orchestrate workflows, monitor platform health, and perform advanced network operations.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires access to an Itential Platform Instance for full functionality.
- ⚠️Default platform credentials ('admin'/'admin') are insecure and must be changed for production deployments. Proper authentication (JWT/OAuth) and TLS configuration are critical.
- ⚠️Requires 'uv' and 'make' for local development setup.
Verified SafeView Analysis
promptbook-mcp
by isaacpalomero
A server for organizing, managing, and semantically searching AI prompts extracted from coding assistant sessions.
A server for organizing, managing, and semantically searching AI prompts extracted from coding assistant sessions.
Setup Requirements
- ⚠️Requires Python 3.9+ and pip-installable dependencies (mcp, chromadb, sentence-transformers, watchdog).
- ⚠️Requires a minimum of 2GB RAM for local embedding models.
- ⚠️Optional: If 'lmstudio' is chosen as the `EMBEDDING_PROVIDER`, an LMStudio server instance must be running locally.
- ⚠️An MCP-compatible client (e.g., Claude Desktop) needs to be configured to interact with this server.
Verified SafeView Analysis
mcp-server-datahub
by acryldata
The DataHub MCP Server enables AI agents to discover, explore lineage, understand usage, and generate SQL queries for data assets within a DataHub ecosystem.
The DataHub MCP Server enables AI agents to discover, explore lineage, understand usage, and generate SQL queries for data assets within a DataHub ecosystem.
Setup Requirements
- ⚠️Requires 'uv' package manager for setup and execution.
- ⚠️Requires a live DataHub instance with valid authentication credentials (DATAHUB_GMS_URL, DATAHUB_GMS_TOKEN).
- ⚠️Requires Python >=3.10 and specific Pydantic versions (>=2.0,<2.12).
Verified SafeView Analysis
globalping-mcp-server
by jsdelivr
Enables AI models to interact with a global network measurement platform through natural language, allowing LLMs to run various network tests and access data from thousands of probes worldwide.
Enables AI models to interact with a global network measurement platform through natural language, allowing LLMs to run various network tests and access data from thousands of probes worldwide.
Setup Requirements
- ⚠️Requires a Cloudflare Workers environment for deployment and operation.
- ⚠️Requires `GLOBALPING_CLIENT_ID` environment variable for OAuth authentication.
- ⚠️Requires a Cloudflare KV namespace binding named `OAUTH_KV` for OAuth state management.
Verified SafeView Analysis
mcp_rails_template
by seuros
A Ruby on Rails application demonstrating how to integrate and use the ActionMCP gem to expose AI-enabled tools, prompts, and resource templates for language models.
A Ruby on Rails application demonstrating how to integrate and use the ActionMCP gem to expose AI-enabled tools, prompts, and resource templates for language models.
Setup Requirements
- ⚠️Requires Ruby (version specified in .ruby-version, e.g., 3.4.7 or 4.0.0-preview2).
- ⚠️Requires PostgreSQL database, or Docker for quick setup.
- ⚠️Nginx is required to proxy `/mcp` requests to the ActionMCP server, typically managed via Docker Compose.
- ⚠️JWT token generation is required for authentication, which needs to be configured in client-side settings (e.g., .mcp.json) and potentially within the `.env` file for API keys.
Verified SafeView Analysis
webscraping-ai-mcp-server
by webscraping-ai
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
Setup Requirements
- ⚠️Requires WebScraping.AI API Key (Paid service)
- ⚠️Requires Node.js (>=18.0.0)
- ⚠️Specific JSON configuration files required for integration with AI agents like Cursor or Claude Desktop.