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)
chatgpt-handoff-mcp
by yfzhou0904
A minimal MCP server for seamless handoff of prompts from Claude Code to ChatGPT by copying them to the system clipboard.
A minimal MCP server for seamless handoff of prompts from Claude Code to ChatGPT by copying them to the system clipboard.
Setup Requirements
- ⚠️Linux users require 'xclip' or 'xsel' to be installed for clipboard functionality.
- ⚠️Requires manual configuration in Claude Code's settings.json file (~/.config/claude-code/settings.json).
- ⚠️If using HTTP transport mode, the server must be manually started and kept running in a separate process.
Verified SafeView Analysis
oig_cloud_mcp
by psimsa
Acts as a Model Context Protocol (MCP) server for OIG Cloud, providing an authenticated and observable tool-driven interface to the OIG Cloud API.
Acts as a Model Context Protocol (MCP) server for OIG Cloud, providing an authenticated and observable tool-driven interface to the OIG Cloud API.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Depends on 'oig-cloud-client' from a direct Git repository, which might require Git to be installed and can be less stable than a PyPI package.
- ⚠️Requires 'whitelist.txt' to be present for any user authentication to succeed, with user emails listed in it.
- ⚠️For secure operation, the server should always be deployed behind HTTPS, as credentials are sent via HTTP headers (Base64-encoded or plaintext).
Verified SafeView Analysis
MCPSERVE
by srinivasan-govindaraj
A server backend, likely related to the Minecraft Protocol (MCP), intended for game hosting or application services.
A server backend, likely related to the Minecraft Protocol (MCP), intended for game hosting or application services.
Review RequiredView Analysis
seu-claude
by jardhel
Provides a local Model Context Protocol (MCP) server for Claude Code, enabling proactive semantic indexing of entire codebases using AST-based chunking, cross-reference tracking, and efficient local vector search to enhance Claude's understanding and retrieval capabilities.
Provides a local Model Context Protocol (MCP) server for Claude Code, enabling proactive semantic indexing of entire codebases using AST-based chunking, cross-reference tracking, and efficient local vector search to enhance Claude's understanding and retrieval capabilities.
Setup Requirements
- ⚠️Requires Node.js version 20 or greater.
- ⚠️Initial setup involves downloading Tree-sitter language grammars, typically handled automatically by a `postinstall` script or manually via `npm run download-grammars`.
- ⚠️The embedding model (~30-70MB) will download on first use or can be pre-downloaded via `npm run download-model`.
- ⚠️Requires the `git` CLI installed for git-aware features and for the automated setup script to detect the project root.
Verified SafeView Analysis
MCP-tools-for-VR-Builder
by MindPort-GmbH
Enables AI assistants to programmatically create and modify VR Builder training processes within the Unity editor.
Enables AI assistants to programmatically create and modify VR Builder training processes within the Unity editor.
Setup Requirements
- ⚠️Requires Unity 6000.0.x or higher.
- ⚠️Requires VR Builder Core 5.5.0 or higher package.
- ⚠️Requires at least one Unity MCP framework (CoplayDev or IvanMurzak) to be installed.
- ⚠️When using com.ivanmurzak.unity.mcp, JSON input field names must be camelCase.
Verified SafeView Analysis
mcp-bzm-apitest
by Runscope
The BlazeMeter API Test MCP Server allows AI agents to manage teams, buckets, tests, schedules, steps, environments, and analyze results within the BlazeMeter API Monitoring platform.
The BlazeMeter API Test MCP Server allows AI agents to manage teams, buckets, tests, schedules, steps, environments, and analyze results within the BlazeMeter API Monitoring platform.
Setup Requirements
- ⚠️Requires a BlazeMeter API Monitoring Access Token.
- ⚠️Requires compliance with BlazeMeter API Monitoring AI Consent settings.
- ⚠️Python 3.11+ is required for installation from source code.
Verified SafeView Analysis
mcp-server-langgraph-demo
by pravinmenghani1
This project demonstrates a server-side application integrating the LangGraph library, likely for building and orchestrating AI agent workflows.
This project demonstrates a server-side application integrating the LangGraph library, likely for building and orchestrating AI agent workflows.
Setup Requirements
- ⚠️Requires an API key for a Language Model Provider (e.g., OpenAI, Anthropic).
Review RequiredView Analysis
kommo-mcp-server
by cardosolucass96
Enables AI agents to interact with Kommo CRM by providing a Model Context Protocol (MCP) server over HTTP.
Enables AI agents to interact with Kommo CRM by providing a Model Context Protocol (MCP) server over HTTP.
Setup Requirements
- ⚠️Requires `MCP_PASSWORD` environment variable to be set; the server will not start without it.
- ⚠️Requires a valid Kommo CRM subdomain and an API Access Token, both to be provided in the Bearer authentication token.
- ⚠️The server is a Node.js application, requiring Node.js (v18+) and npm/yarn for installation and execution.
Verified SafeView Analysis
badger-graph
by floydw1234
Visualizes, searches, and queries code graphs to enhance code understanding and assist LLMs in coding tasks.
Visualizes, searches, and queries code graphs to enhance code understanding and assist LLMs in coding tasks.
Setup Requirements
- ⚠️Requires Docker for Dgraph setup (`badger init_graph`)
- ⚠️Requires GPU with CUDA support for embedding generation (`EmbeddingService` checks `torch.cuda.is_available()` and compute capability)
- ⚠️Relies on local (vLLM/Ollama) or remote OpenAI-compatible LLMs for semantic search and agent responses
- ⚠️Requires a Dgraph instance (local or remote) to be running and accessible
Review RequiredView Analysis
Github-MCP-Server
by relix23
Provides a lightweight Model Context Protocol (MCP) server for integrating with GitHub APIs to fetch, transform, cache, and route GitHub data, acting as a bridge for client applications.
Provides a lightweight Model Context Protocol (MCP) server for integrating with GitHub APIs to fetch, transform, cache, and route GitHub data, acting as a bridge for client applications.
Setup Requirements
- ⚠️Requires Python 3.10 or newer.
- ⚠️An active GitHub API token is mandatory for authenticating with GitHub, particularly for accessing private resources or performing write operations.
Verified SafeView Analysis
Cohort-MCP-Server
by Ali2220
Enables an AI model (specifically Google Gemini) to interact with and utilize custom external tools/functions defined on a local server via the Model Context Protocol.
Enables an AI model (specifically Google Gemini) to interact with and utilize custom external tools/functions defined on a local server via the Model Context Protocol.
Setup Requirements
- ⚠️Requires a Google Gemini API Key configured as GEMINI_API_KEY in a .env file (likely a paid service).
- ⚠️Requires Node.js runtime (version 20.0.0 or higher as per @google/genai dependency).
Verified SafeView Analysis
quercle-mcp
by quercledev
Provides AI-powered web fetching and search capabilities to AI agents via the Model Context Protocol (MCP).
Provides AI-powered web fetching and search capabilities to AI agents via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a Quercle API key (paid service) from quercle.dev.
- ⚠️Relies on the external Quercle API for all core functionality.
- ⚠️Requires Node.js version 18 or higher.