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)
Agentic-AI-Projects
by gautamgc17
Exposes a CrewAI-based Sports RAG Agent to IBM Agent Connect Framework, enabling it to answer sports questions using a vector database (Milvus) and web search (Tavily), with support for streaming and conversation memory.
Exposes a CrewAI-based Sports RAG Agent to IBM Agent Connect Framework, enabling it to answer sports questions using a vector database (Milvus) and web search (Tavily), with support for streaming and conversation memory.
Setup Requirements
- ⚠️Requires IBM WatsonX account and API Key (paid service)
- ⚠️Requires Tavily API Key (potentially paid service)
- ⚠️Docker required for running Milvus vector database
- ⚠️Must run 'setup-milvus.ipynb' to load initial sports data
Verified SafeView Analysis
PairOfCleats
by doublemover
Codebase analysis and intelligence server, providing indexing, search, risk analysis, and vulnerability triage capabilities.
Codebase analysis and intelligence server, providing indexing, search, risk analysis, and vulnerability triage capabilities.
Setup Requirements
- ⚠️Requires Python 3.x executable on PATH for Python AST parsing and Pyright LSP.
- ⚠️Requires native build tools (e.g., C++ compiler, Node-Gyp) for various dependencies like `onnxruntime-node`, `hnswlib-node`, and `better-sqlite3`.
- ⚠️Requires external LSP servers/tools (e.g., `clangd`, `pyright`, `semgrep`, `ast-grep`, `comby`) to be installed and available on PATH for advanced analysis features.
Review RequiredView Analysis
mcp
by semilattice-research
Semilattice allows LLM agents to predict how specific audiences will answer questions, enabling content testing, personalization, and A/B testing decisions.
Semilattice allows LLM agents to predict how specific audiences will answer questions, enabling content testing, personalization, and A/B testing decisions.
Setup Requirements
- ⚠️Requires a paid subscription for most listed client platforms (e.g., ChatGPT, Claude, Cursor).
- ⚠️Requires OAuth authentication via a Google email for setup across all supported clients.
- ⚠️Manual, client-specific configuration steps are necessary for integration with each platform (e.g., ChatGPT, Claude, VS Code).
Verified SafeView Analysis
mcp-explorer
by jermeyyy
A powerful TUI application for discovering, exploring, and proxying local Model Context Protocol (MCP) servers.
A powerful TUI application for discovering, exploring, and proxying local Model Context Protocol (MCP) servers.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Relies on existing MCP server configurations (e.g., Claude Code, GitHub Copilot IntelliJ, or custom `mcp.json` files) to discover servers.
- ⚠️Local MCP servers must be running (for HTTP/SSE types) or correctly configured to be launched (for STDIO types).
Verified SafeView Analysis
crawl4ai-mcp-server
by amienbou121
A lightweight server providing web scraping and crawling tools, designed for integration with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.
A lightweight server providing web scraping and crawling tools, designed for integration with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.
Setup Requirements
- ⚠️Docker is highly recommended for easy setup, otherwise manual Python 3.11+ environment configuration is required.
- ⚠️Requires Playwright browsers to be installed (e.g., `python -m playwright install chromium`) within the environment where it runs.
- ⚠️Potential high token cost if scrape/crawl tools return full page content (when `output_dir` is not specified), especially for multi-page crawls.
Verified SafeView Analysis
mcp-servers
by likifyu
A collection of 18 backend servers designed for various functionalities including data storage, network requests, automation, and file processing.
A collection of 18 backend servers designed for various functionalities including data storage, network requests, automation, and file processing.
Setup Requirements
- ⚠️Requires specific runtime environments (e.g., Node.js, Python, Java) for each server as per their implementation, which is not specified.
- ⚠️Likely requires database setup and configuration for data storage features, dependent on individual server designs.
Review RequiredView Analysis
Cursor-history-MCP
by pedrohenrique316
This server allows users to search their local Cursor IDE chat history using semantic search powered by Ollama embeddings and LanceDB.
This server allows users to search their local Cursor IDE chat history using semantic search powered by Ollama embeddings and LanceDB.
Setup Requirements
- ⚠️Requires Docker to be installed and running for server deployment.
- ⚠️Requires Ollama to be installed and running locally (or accessible via the configured OLLAMA_HOST) with the 'nomic-embed-text:latest' model downloaded.
- ⚠️Requires existing Cursor IDE chat history data (stored in 'state.vscdb' files within the user's 'workspaceStorage' directory).
Verified SafeView Analysis
movk-nuxt-docs
by mhaibaraai
Provides a modern Nuxt 4 documentation theme with integrated AI chat assistant, Model Context Protocol (MCP) server support, and automated documentation generation.
Provides a modern Nuxt 4 documentation theme with integrated AI chat assistant, Model Context Protocol (MCP) server support, and automated documentation generation.
Setup Requirements
- ⚠️Requires AI API keys (AI_GATEWAY_API_KEY or OPENROUTER_API_KEY) for AI Chat functionality, which may incur costs.
- ⚠️Requires a GitHub Personal Access Token (NUXT_GITHUB_TOKEN) for Git integration features like commit history.
- ⚠️The 'better-sqlite3' peer dependency (a native module) needs to be manually installed for Nuxt Content's database backend when used as a layer.
Verified SafeView Analysis
binary-mcp
by Sarks0
Provides AI assistants with binary analysis capabilities via Ghidra, ILSpyCmd, and x64dbg for security research and reverse engineering.
Provides AI assistants with binary analysis capabilities via Ghidra, ILSpyCmd, and x64dbg for security research and reverse engineering.
Setup Requirements
- ⚠️Requires Ghidra (manual installation or interactive installer).
- ⚠️Requires Java 21+ and .NET 6.0+ SDK for full functionality.
- ⚠️Dynamic analysis using x64dbg is Windows-only.
- ⚠️VirusTotal integration requires a VT_API_KEY (potentially paid for full features).
Verified SafeView Analysis
mcp-memory-server
by AerionDyseti
Provides semantic memory storage for AI assistants, enabling them to store and retrieve decisions, patterns, and context across sessions using vector embeddings.
Provides semantic memory storage for AI assistants, enabling them to store and retrieve decisions, patterns, and context across sessions using vector embeddings.
Setup Requirements
- ⚠️Requires Bun 1.0+ runtime to be installed.
- ⚠️Initial installation triggers a one-time download of a ~90MB ML model for embeddings, which can take a minute.
- ⚠️Relies on native Node.js dependencies (`onnxruntime-node`, `sharp`) which can occasionally lead to platform-specific installation issues.
- ⚠️Requires manual configuration in the MCP client's settings (e.g., `~/.claude/settings.json`).
Verified SafeView Analysis
ai-mcp-server-client-fastmcp
by botextractai
Builds a local MCP server with stock market tools for a LangChain AI agent to fetch financial data.
Builds a local MCP server with stock market tools for a LangChain AI agent to fetch financial data.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid)
- ⚠️Requires local `mcp_server.py` to be running in conjunction with the client
- ⚠️Python dependencies need to be installed via pip
Verified SafeView Analysis
systems-manager
by Knuckles-Team
This project provides a multi-OS system management CLI and an MCP server for automating system maintenance, application management, and configuration via AI or automation systems.
This project provides a multi-OS system management CLI and an MCP server for automating system maintenance, application management, and configuration via AI or automation systems.
Setup Requirements
- ⚠️Default Insecurity: The MCP server runs without authentication by default (AUTH_TYPE=none), which is a critical security risk. Users must explicitly configure authentication for secure operation.
- ⚠️Operating System Specificity: Functionality relies on native package managers (apt, dnf, winget, etc.), requiring specific OS compatibility and underlying system tools.
- ⚠️Elevated Privileges: Many core functionalities, including installation, updates, and feature management, require root or administrator permissions on the host system.
- ⚠️Python 3.10+ and Specific Dependencies: Running natively requires Python 3.10+ and manual installation of packages like fastmcp, psutil, distro, requests and potentially eunomia-mcp if authorization is enabled.