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(9120)
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
clix-mcp-server
by clix-so
Enables AI agents to search Clix documentation and SDKs for code examples and information via the Model Context Protocol.
Enables AI agents to search Clix documentation and SDKs for code examples and information via the Model Context Protocol.
Setup Requirements
- ⚠️Node.js 18+ required
- ⚠️Requires an MCP-compatible client for integration (e.g., VS Code extension, Claude Code CLI, Codex CLI)
- ⚠️Network access is mandatory for core functionality (fetching external documentation/SDK data)
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.
Review RequiredView Analysis
mwilliams_mcpbridge
by mahawi1992
Optimizes AI agent context usage by providing a single, intelligent interface for multiple Model Context Protocol (MCP) servers with lazy schema loading and result compaction.
Optimizes AI agent context usage by providing a single, intelligent interface for multiple Model Context Protocol (MCP) servers with lazy schema loading and result compaction.
Setup Requirements
- ⚠️Requires manual creation and configuration of `mcpbridge.config.json` with potentially sensitive credentials for underlying MCP servers.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Relies on `npx` to dynamically download and execute underlying MCP server packages, which can be a point of friction or security concern in some environments.
Review RequiredView Analysis
drilling_mcp_server
by ridhadev
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
Setup Requirements
- ⚠️Requires drilling data CSV files (e.g., `well_name time.csv`, `well_name depth.csv`) to be placed in `data/drilling/` or a custom directory specified by the `DRILLING_DATA_DIR` environment variable.
- ⚠️Requires an Anthropic API Key (`ANTHROPIC_API_KEY`) for `mcp_chatbot.py` to interact with Claude.
- ⚠️The `mcp_chatbot.py` client expects the drilling server to run on `stdio` transport, but `drilling_mcp_server.py` currently runs on `sse` (port 10000) when executed directly. For them to communicate, either the server's `mcp.run()` call needs to be changed to `stdio` or the client's connection type needs to be updated.
- ⚠️The `mcp_chatbot.py` script needs its `SERVER_CONFIG_PATH` variable updated to point to the local `server_config.json` (or a copy like `_server_config_local_.json`), and `command`/`args` paths within that config might need local adjustment to ensure correct script execution paths.