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(155)
omen
by panbanda
Provides AI assistants with deep code analysis context (complexity, debt, churn, dependencies, ownership, defects) to enhance code understanding, generation, review, and project management tasks.
Provides AI assistants with deep code analysis context (complexity, debt, churn, dependencies, ownership, defects) to enhance code understanding, generation, review, and project management tasks.
Setup Requirements
- ⚠️Requires Go 1.25 or later to build from source.
- ⚠️Requires Git CLI to be installed and available in the system PATH for history-based analysis (e.g., churn, ownership, temporal coupling).
- ⚠️Manual JSON configuration is required to integrate Omen as an MCP server with Claude Desktop or Claude Code.
Verified SafeView Analysis
cldcde
by aegntic
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
A persistent context manager that scrapes, stores, searches, and analyzes AI conversations from various platforms (ChatGPT, Grok, Gemini, Claude) to support project development and insights.
Setup Requirements
- ⚠️Requires Node.js / Bun runtime environment.
- ⚠️Requires Chromium browser installed for Puppeteer web scraping functionality.
- ⚠️Manages a local SQLite database file, requiring appropriate file system permissions.
Review RequiredView Analysis
X96Dbg-MCP-Server-Plugin
by tomer132246
Provides a JSON-RPC bridge for x32dbg/x64dbg, allowing external automations to inspect and control a debugged process without direct UI interaction.
Provides a JSON-RPC bridge for x32dbg/x64dbg, allowing external automations to inspect and control a debugged process without direct UI interaction.
Setup Requirements
- ⚠️Requires x64dbg or x32dbg to be installed and running, as it functions as a plugin.
- ⚠️Windows-only due to extensive use of Windows API and Winsock.
- ⚠️Requires a C++ development environment (CMake, Visual Studio 2022) for building.
Review RequiredView Analysis
cursor-skills
by grapelike-class151
Web crawler for validating internal links on a website and reporting broken links.
Web crawler for validating internal links on a website and reporting broken links.
Verified SafeView Analysis
thought-chain-mcp
by cbuntingde
Transforms any AI model into an advanced reasoning engine by providing structured, persistent step-by-step thinking capabilities and allowing recall of past thought processes.
Transforms any AI model into an advanced reasoning engine by providing structured, persistent step-by-step thinking capabilities and allowing recall of past thought processes.
Setup Requirements
- ⚠️Requires Node.js version 20.0.0 or higher.
- ⚠️Requires an MCP-compatible AI coding assistant (e.g., Claude Desktop, Cursor, VS Code with MCP extensions) to interact with the server.
- ⚠️The 'token cost' refers to the AI model's consumption of the server's output, which can be verbose during chain reviews or recalls, potentially leading to higher token usage by the AI.
Verified SafeView Analysis
postgresql-mcp
by sgaunet
Provides PostgreSQL database integration tools for LLM-powered coding agents using the Model Context Protocol.
Provides PostgreSQL database integration tools for LLM-powered coding agents using the Model Context Protocol.
Setup Requirements
- ⚠️Requires an active and accessible PostgreSQL database instance.
- ⚠️Requires Go 1.25 or later if building from source.
- ⚠️Relies on 'POSTGRES_URL' or 'DATABASE_URL' environment variables for automatic database connection, or explicit use of the 'connect_database' tool.
Verified SafeView Analysis
mcp-macos-dev-server
by aashnakunk
A Model Context Protocol (MCP) server providing AI assistants with structured access to macOS development environment, productivity tools, and Chrome browser history.
A Model Context Protocol (MCP) server providing AI assistants with structured access to macOS development environment, productivity tools, and Chrome browser history.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Specific macOS operating system is required for full functionality.
- ⚠️Google Chrome browser must be installed and used for browser tools.
- ⚠️Requires manual configuration of `MCP_ALLOWED_ROOTS` environment variable or `src/config.ts` to define accessible directories.
- ⚠️MCP client (e.g., Claude Desktop) requires specific configuration including an absolute path to the server's `dist/index.js`.
Verified SafeView Analysis
MCPCalculatorSample
by polboo
Provides a sample Model Context Protocol (MCP) server with a calculator tool and a dynamic greeting resource, designed for integration with a VS Code Cline agent.
Provides a sample Model Context Protocol (MCP) server with a calculator tool and a dynamic greeting resource, designed for integration with a VS Code Cline agent.
Setup Requirements
- ⚠️Requires Node.js (version 16+)
- ⚠️Requires manual VS Code Cline agent configuration with an absolute path in `settings.json`.
- ⚠️The project needs to be built (`npm run build`) before running.
Verified SafeView Analysis
Agento_MCP
by Genaker
AI-powered development tools for Magento 2, enabling seamless AI integration with Cursor IDE for executing SQL queries, managing cache, and accessing magerun commands via natural language.
AI-powered development tools for Magento 2, enabling seamless AI integration with Cursor IDE for executing SQL queries, managing cache, and accessing magerun commands via natural language.
Setup Requirements
- ⚠️Requires Magento 2.4.x and PHP 8.1+.
- ⚠️Requires n98-magerun2 PHAR to be installed (auto-installer available, but insecure).
- ⚠️The `n98-magerun2` installer uses insecure SSL verification (`CURLOPT_SSL_VERIFYPEER, false`).
- ⚠️Primarily designed for Cursor IDE integration, though it uses a generic MCP server.
Review RequiredView Analysis
mcpinspect
by MatMercer
A CLI tool to inspect MCP (Model Context Protocol) servers configured for Claude Code.
A CLI tool to inspect MCP (Model Context Protocol) servers configured for Claude Code.
Setup Requirements
- ⚠️Requires macOS (due to keychain integration and explicit support statement)
- ⚠️Requires a `~/.claude.json` configuration file with MCP servers defined
- ⚠️Authentication to HTTP/SSE MCP servers relies on OAuth tokens being present in the macOS keychain, saved by Claude Code.
Verified SafeView Analysis
n7m-mcp
by jonpspri
Provides AI assistants with geocoding, reverse geocoding, and OpenStreetMap object lookup capabilities via the Model Context Protocol.
Provides AI assistants with geocoding, reverse geocoding, and OpenStreetMap object lookup capabilities via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.12 or newer.
- ⚠️Relies on external Nominatim API, subject to its fair use policy (1 request per second).
- ⚠️Requires `uvx` for the fastest setup as an MCP server, or `uv` for local development.
Verified SafeView Analysis
pulse-tm
by nemesiscodex
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).
Pulse is a terminal-based task manager designed for developers to manage projects and tasks, offering CLI, TUI, and seamless integration with AI agents via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Bun 1.0.0 or higher; Node.js is not supported.
- ⚠️Tasks are stored in local YAML files within a '.pulse/' directory, not cloud-synced.
- ⚠️Automatic project root detection (via .git folder) might place the .pulse/ directory in an unexpected location if not explicitly specified with '--working-dir'.