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)
Mcp_servers
by Nicky9319
Provides a boilerplate for building custom Model Context Protocol (MCP) servers with support for multiple tools, facilitating tool-based interactions.
Provides a boilerplate for building custom Model Context Protocol (MCP) servers with support for multiple tools, facilitating tool-based interactions.
Setup Requirements
- ⚠️Python 3.11+ required
- ⚠️Requires `pip install -r requirements.txt` for dependencies
- ⚠️Custom tool implementation is required for specific functionalities beyond the boilerplate examples
Verified SafeView Analysis
codeguard-mcp-server
by suren2787
Centralized security instruction server for AI-assisted code generation, aiming to eliminate per-repository security instruction files.
Centralized security instruction server for AI-assisted code generation, aiming to eliminate per-repository security instruction files.
Setup Requirements
- ⚠️Requires Node.js 18+ to be installed locally.
- ⚠️Requires building the TypeScript project ('npm run build') before running.
- ⚠️Involves manual configuration of local file paths (e.g., 'C:\repo\contextpilot-server\dist\index.js') in AI assistant configuration files (e.g., 'claude_desktop_config.json' or '.github/.mcp.json').
- ⚠️GitHub Copilot MCP support is currently pending, meaning it primarily works with Claude Desktop as of the provided roadmap.
Verified SafeView Analysis
nasa-mcp-server-demo
by ankitzaveri
Provides a Model Context Protocol server to access NASA's Astronomy Picture of the Day and image/video library APIs.
Provides a Model Context Protocol server to access NASA's Astronomy Picture of the Day and image/video library APIs.
Setup Requirements
- ⚠️Requires Python 3.10 or higher
- ⚠️NASA API Key is optional but recommended due to rate limits of the DEMO_KEY
- ⚠️MCP Inspector requires npm/Node.js to be installed globally
Verified SafeView Analysis
mcpo
by enving
A proxy server designed to securely facilitate communication between a Minecraft Protocol (MCP) client/server and an OpenAPI-compliant service.
A proxy server designed to securely facilitate communication between a Minecraft Protocol (MCP) client/server and an OpenAPI-compliant service.
Setup Requirements
- ⚠️Requires configuration for the target OpenAPI service endpoints, including authentication if necessary.
- ⚠️Requires network configuration to properly route and proxy Minecraft Protocol (MCP) traffic.
Review RequiredView Analysis
mcp-container-tools
by simseksem
An MCP server enabling AI agents to interact with Docker, Kubernetes, and Azure Application Insights for monitoring and management.
An MCP server enabling AI agents to interact with Docker, Kubernetes, and Azure Application Insights for monitoring and management.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️Requires Docker and `kubectl` CLI tools installed and configured on the host machine.
- ⚠️Azure Application Insights features require Azure SDK dependencies (`pip install mcp-container-tools[azure]`), Azure CLI (for `az login`), and specific environment variables (`AZURE_LOG_ANALYTICS_WORKSPACE_ID`, `AZURE_APP_INSIGHTS_RESOURCE_ID`).
Review RequiredView Analysis
adk-web
by Flirnz
UI for developing and debugging agents with the Agent Development Kit.
UI for developing and debugging agents with the Agent Development Kit.
Setup Requirements
- ⚠️Requires a separate Agent Development Kit backend to be running and its `backendUrl` property configured (e.g., via `npm config set adk-web:backendUrl <your-backend-url>`).
- ⚠️The application is distributed as a `.zip` file containing executables hosted directly on `raw.githubusercontent.com`, which may trigger security warnings or be blocked by some systems.
- ⚠️The Linux installation instructions in the README are syntactically incorrect, attempting to `chmod +x` and execute a URL directly.
Review RequiredView Analysis
mcp-server
by ILoveJoseM
A Laravel-based server implementing the Model Context Protocol for standardized tool calling, resource management, and prompt handling.
A Laravel-based server implementing the Model Context Protocol for standardized tool calling, resource management, and prompt handling.
Setup Requirements
- ⚠️Requires PHP >= 7.1.3, Laravel Framework >= 5.6, and Symfony YAML Component >= 5.3.
- ⚠️Custom tools must be implemented as public static methods in registered classes, with PHPDoc comments used for tool description and parameter schema generation.
- ⚠️Resource and prompt directories (`storage/mcp_resources`, `storage/mcp_prompts`) must exist and be writable by the server.
Verified SafeView Analysis
mcp
by ChristianW-public
Demonstrates Model Context Protocol (MCP) server capabilities for providing coding guidelines (read-only) and implementing a simple file versioning system (read-write).
Demonstrates Model Context Protocol (MCP) server capabilities for providing coding guidelines (read-only) and implementing a simple file versioning system (read-write).
Setup Requirements
- ⚠️Requires JDK 21
- ⚠️The 'mcp-simple-versioning' component hardcodes 'C:\Temp' as the base path for revisions, making it primarily functional on Windows systems or requiring manual directory setup on others.
- ⚠️Requires Apache Maven to build and run the Spring Boot applications.
Review RequiredView Analysis
root_mcp_server
by omazapa
Execute Python and C++ code with PyROOT for scientific data analysis via the Model Context Protocol.
Execute Python and C++ code with PyROOT for scientific data analysis via the Model Context Protocol.
Setup Requirements
- ⚠️Requires a full installation of ROOT (6.x or later) with PyROOT enabled, which is a complex scientific software framework and not a simple Python package.
- ⚠️Requires sourcing the `thisroot.sh` script from the ROOT installation to set up the environment correctly before running the server.
- ⚠️Python 3.10+ is required.
Review RequiredView Analysis
rt-mcp
by msekoranja
Provides read-only access to Request Tracker (RT) via its REST2 API for Large Language Models to query ticket information and attachments.
Provides read-only access to Request Tracker (RT) via its REST2 API for Large Language Models to query ticket information and attachments.
Setup Requirements
- ⚠️Requires Node.js >= v18.0.0 (for TypeScript version) or Python >= 3.10 (for Python version).
- ⚠️Requires an RT authentication token, which must be created via Settings > Auth Tokens in the RT web interface.
- ⚠️Requires the RT REST2 API base URL (e.g., https://rt.example.com/REST/2.0).
Verified SafeView Analysis
mcp-studio
by sandraschi
MCP Studio serves as a comprehensive dashboard and management platform for Model Context Protocol (MCP) servers, allowing users to discover, configure, manage, and analyze MCP clients and servers, including features like working set management, SOTA compliance analysis for repositories, and development/debugging tools.
MCP Studio serves as a comprehensive dashboard and management platform for Model Context Protocol (MCP) servers, allowing users to discover, configure, manage, and analyze MCP clients and servers, including features like working set management, SOTA compliance analysis for repositories, and development/debugging tools.
Setup Requirements
- ⚠️Python 3.11+ is required for the backend.
- ⚠️The client configuration paths (e.g., for Claude Desktop) are Windows-specific by default, implying a Windows environment for full client integration.
- ⚠️Node.js and npm are required for developing/building the React-based frontend.
- ⚠️Ollama is an implied dependency for AI-related features and local LLM inference.
Review RequiredView Analysis
Skills-MCP-Hudu
by DevSkillsIT
Integrate AI assistants with Hudu IT documentation for management, search, and automation.
Integrate AI assistants with Hudu IT documentation for management, search, and automation.
Setup Requirements
- ⚠️Requires Hudu API Key and Base URL.
- ⚠️For secure multi-user deployments, requires Azure AD App Registration and OAuth2-Proxy setup.
- ⚠️Requires Node.js 18+ or Docker/Docker Compose.