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)
auto-mcp-framework
by krajasek
Automatically generate MCP (Model Context Protocol) servers from Python modules or installed packages, with LLM-powered documentation.
Automatically generate MCP (Model Context Protocol) servers from Python modules or installed packages, with LLM-powered documentation.
Setup Requirements
- ⚠️Requires an LLM (Ollama, OpenAI, or Anthropic) for automatic tool descriptions unless `--no-llm` is used. Ollama requires a local server and model download. Cloud LLMs require an API key and internet access.
- ⚠️For analyzing uninstalled Python packages, `uvx` (from `uv`) must be installed and available in PATH.
- ⚠️Optional type adapters (e.g., pandas, Pillow, numpy) require those specific packages to be installed in the environment where `auto-mcp` runs or in the `uvx` isolated environment.
Verified SafeView Analysis
mcp-nano-banana
by dennisonbertram
Provides a Model Context Protocol (MCP) server for AI assistants like Claude to generate and manage images using Google's Gemini Nano Banana model.
Provides a Model Context Protocol (MCP) server for AI assistants like Claude to generate and manage images using Google's Gemini Nano Banana model.
Setup Requirements
- ⚠️Requires a Google Gemini API key (image generation is a paid service).
- ⚠️Requires Node.js >= 20.0.0 or Bun >= 1.1.0.
- ⚠️Requires an active internet connection to communicate with the Google Gemini API.
Verified SafeView Analysis
telegram-mcp
by Sarang-Nambiar
Enables AI assistants to programmatically interact with Telegram chats for message reading, sending, and management.
Enables AI assistants to programmatically interact with Telegram chats for message reading, sending, and management.
Setup Requirements
- ⚠️Requires an active Telegram account and API credentials (App ID and Hash).
- ⚠️Requires `uv` package manager for setup and execution.
- ⚠️A local session file (`anon.session`) is created upon first login and must be secured to prevent unauthorized Telegram account access.
Verified SafeView Analysis
phosphor-icons-mcp
by lasaths
This server provides a Model Context Protocol interface to access, search, and customize Phosphor Icons, offering various weights, colors, sizes, and implementation guidance for frontend development.
This server provides a Model Context Protocol interface to access, search, and customize Phosphor Icons, offering various weights, colors, sizes, and implementation guidance for frontend development.
Setup Requirements
- ⚠️Requires Node.js (version >=18.0.0)
- ⚠️Dependencies must be installed via npm (npm install)
- ⚠️Requires `npm run build` to compile TypeScript before running in production
Verified SafeView Analysis
Mcp-server-tools
by Kanishk31263
Generates professional PPTX presentations from markdown content, leveraging an LLM for content creation.
Generates professional PPTX presentations from markdown content, leveraging an LLM for content creation.
Setup Requirements
- ⚠️Requires PUPPER_AI_TOKEN environment variable (Puter AI account needed for LLM interaction)
- ⚠️Requires Node.js 18 or higher
- ⚠️Requires `assets/uaf_logo.png` image file to be present relative to the config for logo embedding
Verified SafeView Analysis
lkml-mcp
by zampierilucas
Accesses and analyzes Linux Kernel Mailing List (LKML) threads and patches from lore.kernel.org.
Accesses and analyzes Linux Kernel Mailing List (LKML) threads and patches from lore.kernel.org.
Setup Requirements
- ⚠️Requires Python 3.8+.
- ⚠️Requires 'uvx' to run as an MCP server (install with `pip install uv`).
- ⚠️Requires internet access to lore.kernel.org (or a configured `LKML_BASE_URL`).
Verified SafeView Analysis
illustrator-mcp-server
by LatitudeMaster
Serves as a backend component for Adobe Illustrator, likely managing extensions, plugins, or specific application features.
Serves as a backend component for Adobe Illustrator, likely managing extensions, plugins, or specific application features.
Review RequiredView Analysis
mcp-server-template-nodejs-19
by pierrelouistheron
A TypeScript template for building Model Context Protocol (MCP) servers to enable communication with AI assistants and other MCP clients.
A TypeScript template for building Model Context Protocol (MCP) servers to enable communication with AI assistants and other MCP clients.
Setup Requirements
- ⚠️Requires Node.js 22+
- ⚠️A .env file needs to be created from .env.example, though `MCP_HTTP_PORT` has a default value.
Verified SafeView Analysis
fore-mcp-server
by ivanmandat
This server provides a web-based interface and real-time communication layer to monitor, manage, and interact with a running Minecraft server using RCON.
This server provides a web-based interface and real-time communication layer to monitor, manage, and interact with a running Minecraft server using RCON.
Setup Requirements
- ⚠️Requires a separate, running Minecraft Server to connect to.
- ⚠️The Minecraft Server must have RCON enabled and configured with a password.
- ⚠️Requires a Python environment with Flask, Flask-SocketIO, and other dependencies installed via pip.
Verified SafeView Analysis
todo-mcp-server-railway
by EtherAir
A complete Model Context Protocol (MCP) server demonstrating modern web development practices with authentication, billing, and PostgreSQL database integration for a Todo Management System, primarily interacted with via AI clients like Cursor AI.
A complete Model Context Protocol (MCP) server demonstrating modern web development practices with authentication, billing, and PostgreSQL database integration for a Todo Management System, primarily interacted with via AI clients like Cursor AI.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Requires a Neon Database account (free tier available).
- ⚠️Requires a Kinde account (free tier available).
Verified SafeView Analysis
First-MCP-Server-Project
by burakarslan0110
Provides a set of mathematical and string processing tools to AI assistants via the Model Context Protocol (MCP).
Provides a set of mathematical and string processing tools to AI assistants via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires .NET 10.0 SDK to be installed.
- ⚠️Requires manual specification of the project path ('PROJE_YOLU') in the AI assistant's configuration.
Verified SafeView Analysis
expense_tracker_remote_mcp_server
by GaneshGMgr
Manage personal income and expenses, including adding, listing, summarizing, editing, and soft-deleting financial entries.
Manage personal income and expenses, including adding, listing, summarizing, editing, and soft-deleting financial entries.
Setup Requirements
- ⚠️Requires Python 3.13 or newer.
- ⚠️Requires 'uv' package manager for setup and running.
- ⚠️On Windows, the 'fastmcp dev' CLI may fail, requiring direct Python execution with 'uv run python main.py'.
- ⚠️Requires activation of the Python virtual environment (.venv) before running 'uv' commands.