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_server_client
by murigugitonga
A Node.js server that exposes a "create-user" tool, designed to be integrated with LLMs via the Model Context Protocol SDK.
A Node.js server that exposes a "create-user" tool, designed to be integrated with LLMs via the Model Context Protocol SDK.
Setup Requirements
- ⚠️Requires Node.js (version >=18 recommended as per package-lock.json and peer dependencies)
- ⚠️Requires `npm install` to setup dependencies
- ⚠️Requires TypeScript environment to build (`tsc`) or run directly with `ts-node` (as in `server:dev` script)
Verified SafeView Analysis
hr-policy-mcp
by abneetwats24
Provides HR policy documents and basic math tools as authenticated Model Context Protocol (MCP) resources for consumption by AI agents.
Provides HR policy documents and basic math tools as authenticated Model Context Protocol (MCP) resources for consumption by AI agents.
Setup Requirements
- ⚠️Requires an external Keycloak server running and accessible (e.g., at http://192.168.10.7:5555/realms/openspace) with a configured realm and client.
- ⚠️Critical environment variables for OAuth2 client credentials (OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET) and the Keycloak issuer URL must be set via a .env file.
- ⚠️Requires Python 3.13 or newer.
Review RequiredView Analysis
sap-mcp-server
by midasol
Enables AI agents and applications to interact with SAP Gateway systems through a modular architecture for OData operations.
Enables AI agents and applications to interact with SAP Gateway systems through a modular architecture for OData operations.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires SAP Gateway access credentials configured in a '.env.server' file at the project root.
- ⚠️Integration with external tools like Gemini CLI requires careful manual configuration of absolute paths and 'cwd' (current working directory) parameter in the client's settings file, which is noted as 'ABSOLUTELY CRITICAL' and a common troubleshooting point.
- ⚠️For AI-powered examples, Google Gemini API Key is required.
Verified SafeView Analysis
csharp-lsp-mcp
by HYMMA
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.
An MCP server that provides C# and XAML language intelligence by integrating with `csharp-ls` and built-in XAML analysis for AI assistants like Claude.
Setup Requirements
- ⚠️Requires .NET 8.0 SDK or later to be installed.
- ⚠️Requires `csharp-ls` (the C# Language Server) to be installed globally via `dotnet tool install --global csharp-ls`.
- ⚠️Requires explicit configuration in Claude's `mcpServers` settings (e.g., `~/.claude.json` or `claude_desktop_config.json`).
- ⚠️The `csharp_set_workspace` tool must be called first to initialize the workspace before using other C# tools.
Verified SafeView Analysis
mcp-explorer
by monok8i
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.
A web application for testing and exploring Model Context Protocol (MCP) servers by acting as an API gateway for tool execution.
Setup Requirements
- ⚠️Requires Docker for easy setup of both frontend and backend services.
- ⚠️Python 3.13 or newer is required for the backend components.
- ⚠️The core functionality relies on connecting to external MCP servers, meaning you will need an existing MCP server (like the provided 'test-server' example) to interact with.
Review RequiredView Analysis
opsorch-mcp
by OpsOrch
The opsorch-mcp server acts as a Model Context Protocol (MCP) adapter, exposing read-only OpsOrch Core HTTP APIs as safe tools for Large Language Models (LLMs) and agent runtimes to query operational data.
The opsorch-mcp server acts as a Model Context Protocol (MCP) adapter, exposing read-only OpsOrch Core HTTP APIs as safe tools for Large Language Models (LLMs) and agent runtimes to query operational data.
Setup Requirements
- ⚠️Requires a separate, running OpsOrch Core instance to fetch data from.
- ⚠️The `OPSORCH_CORE_TOKEN` environment variable is critical for authentication with OpsOrch Core and should be set to a strong, non-default value in production environments.
- ⚠️Requires a Node.js runtime environment (version 18 or higher recommended) for local execution, or Docker for containerized deployment.
Verified SafeView Analysis
snippy
by Azure-Samples
An AI-powered code snippet manager that integrates with GitHub Copilot via MCP, provides vector search for code, and uses AI agents for documentation and style guide generation.
An AI-powered code snippet manager that integrates with GitHub Copilot via MCP, provides vector search for code, and uses AI agents for documentation and style guide generation.
Setup Requirements
- ⚠️Requires an Azure Subscription (paid resources will be deployed).
- ⚠️Requires a GitHub Account with Copilot subscription for full feature utilization.
- ⚠️Docker Desktop is required for local development to run the Durable Task Scheduler emulator and Azurite.
Verified SafeView Analysis
docs-mcp-server
by pankaj28843
A Model Context Protocol (MCP) server that provides AI assistants with access to documentation sources through a unified search API.
A Model Context Protocol (MCP) server that provides AI assistants with access to documentation sources through a unified search API.
Setup Requirements
- ⚠️Requires `uv` (Rust-based Python package manager) for dependency management and execution.
- ⚠️Requires Python 3.10+.
- ⚠️Web crawling features leverage Playwright, which requires browser binaries (Chromium, Firefox, or WebKit) to be available in the execution environment, potentially increasing image size or setup complexity.
- ⚠️Optimal search performance benefits from `ripgrep` (rg) being installed, though it has a fallback to `Path.rglob`.
Verified SafeView Analysis
pinax-mcp
by pinax-network
Connects MCP-compatible clients (e.g., Claude Desktop) to remote MCP servers, specifically The Graph Token API, by acting as a bridge between stdio and HTTP/SSE transports.
Connects MCP-compatible clients (e.g., Claude Desktop) to remote MCP servers, specifically The Graph Token API, by acting as a bridge between stdio and HTTP/SSE transports.
Setup Requirements
- ⚠️Requires a JWT Access Token, which must be obtained by creating an account and generating a key on thegraph.market.
- ⚠️Requires a `REMOTE_URL` specifying the target MCP server endpoint.
- ⚠️Intended for use with an existing MCP client (e.g., Claude Desktop, Cline) that supports stdio transport for communication.
Verified SafeView Analysis
llm-tools
by samestrin
Provides high-performance filesystem operations (file management, editing, search, archiving) as an MCP server for AI agents like Claude Code, acting as the agent's 'hands' for codebase interaction.
Provides high-performance filesystem operations (file management, editing, search, archiving) as an MCP server for AI agents like Claude Code, acting as the agent's 'hands' for codebase interaction.
Setup Requirements
- ⚠️Requires Go 1.21+ if installing from source.
- ⚠️Requires explicit configuration of `--allowed-dirs` for security and functionality.
- ⚠️Requires proper `claude_desktop_config.json` setup, ensuring the correct binary path is configured.
Verified SafeView Analysis
x402-mcp-server
by serenorg
Enables AI agents to pay for x402-protected database queries and API calls using USDC on the Base blockchain.
Enables AI agents to pay for x402-protected database queries and API calls using USDC on the Base blockchain.
Setup Requirements
- ⚠️Requires Node.js and npm (or pnpm) to run.
- ⚠️The default setup relies on the `WALLET_PRIVATE_KEY` environment variable for `PrivateKeyWalletProvider`, which is suitable for development and testing but not recommended for production due to inherent security risks.
- ⚠️The `WalletConnectProvider` is mentioned but requires additional setup and `WALLETCONNECT_PROJECT_ID`.
Verified SafeView Analysis
jolokia-mcp-server
by jolokia
Enables an LLM to manage a Java application by providing a bridge to JMX API via Jolokia.
Enables an LLM to manage a Java application by providing a bridge to JMX API via Jolokia.
Setup Requirements
- ⚠️Requires a running Java application with a Jolokia agent attached (for Standalone mode) or configured as a JVM agent itself.
- ⚠️Requires careful configuration of JMX security (authentication, authorization) on the target Java application/Jolokia agent, as this MCP server does not implement its own security layer for JMX access.
- ⚠️The JVM Agent distribution opens an HTTP port directly in the target Java application, potentially exposing JMX capabilities if network access is not restricted.