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-fileop
by yuriyo
A stateful MCP server for efficient, memory-mapped file operations, designed for VS Code integration, CLI tools, and web applications requiring streaming and progress updates.
A stateful MCP server for efficient, memory-mapped file operations, designed for VS Code integration, CLI tools, and web applications requiring streaming and progress updates.
Setup Requirements
- ⚠️Requires C++20 toolchain (CMake, C++ compiler, vcpkg) for building from source.
- ⚠️Docker/Docker Compose is highly recommended for simplified setup and running, especially for the streaming server.
- ⚠️The `allowed_paths` configuration is crucial for security and must be properly set in `config.json` (or `config.docker.json`). If left unconfigured, it defaults to allowing all paths, which is a significant security risk for a file server.
Verified SafeView Analysis
mcp-x-platform
by Atomic-Germ
A Cross-Platform Compatibility Analyzer MCP server that systematically identifies platform-specific code patterns, dependencies, and potential portability issues.
A Cross-Platform Compatibility Analyzer MCP server that systematically identifies platform-specific code patterns, dependencies, and potential portability issues.
Setup Requirements
- ⚠️Requires Node.js 18+ runtime environment.
- ⚠️Requires manual configuration in an MCP client (e.g., Claude Desktop) with an absolute path to the server's entry point.
Verified SafeView Analysis
mcp-server
by fawazbayureksa
An AI-powered chat interface for business management operations, leveraging natural language processing and external tool calling to interact with business data.
An AI-powered chat interface for business management operations, leveraging natural language processing and external tool calling to interact with business data.
Setup Requirements
- ⚠️Requires an OpenAI or OpenRouter API Key, which are typically paid services.
- ⚠️Requires PHP 8.1+, Composer, Node.js & npm, and a database (MySQL/PostgreSQL/SQLite) for local development and deployment.
- ⚠️The 'MCP_VALID_KEYS' environment variable must be configured with a secret key for API authentication.
Verified SafeView Analysis
mcp-hub
by theinterneti
Centralized management and orchestration of diverse Model Context Protocol (MCP) servers for AI agents, enabling advanced tool chaining and context management.
Centralized management and orchestration of diverse Model Context Protocol (MCP) servers for AI agents, enabling advanced tool chaining and context management.
Setup Requirements
- ⚠️Requires several environment variables to be explicitly set (e.g., GITHUB_TOKEN, database passwords, API keys) for active servers.
- ⚠️Docker runtime is required for GitHub and Grafana MCP servers, which run as containers.
- ⚠️The `jq` utility is required for script-based server management (adding/modifying servers).
Verified SafeView Analysis
jess-mcp-server
by Sean-m-e
Serves externalized knowledge base and behavioral protocols for a voice agent (Jess v3.33) via an API, supporting multi-client data access.
Serves externalized knowledge base and behavioral protocols for a voice agent (Jess v3.33) via an API, supporting multi-client data access.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0
Verified SafeView Analysis
enterprise-browser-automation
by MrGladiator14
A Python-based CLI tool for running multi-step web automation workflows in the background using Google ADK agents and Playwright MCP tools.
A Python-based CLI tool for running multi-step web automation workflows in the background using Google ADK agents and Playwright MCP tools.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid)
- ⚠️Requires Node.js and npm for Playwright MCP
- ⚠️Playwright MCP is installed globally without version pinning (@latest)
Review RequiredView Analysis
mcp-sdk
by NexusPHP
This PHP SDK provides the necessary data structures and message definitions for building both client and server applications that interact using the Model Context Protocol, primarily facilitating communication for large language model (LLM) interactions and data exchange.
This PHP SDK provides the necessary data structures and message definitions for building both client and server applications that interact using the Model Context Protocol, primarily facilitating communication for large language model (LLM) interactions and data exchange.
Setup Requirements
- ⚠️Requires PHP version 8.4 or higher.
- ⚠️Strictly enforces the Model Context Protocol version '2025-11-25'. Any client or server implementing this protocol must adhere to this exact version.
- ⚠️While the SDK itself has no token cost, applications built using it for LLM interactions (e.g., via `CreateMessageRequest`) will incur variable costs based on the LLM provider and token usage.
Verified SafeView Analysis
mcp-redhat-kb
by jeanlopezxyz
Provides an AI agent with tools to search the Red Hat Knowledge Base for technical articles and solutions.
Provides an AI agent with tools to search the Red Hat Knowledge Base for technical articles and solutions.
Setup Requirements
- ⚠️Requires Java 21+ to be installed.
- ⚠️Requires a Red Hat API Offline Token, which must be generated from the Red Hat customer portal.
Verified SafeView Analysis
mcp-server
by whhwhh8023-glitch
A Rust-based server for querying Ethereum balances and simulating token swap operations.
A Rust-based server for querying Ethereum balances and simulating token swap operations.
Setup Requirements
- ⚠️Rust 1.70+ required
Verified SafeView Analysis
shopify-mcp-admin
by AntonAndrusenko
Manage Shopify store data (products, inventory, content, SEO, collections) programmatically via an MCP interface.
Manage Shopify store data (products, inventory, content, SEO, collections) programmatically via an MCP interface.
Setup Requirements
- ⚠️Requires a Shopify Development Store or Partner Store.
- ⚠️Requires a Custom Shopify App with extensive Admin API scopes (read/write products, inventory, content, online store navigation).
- ⚠️Requires at least one active location enabled for inventory management for inventory-related tools.
Verified SafeView Analysis
expense-tracker-mcp-server
by yashsdhond
This server provides an API for tracking and summarizing personal expenses, allowing users to add entries, list them by date, and get category-wise summaries.
This server provides an API for tracking and summarizing personal expenses, allowing users to add entries, list them by date, and get category-wise summaries.
Setup Requirements
- ⚠️Requires Python 3.11 or newer.
- ⚠️FastMCP library needs to be installed (e.g., via pip install fastmcp).
Verified SafeView Analysis
MCP-atom
by codemeasandwich
A zero-boilerplate framework for building Model Context Protocol (MCP) servers by automatically discovering, validating, and registering tools, prompts, and resources from JSDoc-annotated files.
A zero-boilerplate framework for building Model Context Protocol (MCP) servers by automatically discovering, validating, and registering tools, prompts, and resources from JSDoc-annotated files.
Setup Requirements
- ⚠️Requires Node.js and npm to be installed.
- ⚠️The default HTTP transport uses a wildcard CORS origin (`*`), which should be configured with specific allowed origins for production security.
- ⚠️Files within the `register/` directory are dynamically imported and executed; ensure this directory only contains trusted code.