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)
growi-mcp
by ka1222te
Facilitates interaction with Growi wiki instances through an MCP server, enabling AI tools to manage pages, attachments, and user information.
Facilitates interaction with Growi wiki instances through an MCP server, enabling AI tools to manage pages, attachments, and user information.
Setup Requirements
- ⚠️Requires Growi API token, domain, and API version configured via environment variables (GROWI_DOMAIN, GROWI_API_TOKEN, GROWI_API_VERSION).
- ⚠️Requires 'uv' or 'uvx' package manager for installation and execution.
- ⚠️Some Growi servers may require a 'connect.sid' session cookie (GROWI_CONNECT_SID) for the 'download_attachment' function, which can be challenging to obtain.
- ⚠️User registration via 'register_user' may require administrator approval on the Growi server depending on its settings.
Verified SafeView Analysis
rewrite-claude-assisted
by glebmish
A Model Context Protocol (MCP) server that provides AI agents (specifically Claude Code) with tools for discovering OpenRewrite refactoring recipes and retrieving their documentation through semantic search.
A Model Context Protocol (MCP) server that provides AI agents (specifically Claude Code) with tools for discovering OpenRewrite refactoring recipes and retrieving their documentation through semantic search.
Setup Requirements
- ⚠️Docker and Docker Compose required (for the PostgreSQL database).
- ⚠️Java 21 required (for the OpenRewrite documentation generator).
- ⚠️Python 3.8+ required (for the MCP server implementation).
- ⚠️Requires ~3GB disk space for generator artifacts, generated docs, and embedding models.
Verified SafeView Analysis
github-mcp-server
by loveyou001
This repository provides a GitHub Skills course that teaches users how to create a static website or blog using GitHub Pages and Jekyll.
This repository provides a GitHub Skills course that teaches users how to create a static website or blog using GitHub Pages and Jekyll.
Setup Requirements
- ⚠️Requires a GitHub account to start the course and host the generated site.
- ⚠️Private GitHub Pages repositories consume GitHub Actions minutes, which may incur costs depending on usage.
- ⚠️Basic understanding of Git concepts (branches, commits, pull requests) is a prerequisite.
Verified SafeView Analysis
dwr-mcp-server
by EdgeworthHitbox
This server acts as a Model Context Protocol (MCP) interface, enabling AI models to retrieve various water-related data and administrative calls from the Colorado Division of Water Resources (DWR) REST API.
This server acts as a Model Context Protocol (MCP) interface, enabling AI models to retrieve various water-related data and administrative calls from the Colorado Division of Water Resources (DWR) REST API.
Setup Requirements
- ⚠️Requires `npm run build` to compile TypeScript before running.
- ⚠️No built-in authentication for HTTP/SSE mode; exposed public endpoints are accessible by anyone.
- ⚠️The generic `query_dwr_api` tool allows access to any DWR API endpoint via the server, which could be misused due to lack of authentication.
Review RequiredView Analysis
DriveBC_MCP
by infil00p
Provides AI assistants with real-time BC highway conditions, road closures, and weather alerts via the Open511-DriveBC API.
Provides AI assistants with real-time BC highway conditions, road closures, and weather alerts via the Open511-DriveBC API.
Setup Requirements
- ⚠️Requires Node.js 18 or higher to run due to ES module and fetch API usage.
- ⚠️Designed to be used with MCP-compatible AI clients (e.g., Claude Desktop, LM Studio) via stdio transport, not as a standalone web service.
Verified SafeView Analysis
mcp-time-server
by sumikko-Charlotte
A minimal Model Context Protocol (MCP) server that exposes a 'get_current_time' tool, returning the current system time.
A minimal Model Context Protocol (MCP) server that exposes a 'get_current_time' tool, returning the current system time.
Verified SafeView Analysis
remote-mcp-server-authless
by flyfox666
Deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator tool for AI clients like Cloudflare AI Playground or Claude Desktop.
Deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers, providing an unauthenticated calculator tool for AI clients like Cloudflare AI Playground or Claude Desktop.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires Node.js and npm/npx installed locally for development.
- ⚠️The server is explicitly 'Authless', meaning no authentication is required for client connections. This is suitable for a demo but not for sensitive applications.
Verified SafeView Analysis
copilot-mcp-server
by wminson
Enables AI assistants to interact with GitHub Copilot CLI for command suggestions, explanations, and configuration management through a standardized Model Context Protocol (MCP) interface.
Enables AI assistants to interact with GitHub Copilot CLI for command suggestions, explanations, and configuration management through a standardized Model Context Protocol (MCP) interface.
Setup Requirements
- ⚠️Requires GitHub Copilot subscription (paid)
- ⚠️Requires GitHub CLI (gh) installed
- ⚠️Requires GitHub Copilot extension for gh (`gh extension install github/gh-copilot`)
- ⚠️Requires Python 3.10+
Verified SafeView Analysis
hydraspecter
by theflysurfer
Multi-headed browser automation for web scraping, testing, or data collection with robust anti-detection and session persistence capabilities.
Multi-headed browser automation for web scraping, testing, or data collection with robust anti-detection and session persistence capabilities.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Windows users requiring Chrome session syncing (VSS) need to run a PowerShell script (`sync-cookies-vss.ps1`) with Administrator privileges once.
- ⚠️Chrome v127+ App-Bound encryption may prevent automatic cookie transfer from your real Chrome profile to HydraSpecter's `pool-0`. Manual login into HydraSpecter's `pool-0` (visible mode) and subsequent syncing to other pools via `scripts/sync-pools.ps1` will be necessary for persistent sessions on such domains.
- ⚠️The default headless mode for anti-detection features is `false` (visible browser), which can consume more system resources.
Verified SafeView Analysis
GitHub_MCP_Server
by SPerekrestova
Provides Model Context Protocol (MCP) access to GitHub documentation via API for AI agents.
Provides Model Context Protocol (MCP) access to GitHub documentation via API for AI agents.
Setup Requirements
- ⚠️Requires a GitHub Personal Access Token with 'repo', 'read:org', and 'read:user' scopes.
- ⚠️Docker must be installed, or a Python environment with dependencies must be set up.
- ⚠️Requires manual configuration in Claude Desktop's 'claude_desktop_config.json' file.
Verified SafeView Analysis
MCP-rag-with-Chromadb
by rexnzm
Retrieval-Augmented Generation (RAG) server for multi-format document ingestion and vector database integration, supporting Ollama or OpenAI embeddings.
Retrieval-Augmented Generation (RAG) server for multi-format document ingestion and vector database integration, supporting Ollama or OpenAI embeddings.
Setup Requirements
- ⚠️Requires Python >= 3.13 (as per pyproject.toml).
- ⚠️Requires either an OpenAI API Key (which is a paid service and needs internet access, set via OPENAI_API_KEY) OR a local Ollama server running (which requires installing Ollama, downloading an embedding model like nomic-embed-text, and approximately 4GB of RAM, set via OLLAMA_BASE_URL and OLLAMA_EMBED_MODEL).
- ⚠️The official setup guide in the README (downloading executables from raw GitHub links) is a critical security risk and should not be followed.
Review RequiredView Analysis
NotesMCPServer
by AnuragRanjan2003
This server provides a simple API for managing notes, allowing users to add, retrieve, update, and delete notes in an in-memory storage.
This server provides a simple API for managing notes, allowing users to add, retrieve, update, and delete notes in an in-memory storage.
Setup Requirements
- ⚠️Requires Python 3.13+
- ⚠️Requires 'mcp[cli]' package (version >= 1.22.0)