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
by ramadhyay
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.
This server provides a simple mathematical 'add' tool via the Multi-tool Coordination Protocol (MCP) framework, designed for integration into a larger MCP ecosystem.
Setup Requirements
- ⚠️Requires the 'mcp' framework (specifically 'mcp[cli]') to be installed or accessible.
- ⚠️Utilizes 'uvx' for direct execution from a git repository, requiring 'uv' to be installed.
- ⚠️This is a server for a 'tool' within the MCP ecosystem, not a standalone web application.
Verified SafeView Analysis
gpt-quantmaster-mcp
by seanshin0214
An AI-powered assistant for quantitative research and applied statistics, providing specialized tools, knowledge, and code generation for ChatGPT Desktop.
An AI-powered assistant for quantitative research and applied statistics, providing specialized tools, knowledge, and code generation for ChatGPT Desktop.
Setup Requirements
- ⚠️Requires `ngrok` for public access, which is necessary for integration with ChatGPT Desktop (if not using a gateway).
- ⚠️The vector database for RAG functionality *must* be initialized by running `python init_vectordb.py` before starting the server. This crucial step is noted in internal comments and changelog but not prominently in the main installation instructions.
- ⚠️The `sentence_transformers` library will download an embedding model (`all-MiniLM-L6-v2`) on its first use, which may cause an initial delay and requires an internet connection.
Verified SafeView Analysis
anki-mcp-claude
by Dhana009
This server provides a Model Context Protocol (MCP) interface for AI assistants to programmatically manage Anki flashcards and decks via AnkiConnect.
This server provides a Model Context Protocol (MCP) interface for AI assistants to programmatically manage Anki flashcards and decks via AnkiConnect.
Setup Requirements
- ⚠️Requires Anki Desktop application to be installed and running.
- ⚠️Requires the AnkiConnect addon to be installed in Anki.
- ⚠️Requires Go 1.21+ for building from source.
Review RequiredView Analysis
orchestragent-intellij
by tzDel
IntelliJ IDEA plugin for orchestrating AI coding agents via an MCP server, managing sessions, diffs, and merges.
IntelliJ IDEA plugin for orchestrating AI coding agents via an MCP server, managing sessions, diffs, and merges.
Setup Requirements
- ⚠️Requires the 'orchestragent' MCP Server binary to be installed and available in the system's PATH, or a specific path configured.
- ⚠️Requires an existing Git repository to function, as it uses the project's base path for repository operations.
- ⚠️Requires IntelliJ IDEA IDE (version 2024.3 or newer) as it is an IDE plugin.
Verified SafeView Analysis
embabel-mcp-file-server
by BootcampToProd
Demonstrates how to build a Model Context Protocol (MCP) Server using Embabel and Spring Boot to expose local file system CRUD operations as tools for external AI agents.
Demonstrates how to build a Model Context Protocol (MCP) Server using Embabel and Spring Boot to expose local file system CRUD operations as tools for external AI agents.
Setup Requirements
- ⚠️Requires Java 21 or higher
- ⚠️Requires an OpenRouter API Key (free tier available) for the connected AI agent to function and for the server's model configuration.
Verified SafeView Analysis
systracesuite
by r1chard-lyu
Systracesuite is an MCP server designed to expose Linux tracing and debugging capabilities (e.g., eBPF, bpftrace, perf, ftrace, syscall tracing) to LLMs and autonomous agents for system inspection, profiling, and debugging.
Systracesuite is an MCP server designed to expose Linux tracing and debugging capabilities (e.g., eBPF, bpftrace, perf, ftrace, syscall tracing) to LLMs and autonomous agents for system inspection, profiling, and debugging.
Setup Requirements
- ⚠️Requires passwordless sudo for bpftrace (configured via setup.sh), posing a significant security risk if not in an isolated development environment.
- ⚠️Linux-only: Relies on Linux-specific tracing tools (eBPF, bpftrace, perf, strace, ftrace/trace-cmd).
- ⚠️Requires manual installation of system-level tracing tools (bpftrace, perf, strace, trace-cmd) not covered by Python package management.
Review RequiredView Analysis
google-contacts-mcp
by domdomegg
The server enables AI systems to interact with Google Contacts for listing, searching, creating, updating, and deleting contact information.
The server enables AI systems to interact with Google Contacts for listing, searching, creating, updating, and deleting contact information.
Setup Requirements
- ⚠️Requires manual setup of Google OAuth credentials (Client ID, Client Secret) in Google Cloud Console, including enabling the People API and configuring an OAuth consent screen and Authorized redirect URIs.
- ⚠️Requires specific environment variables (`GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET`) to be set for the recommended HTTP transport, or `GOOGLE_ACCESS_TOKEN` for the simpler stdio transport.
- ⚠️The HTTP transport requires `http://localhost:3000/callback` (or a custom `MCP_BASE_URL/callback`) to be registered as an Authorized redirect URI in Google Cloud Console for the OAuth flow to function correctly.
Verified SafeView Analysis
RAID_MCP_SERVER
by saurabhudeshi
A comprehensive Model Context Protocol (MCP) server for enterprise project management, specifically designed for tracking Risks, Actions, Issues, and Decisions (RAID) with secure, role-based access.
A comprehensive Model Context Protocol (MCP) server for enterprise project management, specifically designed for tracking Risks, Actions, Issues, and Decisions (RAID) with secure, role-based access.
Setup Requirements
- ⚠️Requires a Supabase account setup, including manual execution of a provided SQL script to create necessary database tables.
- ⚠️Critical environment variables (Supabase URL/Key, JWT Secret Key) must be configured in a `.env` file, with the JWT Secret needing to be separately generated.
- ⚠️Integrating with MCP clients like Claude Desktop or GitHub Copilot Chat requires manual editing of a client-specific configuration file with absolute paths to the Python interpreter and `main.py` script, which can be platform-dependent and prone to errors.
Verified SafeView Analysis
GithubFetcher
by Cookee24
Provides a focused MCP interface for large models to fetch code and metadata from GitHub repositories.
Provides a focused MCP interface for large models to fetch code and metadata from GitHub repositories.
Setup Requirements
- ⚠️Requires Rust (edition 2024) and Cargo to be installed.
- ⚠️A GitHub Personal Access Token is highly recommended (via `GITHUB_AUTH_TOKEN` environment variable or `--token` flag) to avoid API rate limits.
- ⚠️Requires an MCP client to interact with the server over stdio, as no HTTP server is exposed.
Verified SafeView Analysis
codemode
by anaseqal
Enables LLM agents to execute arbitrary Python code for a wide range of tasks, acting as a universal coding agent.
Enables LLM agents to execute arbitrary Python code for a wide range of tasks, acting as a universal coding agent.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires Docker for sandbox mode (though its network isolation is compromised by `--network=host`).
- ⚠️Requires `uv` or `pip` for setup and dependency management.
Review RequiredView Analysis
dev-toolbox
by ahrav
A comprehensive development toolbox for AI/LLM development, including resources for building and managing MCP (Model Context Protocol) servers and an extensive collection of specialized coding agents.
A comprehensive development toolbox for AI/LLM development, including resources for building and managing MCP (Model Context Protocol) servers and an extensive collection of specialized coding agents.
Setup Requirements
- ⚠️Requires a Claude Code environment (claude.ai/code)
- ⚠️Requires access to Claude models (Sonnet, Opus, etc.)
Verified SafeView Analysis
BlenderGNMCP
by WENZHELIN
Provides a server to facilitate interaction and control of Blender's geometry nodes, potentially through a command protocol.
Provides a server to facilitate interaction and control of Blender's geometry nodes, potentially through a command protocol.
Setup Requirements
- ⚠️Requires Blender installation.
- ⚠️Potential dependency on a Minecraft server (speculative, based on 'MCP server' interpretation).