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)
streamable-http-mcp
by DaoiestFire
Implements a basic StreamableHTTP MCP (Multi-Agent Communication Protocol) server with a weather information tool.
Implements a basic StreamableHTTP MCP (Multi-Agent Communication Protocol) server with a weather information tool.
Verified SafeView Analysis
fleet-mcp
by rossella
Enables AI assistants to programmatically manage and monitor GitOps capabilities and resources within a Fleet-managed Kubernetes environment.
Enables AI assistants to programmatically manage and monitor GitOps capabilities and resources within a Fleet-managed Kubernetes environment.
Setup Requirements
- ⚠️Requires Go 1.21 or later
- ⚠️Requires a Kubernetes cluster with Fleet installed
- ⚠️Requires Rancher bearer token (R_token header) and Rancher server URL (R_url header) for each request, or kubeconfig for local runs
Verified SafeView Analysis
File-MCP-server
by pankajshakya627
A comprehensive Model Context Protocol (MCP) server providing local utilities for file operations, directory management, text processing, and mathematical calculations, ideal for integration with AI agents like Claude Desktop.
A comprehensive Model Context Protocol (MCP) server providing local utilities for file operations, directory management, text processing, and mathematical calculations, ideal for integration with AI agents like Claude Desktop.
Setup Requirements
- ⚠️Requires Python 3.10+ (pyproject.toml specifies >=3.11).
- ⚠️The default file system operations are sandboxed to a specific directory (`/tmp/Dev_Pankaj` by default) for security, which might require understanding for expected file locations.
- ⚠️If HTTP transport is explicitly enabled, careful consideration of host binding (`0.0.0.0` vs `127.0.0.1`) and network security is needed.
Verified SafeView Analysis
my_new_mcp_server
by ashotchumore
Provides a boilerplate for quickly developing Model Context Protocol (MCP) servers with TypeScript, featuring calculation and text-to-image generation tools.
Provides a boilerplate for quickly developing Model Context Protocol (MCP) servers with TypeScript, featuring calculation and text-to-image generation tools.
Setup Requirements
- ⚠️Requires `HF_TOKEN` environment variable to be set for the `text_to_image` tool to function.
- ⚠️Requires Node.js and npm installed for dependency management, building, and execution.
- ⚠️Designed to communicate via standard I/O, necessitating an MCP client to pipe input/output (e.g., configured via `.cursor/mcp.json` for Cursor IDE).
Verified SafeView Analysis
github-mcp
by FlowTheTensor
The GitHub MCP Server enables AI assistants (like Claude via LM Studio) to directly interact with GitHub for repository management, issue tracking, pull request workflows, and code analysis.
The GitHub MCP Server enables AI assistants (like Claude via LM Studio) to directly interact with GitHub for repository management, issue tracking, pull request workflows, and code analysis.
Setup Requirements
- ⚠️Requires a GitHub Personal Access Token (PAT) with appropriate scopes (repo, read:org, gist).
- ⚠️Requires Docker Desktop or Node.js/NPX to be installed and running.
- ⚠️Requires LM Studio (version 0.3.0+) for AI integration.
Verified SafeView Analysis
codex-mcp-go
by arbolescontract
Acts as an MCP (Model Context Protocol) server to wrap the OpenAI Codex CLI, allowing AI coding assistants to interact with Codex for coding tasks.
Acts as an MCP (Model Context Protocol) server to wrap the OpenAI Codex CLI, allowing AI coding assistants to interact with Codex for coding tasks.
Setup Requirements
- ⚠️Requires OpenAI's `codex` CLI to be installed and configured separately (e.g., via `npm i -g @openai/codex`).
- ⚠️Requires an `OPENAI_API_KEY` to be configured for the underlying `codex` CLI (typically via environment variables).
- ⚠️Go 1.24+ is required if building from source; otherwise, Node.js/npm is needed for the recommended `npx` installation.
Verified SafeView Analysis
nexus-mcp
by rcdelacruz
Provides a local Model Context Protocol (MCP) server for AI agents, enabling hybrid web search and intelligent, token-efficient content retrieval from articles and documentation.
Provides a local Model Context Protocol (MCP) server for AI agents, enabling hybrid web search and intelligent, token-efficient content retrieval from articles and documentation.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️If using uvx for installation, 'uv' must be pre-installed separately.
- ⚠️Local development setup for Claude Desktop/Cursor requires providing absolute paths to the Python interpreter and server script in the JSON configuration.
Verified SafeView Analysis
remote_mcp
by AuraFriday
Provides infrastructure for external applications to register as AI-controllable tools with an MCP server via reverse connections.
Provides infrastructure for external applications to register as AI-controllable tools with an MCP server via reverse connections.
Setup Requirements
- ⚠️Requires the 'Aura Friday MCP-Link Server' to be running as this project provides client-side implementations and a server-side component, not a standalone server.
- ⚠️Different language implementations (Go, Java, Kotlin, C++) require specific compilers/SDKs and build steps, increasing setup friction.
- ⚠️The Perl version specifically requires additional CPAN modules (`JSON`, `LWP::UserAgent`, `HTTP::Request`, `File::HomeDir`, `IO::Socket::SSL`).
Review RequiredView Analysis
MCP-servers
by mahdi-islam-pranto
Provides an AI-powered expense tracking system with a chatbot interface, allowing users to add, list, and summarize expenses, and access predefined spending categories.
Provides an AI-powered expense tracking system with a chatbot interface, allowing users to add, list, and summarize expenses, and access predefined spending categories.
Setup Requirements
- ⚠️Requires Python 3.13 or newer due to `pyproject.toml` specification.
- ⚠️Requires proper configuration of API keys (Gemini, RapidAPI) as environment variables; currently hardcoded in `chatbot_backend.py`.
- ⚠️The user interface is built with Streamlit (`chatbot_frontend.py`), which needs to be run separately from the FastMCP server component.
Review RequiredView Analysis
xhs-mcp-server
by IChouChiang
A full-stack AI Agent system for automating social media tasks, specifically Xiaohongshu (XHS). It provides a Canva-like visual editor and an AI Assistant chat box to design, modify, and publish posts across various platforms.
A full-stack AI Agent system for automating social media tasks, specifically Xiaohongshu (XHS). It provides a Canva-like visual editor and an AI Assistant chat box to design, modify, and publish posts across various platforms.
Setup Requirements
- ⚠️MCP Bridge Path Configuration (CRITICAL): The path to the `mcp-server-stdio.js` Node.js bridge is hardcoded to a Windows-specific path in `backend/agent_server.py` and `backend/agent_chrome.py`. Users MUST manually update this path to their local installation, which varies by OS (Windows/Mac/Linux) and npm global package location.
- ⚠️API Keys & Authentication: Requires `auth.json` (cookies for Xiaohongshu login) and `searcher_api.txt` (DeepSeek/OpenAI API key) to be manually created in the `backend/` directory. Exporting cookies from a browser can be a manual and sometimes fiddly process.
- ⚠️Python Environment Dependencies: Requires specific Python packages (`langchain`, `langgraph`, `mcp`, `fastapi`, `uvicorn`, `requests`) which must be installed in a suitable Python environment (e.g., `conda` or `venv`). The `mcp` library itself might have platform-specific build requirements.
Verified SafeView Analysis
mcp-attack
by ipninichuck
Provides a graph-based interface for the MITRE ATT&CK Framework, exposing tools for Large Language Models to search, traverse, and generate Navigator layers.
Provides a graph-based interface for the MITRE ATT&CK Framework, exposing tools for Large Language Models to search, traverse, and generate Navigator layers.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️Requires `uv` for dependency management and execution
- ⚠️First run downloads large ATT&CK STIX data (can be slow)
Review RequiredView Analysis
speakup-mcp
by zachswift615
Provides a centralized text-to-speech (TTS) server for multiple Claude Code instances, featuring queue management, emotional tones, streaming playback, and a web UI.
Provides a centralized text-to-speech (TTS) server for multiple Claude Code instances, featuring queue management, emotional tones, streaming playback, and a web UI.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires ~70MB of voice data to be downloaded during installation.
- ⚠️Primarily tested/optimized for macOS, with Linux support available and Windows support planned.