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(9120)
tasksync-mcp
by 4regab
Facilitates feedback-oriented AI-assisted development by enabling real-time user feedback and media viewing for agents, reducing speculative operations and improving efficiency.
Facilitates feedback-oriented AI-assisted development by enabling real-time user feedback and media viewing for agents, reducing speculative operations and improving efficiency.
Setup Requirements
- ⚠️Requires Node.js and npm/npx runtime environment.
- ⚠️Must explicitly specify allowed directories on startup (`/path/to/directory`), or the server will default to only allowing access within the current working directory, which might be too restrictive.
- ⚠️The `get_feedback` tool will block the agent for up to 5 minutes (by default) while waiting for user input, requiring active user participation.
Verified SafeView Analysis
mcp-game-asset-gen
by Flux159
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
Setup Requirements
- ⚠️Requires OPENAI_API_KEY environment variable (Paid API)
- ⚠️Requires GEMINI_API_KEY environment variable (Paid API)
- ⚠️Requires FAL_AI_API_KEY environment variable (Paid API)
- ⚠️Requires 'curl' command-line tool to be installed and available in the system's PATH.
Verified SafeView Analysis
saleor-mcp
by saleor
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
Provides a Python-based GraphQL API server, likely serving as a backend microservice or API for a Saleor e-commerce ecosystem.
Setup Requirements
- ⚠️Docker required for containerized deployment
- ⚠️Requires a Python 3.x environment with 'uv' for local development or dependency management
- ⚠️Likely requires a PostgreSQL database (common for Saleor components)
Verified SafeView Analysis
banrepco_mcp
by kevyder
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
Setup Requirements
- ⚠️Requires deployment on Cloudflare Workers platform.
- ⚠️Requires the `BAN_REP_CO_API_URL` environment variable to be configured, pointing to the external financial data API.
- ⚠️Requires Cloudflare Durable Objects (`MCP_OBJECT`) to be configured and bound.
Verified SafeView Analysis
qdrant-mcp-server
by mhalder
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.
Setup Requirements
- ⚠️Requires Node.js 22+ to run.
- ⚠️Requires Qdrant and Ollama (default embedding provider) to be running, typically via Podman or Docker Compose, and the Ollama embedding model (`nomic-embed-text`) must be pulled.
- ⚠️API keys are required for OpenAI, Cohere, and Voyage AI embedding providers if not using Ollama, and for secured Qdrant instances.
Verified SafeView Analysis
unity-mcp
by wondeks
Facilitate AI client interaction with the Unity Editor to automate development actions and workflows.
Facilitate AI client interaction with the Unity Editor to automate development actions and workflows.
Setup Requirements
- ⚠️Requires Unity Editor (2022.3 or later).
- ⚠️Requires Python 3.12 or later.
- ⚠️Requires `mcp[cli]` Python library and other dependencies specified in `pyproject.toml`.
- ⚠️The C# counterpart (Unity-MCP package) must be installed and active in the Unity Editor project to establish a connection.
Review RequiredView Analysis
mcp-instana
by instana
Serves as a bridge between AI agents/custom tools and Instana REST APIs to access real-time observability data within a development workflow.
Serves as a bridge between AI agents/custom tools and Instana REST APIs to access real-time observability data within a development workflow.
Setup Requirements
- ⚠️Requires a valid IBM Instana account and API token for authentication.
- ⚠️Needs an MCP-compatible client (e.g., Claude Desktop, GitHub Copilot) to connect to and utilize the server.
- ⚠️For development setup, requires the 'uv' Python package installer.
Verified SafeView Analysis
ffmpeg-mcp
by ZizoTheDev
This server provides FFmpeg capabilities as tools, enabling automated media processing tasks like video speed manipulation and audio extraction via the Model Context Protocol.
This server provides FFmpeg capabilities as tools, enabling automated media processing tasks like video speed manipulation and audio extraction via the Model Context Protocol.
Setup Requirements
- ⚠️FFmpeg must be installed and accessible via system PATH or by setting the `FFMPEG_PATH` environment variable.
- ⚠️Requires Node.js (v18+) or Bun runtime to execute.
Review RequiredView Analysis
fast-mcp-telegram
by leshchenko1979
Enables AI assistants to interact with Telegram for messaging, search, and contact management via a standardized MCP interface.
Enables AI assistants to interact with Telegram for messaging, search, and contact management via a standardized MCP interface.
Setup Requirements
- ⚠️Requires Telegram API_ID and API_HASH from my.telegram.org/apps.
- ⚠️Requires a phone number (for user account) or bot token (for bot account) for initial authentication via an interactive CLI or web setup flow.
- ⚠️Requires Python 3.10+.
- ⚠️For HTTP_AUTH mode, securely managing the generated Bearer token is critical as it grants full access to the associated Telegram account. Session files (e.g., ~/.config/fast-mcp-telegram/) need to be persisted via Docker volume mounts in containerized deployments.
Verified SafeView Analysis
Skolverket-MCP
by KSAklfszf921
Provides AI assistants access to Skolverket's open APIs (Läroplan, Skolenhetsregistret, Planned Educations) for searching, comparing, and analyzing Swedish education data and statistics.
Provides AI assistants access to Skolverket's open APIs (Läroplan, Skolenhetsregistret, Planned Educations) for searching, comparing, and analyzing Swedish education data and statistics.
Setup Requirements
- ⚠️The `SKOLVERKET_API_KEY` environment variable might become a mandatory requirement for Skolverket's APIs in the future, although it currently defaults to optional.
- ⚠️Requires Node.js version 18.0.0 or higher to run.
- ⚠️Local installation guides require users to provide an absolute file path to the `dist/index.js` file, which can be a common point of user error.
Verified SafeView Analysis
LLMling
by phil65
A declarative Python framework for building LLM applications, managing resources, prompts, and tools, serving as a backend for MCP servers and Pydantic-AI agents.
A declarative Python framework for building LLM applications, managing resources, prompts, and tools, serving as a backend for MCP servers and Pydantic-AI agents.
Setup Requirements
- ⚠️Requires Python 3.13+ (as per pyproject.toml).
- ⚠️Requires 'mcp-server-llmling' package to be installed to run as an MCP server.
- ⚠️Optional dependencies like 'watchfiles' (for file watching), 'pygit2'/'GitPython' (for Git repository resources), and 'httpx' (for HTTP requests) may be needed for specific features, or third-party tool integrations (e.g., 'crewai', 'langchain_core', 'autogen_core').
Review RequiredView Analysis
PowerShell.MCP
by yotsuda
Enables AI assistants to execute arbitrary PowerShell commands and CLI tools for system automation, development tasks, and data analysis in a persistent, shared console environment.
Enables AI assistants to execute arbitrary PowerShell commands and CLI tools for system automation, development tasks, and data analysis in a persistent, shared console environment.
Setup Requirements
- ⚠️Requires PowerShell 7.2+ installed.
- ⚠️Requires a compatible MCP client like Claude Desktop, which needs manual JSON configuration (e.g., modifying `claude_desktop_config.json`).
- ⚠️On Linux/macOS, manual execution permission (`chmod +x`) is required for the proxy executable.
- ⚠️Potential PATH issues on macOS where Homebrew-installed PowerShell might not be found by the proxy without a symlink or explicit PATH modification in the proxy's launcher logic.