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)
GitHub-MCP-Server-Esencial-6156068
by LinkedInLearning
Educational repository for learning to integrate external development tools with GitHub Copilot using the MCP protocol.
Educational repository for learning to integrate external development tools with GitHub Copilot using the MCP protocol.
Setup Requirements
- ⚠️Requires Visual Studio Code with GitHub Copilot
- ⚠️Requires Node.js
Review RequiredView Analysis
mcp-server-generator
by hitoshura25
Generates production-ready Model Context Protocol (MCP) servers with a dual-mode architecture (MCP and CLI), acting as a meta-generator for AI agents to create other MCP servers.
Generates production-ready Model Context Protocol (MCP) servers with a dual-mode architecture (MCP and CLI), acting as a meta-generator for AI agents to create other MCP servers.
Setup Requirements
- ⚠️Requires Python >=3.10
- ⚠️Requires 'uv' to be installed for the recommended 'uvx' installation method
- ⚠️Requires Git to be configured (user.name/email) for 'AUTO' package prefix detection
Verified SafeView Analysis
plain-bytecode-analyzer-mcp
by mateusluizfb
Analyzes JVM bytecode from specified classes to identify performance optimizations and suggest improvements.
Analyzes JVM bytecode from specified classes to identify performance optimizations and suggest improvements.
Setup Requirements
- ⚠️Requires Java Development Kit (JDK) to be installed and 'javap' command accessible in PATH.
- ⚠️User must manually compile JVM language projects (e.g., Java, Kotlin, Clojure) to generate .class files before analysis.
- ⚠️Requires an MCP client/environment for invocation and communication (e.g., VSCode with MCP extension).
Review RequiredView Analysis
offline-ai
by jayhemnani9910
Provides a local filesystem interface (list directory, read file, search) for AI coding agents to interact with the workspace.
Provides a local filesystem interface (list directory, read file, search) for AI coding agents to interact with the workspace.
Setup Requirements
- ⚠️Requires the 'mcp' Python package to be installed (`pip install mcp`).
- ⚠️Requires Ollama to be running locally on port 11434.
- ⚠️Requires sourcing `~/.ai_profile` to set up environment variables and aliases for the workspace and Ollama.
Verified SafeView Analysis
texas-solver-mcp-server
by bsim0927
Enables LLMs to interact with the TexasSolver console poker solver for game theory analysis through structured parameters.
Enables LLMs to interact with the TexasSolver console poker solver for game theory analysis through structured parameters.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires the TexasSolver console_solver binary (v0.2.0 or compatible) to be installed locally and executable.
- ⚠️The `TEXAS_SOLVER_PATH` environment variable must be set to the absolute path of the TexasSolver binary.
Review RequiredView Analysis
balizamcp
by granerodev
Provides real-time information about active V16 emergency beacons in Spain to LLMs and other consumers.
Provides real-time information about active V16 emergency beacons in Spain to LLMs and other consumers.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Requires configuration in a compatible MCP client like Claude Desktop.
Verified SafeView Analysis
awesome-marketing-mcp
by BlockRunAI
A curated directory/list of Model Context Protocol (MCP) servers for marketing, growth, and analytics integrations.
A curated directory/list of Model Context Protocol (MCP) servers for marketing, growth, and analytics integrations.
Verified SafeView Analysis
mcp-server
by GHjiejie
This MCP server provides a structured environment for AI models to access predefined tools, dynamic resources, and reusable prompt templates for various software development tasks.
This MCP server provides a structured environment for AI models to access predefined tools, dynamic resources, and reusable prompt templates for various software development tasks.
Setup Requirements
- ⚠️Requires Node.js and npm to be installed.
- ⚠️The `MCP_FILE_RESOURCES_DIR` environment variable MUST be set, as the default path is hardcoded to a developer's specific local directory, posing a security and functionality risk.
- ⚠️Integration with Claude Desktop requires manual configuration in `claude_desktop_config.json`.
Review RequiredView Analysis
medical-calc-mcp
by u9401066
Provides a Model Context Protocol (MCP) server that offers a comprehensive suite of 90+ validated medical calculators for AI agents, facilitating diagnostic, prognostic, and treatment decisions by exposing them as discoverable and executable tools.
Provides a Model Context Protocol (MCP) server that offers a comprehensive suite of 90+ validated medical calculators for AI agents, facilitating diagnostic, prognostic, and treatment decisions by exposing them as discoverable and executable tools.
Setup Requirements
- ⚠️Default security features (rate limiting, API key authentication) are DISABLED by default. Explicitly enable them via environment variables (`SECURITY_AUTH_ENABLED`, `SECURITY_API_KEYS`, `SECURITY_RATE_LIMIT_ENABLED`) for secure remote deployment.
- ⚠️Requires Python 3.11+.
- ⚠️For HTTP/SSE transport modes, `uvicorn` is required, which is usually installed with the project's dependencies.
Review RequiredView Analysis
icf-mcp-server
by stayce
Provides an MCP interface for AI agents to access, search, and browse the WHO International Classification of Functioning, Disability and Health (ICF) data.
Provides an MCP interface for AI agents to access, search, and browse the WHO International Classification of Functioning, Disability and Health (ICF) data.
Setup Requirements
- ⚠️Requires WHO ICD-API credentials (free registration at https://icd.who.int/icdapi)
- ⚠️Requires Python 3.11+
- ⚠️Local installation (`pip install -e .`) is needed after cloning the repository.
Verified SafeView Analysis
mcp-connect-releases
by JohnnyB90
Provides a desktop application for managing connections to MCP servers.
Provides a desktop application for managing connections to MCP servers.
Review RequiredView Analysis
mcp-eventmgmt-server
by ossdhaval
Serves as a Model Context Protocol (MCP) adapter for an Employee Management backend API, exposing employee operations and data as MCP tools and resources.
Serves as a Model Context Protocol (MCP) adapter for an Employee Management backend API, exposing employee operations and data as MCP tools and resources.
Setup Requirements
- ⚠️Requires a Java Runtime Environment (JRE) to execute.
- ⚠️Requires the project to be built into a JAR file (e.g., `target/mcp-backend-server-1.0.0.jar`).
- ⚠️Requires an external Employee Management backend API to be running and accessible via the `BACKEND_API_URL`.