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(7632)
mcp-server-elasticsearch
by elastic
Connects Model Context Protocol (MCP) clients to Elasticsearch for natural language interaction with indices and data.
Connects Model Context Protocol (MCP) clients to Elasticsearch for natural language interaction with indices and data.
Setup Requirements
- ⚠️Requires an Elasticsearch instance (versions 8.x or 9.x) with authentication credentials.
- ⚠️Docker is the primary deployment method for the server.
- ⚠️Requires an MCP Client (e.g., Claude Desktop, Goose) to interact with the server. If using Claude Desktop with HTTP/SSE, `mcp-proxy` is also needed.
Verified SafeView Analysis
enrichmcp
by featureform
A Python framework for building semantic APIs for AI agents, allowing them to discover, understand, and navigate structured data models via the Model Context Protocol.
A Python framework for building semantic APIs for AI agents, allowing them to discover, understand, and navigate structured data models via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️SQLAlchemy integration requires the `enrichmcp[sqlalchemy]` extra and an async SQLAlchemy driver (e.g., `aiosqlite`).
- ⚠️Redis caching requires the `redis` package.
- ⚠️All relationships must have at least one resolver defined before running the application, otherwise `app.run()` will raise a `ValueError`.
Review RequiredView Analysis
mcp-google-sheets
by xing5
Acts as an AI assistant's gateway to Google Sheets for automation and data manipulation.
Acts as an AI assistant's gateway to Google Sheets for automation and data manipulation.
Setup Requirements
- ⚠️Requires prior setup in Google Cloud Platform (creating a project, enabling Google Sheets and Drive APIs).
- ⚠️Authentication is critical and involves choosing one of four methods (Service Account, OAuth 2.0, Direct Credential Injection, Application Default Credentials), each with specific environment variables and setup steps.
- ⚠️Requires 'uv' (specifically 'uvx') to be installed for the recommended quick start method.
Verified SafeView Analysis
Unity-MCP
by IvanMurzak
AI-powered game development and automation within the Unity Editor and runtime environments, connecting Large Language Models (LLMs) to Unity via the Model Context Protocol (MCP).
AI-powered game development and automation within the Unity Editor and runtime environments, connecting Large Language Models (LLMs) to Unity via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Unity Editor 2022.3 or newer.
- ⚠️Unity project path cannot contain spaces.
- ⚠️Requires a compatible MCP Client (e.g., Claude Code, Cursor, GitHub Copilot in VS Code) which must support dynamic MCP Tool updates.
- ⚠️Using Docker for deployment (recommended) requires Docker Desktop (on Windows) and appropriate port forwarding configuration.
Verified SafeView Analysis
mem-agent-mcp
by firstbatchxyz
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
Provides a Model Context Protocol (MCP) server for a memory agent, enabling LLMs to interact with an Obsidian-like memory system for contextual assistance and RAG.
Setup Requirements
- ⚠️Requires either macOS with Metal support or Linux with a compatible GPU for local vLLM, or relies on an external OpenAI-compatible proxy.
- ⚠️Requires a separate LLM model server (vLLM or LM Studio) or LiteLLM proxy running concurrently.
- ⚠️Integration with client applications (Claude Desktop, LM Studio) involves manual file copying and restarts.
Verified SafeView Analysis
awesome-mcp-security
by Puliczek
This repository serves as a curated list of resources, including papers, videos, articles, tools, and servers, focusing on Model Context Protocol (MCP) security.
This repository serves as a curated list of resources, including papers, videos, articles, tools, and servers, focusing on Model Context Protocol (MCP) security.
Verified SafeView Analysis
himarket
by higress-group
Himarket is an enterprise-grade AI open platform designed to help organizations build private AI capability markets, unifying the management and distribution of LLM, MCP Server, and Agent AI resources.
Himarket is an enterprise-grade AI open platform designed to help organizations build private AI capability markets, unifying the management and distribution of LLM, MCP Server, and Agent AI resources.
Setup Requirements
- ⚠️Requires JDK 17, Node.js 18+, Maven 3.6+, and MySQL 8.0+ for local setup.
- ⚠️Critical database connection parameters (`DB_HOST`, `DB_PORT`, `DB_NAME`, `DB_USERNAME`, `DB_PASSWORD`) must be provided as environment variables or JVM arguments.
- ⚠️An AES encryption key (`app.encrypt.aesKey`) needs to be securely configured for sensitive data encryption.
- ⚠️Integration with Higress AI Gateway and Nacos is fundamental, and these components may need separate setup/configuration if not using the provided Docker Compose/Helm scripts.
Verified SafeView Analysis
Awesome-MCP-Servers
by YuzeHao2023
A curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to securely interact with local and remote resources.
A curated, community-driven list of Model Context Protocol (MCP) servers, tools, frameworks, clients, and utilities, enabling AI models to securely interact with local and remote resources.
Verified SafeView Analysis
alpaca-mcp-server
by alpacahq
A comprehensive Model Context Protocol (MCP) server that integrates with Alpaca's Trading API, enabling natural language trading operations for stocks, options, crypto, portfolio management, and real-time market data through AI assistants.
A comprehensive Model Context Protocol (MCP) server that integrates with Alpaca's Trading API, enabling natural language trading operations for stocks, options, crypto, portfolio management, and real-time market data through AI assistants.
Setup Requirements
- ⚠️Requires Python 3.10+ and `uv` (a modern Python package manager) for installation and execution.
- ⚠️Manual configuration of client-specific JSON files (e.g., Claude Desktop, Cursor, VS Code, PyCharm, Gemini CLI) is necessary after server installation, as these client configurations override `.env` settings for API keys.
- ⚠️For remote usage (e.g., Claude Mobile, ChatGPT), users must deploy the server to a cloud service, as Alpaca does not provide a hosted remote MCP server.
- ⚠️Some real-time market data features (e.g., SIP data feed, latest 15-minute stock data) require a premium Alpaca subscription.
Verified SafeView Analysis
kmcp
by kagent-dev
KMCP is a Kubernetes controller and CLI tool that provides a declarative way to deploy, manage, and scale Model Context Protocol (MCP) servers in Kubernetes environments.
KMCP is a Kubernetes controller and CLI tool that provides a declarative way to deploy, manage, and scale Model Context Protocol (MCP) servers in Kubernetes environments.
Setup Requirements
- ⚠️Requires a Kubernetes cluster (1.11.3+) and Helm (3.0+) for controller deployment.
- ⚠️Docker is required locally for building custom MCP server images.
- ⚠️Node.js and npm (for npx) are required for local development when using the MCP Inspector.
- ⚠️Specific language runtimes (e.g., 'uv' for Python, 'go' for Go, 'mvn' for Java) are required locally depending on the chosen MCP server framework for local execution.
Verified SafeView Analysis
voicemode
by mbailey
Provides voice interaction capabilities (STT, TTS, LiveKit) for Model Context Protocol (MCP) servers, allowing LLMs to converse and interact with audio.
Provides voice interaction capabilities (STT, TTS, LiveKit) for Model Context Protocol (MCP) servers, allowing LLMs to converse and interact with audio.
Setup Requirements
- ⚠️Requires OpenAI API Key for cloud STT/TTS services (paid service).
- ⚠️Requires `uv` package manager for installation and execution.
- ⚠️Requires Python 3.10+.
- ⚠️Requires `sudo` access for system package installation on Linux.
- ⚠️Requires FFmpeg for audio processing.
- ⚠️Hardcoded default LiveKit credentials ('voicemode123' password, 'devkey: secret') should be changed for any non-local/production use.
Review RequiredView Analysis
brave-search-mcp-server
by brave
Integrates the Brave Search API to provide comprehensive search capabilities including web, local business, image, video, news, and AI-powered summarization.
Integrates the Brave Search API to provide comprehensive search capabilities including web, local business, image, video, news, and AI-powered summarization.
Setup Requirements
- ⚠️Requires a Brave Search API key, obtainable from brave.com/search/api/. Different plans (Free/Pro) offer varying query limits and features.
- ⚠️Full local search capabilities and AI summarization (`brave_local_search`, `brave_summarizer`) require a Brave Search API Pro plan.
- ⚠️The server defaults to STDIO transport. If HTTP transport is desired, it must be explicitly configured via environment variable (`BRAVE_MCP_TRANSPORT=http`) or command-line argument (`--transport http`).