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)
cebus-mcp-scanner
by security-tools-monkey
A Python CLI tool for static and config-based security scanning of MCP (Model Context Protocol) servers and tools, highlighting risky patterns for local or multi-tenant deployments.
A Python CLI tool for static and config-based security scanning of MCP (Model Context Protocol) servers and tools, highlighting risky patterns for local or multi-tenant deployments.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires PyYAML for loading YAML configuration files.
Verified SafeView Analysis
api-mcp-server
by ambadasjagtap2021
Provides a Model Context Protocol (MCP) server for mLogica's Star*M database modernization service, offering schema analysis, SQL conversion, and migration estimation.
Provides a Model Context Protocol (MCP) server for mLogica's Star*M database modernization service, offering schema analysis, SQL conversion, and migration estimation.
Setup Requirements
- ⚠️Requires MLOGICA_API_KEY, which may require signing up for a free or paid tier on the mLogica Star*M website.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Needs to be configured as an MCP server within a compatible MCP client (e.g., Claude Desktop).
Verified SafeView Analysis
mcp-server-scikit-learn
by stanleyncu
Provides a server endpoint for scikit-learn models or functionalities.
Provides a server endpoint for scikit-learn models or functionalities.
Review RequiredView Analysis
gitlab-mcp-server
by fortaine
Enables AI assistants like GitHub Copilot and Claude to interact with GitLab for managing issues, merge requests, and comments.
Enables AI assistants like GitHub Copilot and Claude to interact with GitLab for managing issues, merge requests, and comments.
Setup Requirements
- ⚠️Requires a GitLab Personal Access Token (PAT) with `api` scope or manual SSO login setup via Playwright.
- ⚠️Requires Node.js version 18.0.0 or higher.
Verified SafeView Analysis
github-pr-automation-mcp
by jmalicki
AI-assisted tools for automated GitHub Pull Request management, including CI failure analysis, comment resolution, and stacked PR workflow optimization.
AI-assisted tools for automated GitHub Pull Request management, including CI failure analysis, comment resolution, and stacked PR workflow optimization.
Setup Requirements
- ⚠️Requires GITHUB_TOKEN environment variable with 'repo' (full control of private repositories) and 'read:org' (read organization membership) scopes.
- ⚠️Requires Node.js v20 or higher.
- ⚠️Requires Git CLI installed and available in PATH for local operations, especially for tools generating git commands (e.g., 'manage_stacked_prs').
Verified SafeView Analysis
docker-mcp-orchestrator
by semenovsd
Docker MCP Orchestrator acts as a proxy/gateway between an AI client (Cursor) and multiple MCP servers, providing tools for server management, configuration, and prompt handling.
Docker MCP Orchestrator acts as a proxy/gateway between an AI client (Cursor) and multiple MCP servers, providing tools for server management, configuration, and prompt handling.
Setup Requirements
- ⚠️Requires Docker and Docker Compose to be installed.
- ⚠️Requires Docker Desktop with MCP Toolkit installed.
- ⚠️Requires MCP servers to be pre-added to the Docker MCP Catalog.
- ⚠️The 'Connection Pool' mechanism for connecting to launched MCP servers is noted as 'requiring implementation', implying core proxy functionality might be incomplete or a placeholder.
Review RequiredView Analysis
clipboard-mcp
by smorand
Provides cross-platform clipboard operations as an MCP server for AI agents.
Provides cross-platform clipboard operations as an MCP server for AI agents.
Setup Requirements
- ⚠️On Linux, requires `xclip` or `xsel` to be installed.
- ⚠️Designed to be integrated as an MCP server for AI agents (e.g., Claude Code), not a standalone user application.
- ⚠️Building from source requires Go 1.21+.
Verified SafeView Analysis
mcp_server-with-google-OAuth
by Legitate
This server provides tools for managing employee records (list, add, update, delete) and integrates Google OAuth for authentication, making its functionalities accessible via the Model Context Protocol.
This server provides tools for managing employee records (list, add, update, delete) and integrates Google OAuth for authentication, making its functionalities accessible via the Model Context Protocol.
Setup Requirements
- ⚠️Requires a separate 'external_api.js' server to be running (typically on port 5007) for employee data persistence.
- ⚠️Requires Google Cloud Console setup for OAuth credentials (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET) and a specific GOOGLE_REDIRECT_URI (http://localhost:8080/callback).
- ⚠️Requires Node.js version 18 or higher.
Review RequiredView Analysis
Mpampa-MCP-Server
by Glover69
Enables AI assistants to browse products, retrieve details, and facilitate purchases from Mpampa Cereals through a Model Context Protocol (MCP) server.
Enables AI assistants to browse products, retrieve details, and facilitate purchases from Mpampa Cereals through a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Bun runtime installed.
- ⚠️Recommended for use with Claude Desktop (as per README).
- ⚠️Relies on an external backend API specified by API_BASE_URL.
Verified SafeView Analysis
mcp-nextcloud-deck
by fastbs
Provides a programmatic interface for managing Nextcloud Deck kanban boards via the Model Context Protocol.
Provides a programmatic interface for managing Nextcloud Deck kanban boards via the Model Context Protocol.
Setup Requirements
- ⚠️Requires an existing Nextcloud instance with the Deck app installed and accessible.
- ⚠️Requires NEXTCLOUD_URL, NEXTCLOUD_USERNAME, and NEXTCLOUD_PASSWORD environment variables to be explicitly set.
- ⚠️Node.js (version >=18.0.0) is required, along with running `npm install` and `npm run build` before starting the server.
Verified SafeView Analysis
mcpserver
by LinhDangOpti
Integrate Azure DevOps work item queries with GitHub Copilot Chat through a local Model Context Protocol (MCP) server.
Integrate Azure DevOps work item queries with GitHub Copilot Chat through a local Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires an Azure DevOps Personal Access Token (PAT) with 'Work Items (Read)' scope.
- ⚠️Initial and periodic data refresh via `npm run refresh` is mandatory to populate the local cache.
- ⚠️Requires specific VS Code `settings.json` configuration for MCP server integration with GitHub Copilot Chat.
Verified SafeView Analysis
kimcp
by leonmariotto
A Micro-service Communication Protocol (MCP) server providing specialized tools for PCB design by interacting with a local KiCad instance.
A Micro-service Communication Protocol (MCP) server providing specialized tools for PCB design by interacting with a local KiCad instance.
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️A running instance of KiCad must be present for the server to connect to via IPC.
- ⚠️A client application configured to use the MCP protocol is needed to interact with the server.