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(7756)
starter-mcp-server
by bravo-box
A starter kit for developing and deploying serverless functions or microservices across multiple cloud providers, exemplified by a chat application.
A starter kit for developing and deploying serverless functions or microservices across multiple cloud providers, exemplified by a chat application.
Setup Requirements
- ⚠️Requires cloud provider accounts (e.g., AWS, GCP, Azure) and associated credentials.
- ⚠️May require specific Infrastructure as Code (IaC) tools (e.g., Terraform, Pulumi) for infrastructure deployment.
- ⚠️Docker might be required for local development or containerized deployments.
Review RequiredView Analysis
git-mcp-server
by cyanheads
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
Setup Requirements
- ⚠️Requires the Git CLI (binary `git`) to be installed on the system and available in the PATH for the default `CliGitProvider`.
- ⚠️Requires `OPENROUTER_API_KEY` to be set for interaction with Large Language Models (LLMs), which is a paid service.
- ⚠️Authentication (if `MCP_AUTH_MODE` is 'jwt' or 'oauth') requires additional environment variables like `MCP_AUTH_SECRET_KEY`, `OAUTH_ISSUER_URL`, and `OAUTH_AUDIENCE` for secure operation, especially in a production environment. The default `MCP_AUTH_MODE` is 'none', which disables authentication.
- ⚠️If speech capabilities are enabled (`SPEECH_TTS_ENABLED` or `SPEECH_STT_ENABLED`), API keys for ElevenLabs (`SPEECH_TTS_API_KEY`) and/or OpenAI Whisper (`SPEECH_STT_API_KEY`) are required, which are paid services.
Verified SafeView Analysis
dnevnik-mcp-server
by yasg1988
Provides educational data (schedules, grades, homework) from Dnevnik.ru API to AI assistants via the Model Context Protocol (MCP).
Provides educational data (schedules, grades, homework) from Dnevnik.ru API to AI assistants via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires manual Dnevnik.ru OAuth token acquisition through a browser.
- ⚠️Requires manual identification and configuration of `person_id`, `school_id`, and `group_id`.
Verified SafeView Analysis
etude-agent-rules-mcp
by Etude-Labs
An IDE-agnostic MCP server that exposes project rules and workflows as MCP resources, providing consistent development guidelines to AI coding tools.
An IDE-agnostic MCP server that exposes project rules and workflows as MCP resources, providing consistent development guidelines to AI coding tools.
Setup Requirements
- ⚠️Requires .NET 9 SDK
- ⚠️Docker required for containerized deployment
- ⚠️External authentication/TLS handling required for HTTP endpoints in production
Verified SafeView Analysis
plain-mcp
by tellahq
An MCP server for managing and querying Plain.com support threads and customer information via tools for an AI agent.
An MCP server for managing and querying Plain.com support threads and customer information via tools for an AI agent.
Setup Requirements
- ⚠️Requires a Plain.com API key (PLAIN_API_KEY) with appropriate permissions (read/write for threads and customers).
- ⚠️Requires 'bun' runtime to be installed.
- ⚠️Requires updating Claude Code config (`~/.claude.json`).
Verified SafeView Analysis
AgentUp
by always-further
AgentUp is an enterprise-grade framework for building, deploying, and managing secure and reproducible AI agents using configuration-driven principles, integrating with the A2A and MCP protocols.
AgentUp is an enterprise-grade framework for building, deploying, and managing secure and reproducible AI agents using configuration-driven principles, integrating with the A2A and MCP protocols.
Setup Requirements
- ⚠️Requires a compatible LLM provider (e.g., OpenAI API Key (paid), Anthropic API Key (paid), or a local Ollama server running).
- ⚠️Persistent storage for state management or push notifications (e.g., Valkey/Redis) might be required, potentially needing Docker/Docker Compose for setup.
- ⚠️The default agent setup assumes a local Python environment (`pip install agentup`).
Verified SafeView Analysis
model-context-protocol
by SyedAanif
This server implements the Model Context Protocol, likely for managing and serving contextual data and interactions for AI models.
This server implements the Model Context Protocol, likely for managing and serving contextual data and interactions for AI models.
Setup Requirements
- ⚠️Requires `uv` package manager for dependency resolution and environment setup, as indicated by `uv.lock` and `pyproject.toml`.
- ⚠️A specific Python version is required, as specified in the `.python-version` file.
Review RequiredView Analysis
rbx-mcp-engine
by fxrrysalim
Provides a high-performance, WebSocket-based bridge for AI agents to interact with and control Roblox Studio in real-time.
Provides a high-performance, WebSocket-based bridge for AI agents to interact with and control Roblox Studio in real-time.
Setup Requirements
- ⚠️Requires Roblox Studio to be installed on the machine.
- ⚠️The 'rbx-studio-mcp.exe' executable must be downloaded and its path specified in the AI client's MCP configuration.
- ⚠️Requires configuration of an external MCP-compatible AI client (e.g., Claude, Cursor, Windsurf).
Verified SafeView Analysis
crypto-mcp
by pand40x
Provides real-time and historical cryptocurrency data to LLM applications, using Binance as the primary source and CoinMarketCap as a fallback.
Provides real-time and historical cryptocurrency data to LLM applications, using Binance as the primary source and CoinMarketCap as a fallback.
Setup Requirements
- ⚠️Requires CoinMarketCap API keys for fallback functionality, which must be obtained and configured in a .env file.
- ⚠️The MCP client configuration requires the absolute path to the 'build/index.js' file, which can be a common point of error.
- ⚠️Node.js v20.0.0 or higher is required.
Verified SafeView Analysis
nextjs-playwright-test-agent
by YankeeMarco
Facilitates AI agent-driven UI test generation and execution for Next.js applications using Playwright, returning test artifacts and summaries.
Facilitates AI agent-driven UI test generation and execution for Next.js applications using Playwright, returning test artifacts and summaries.
Setup Requirements
- ⚠️Requires 'pnpm' for dependency management.
- ⚠️Requires Playwright and its browser dependencies to be installed separately via 'pnpm dlx playwright install --with-deps'.
- ⚠️Requires a Node.js runtime environment to execute the server.
Verified SafeView Analysis
meilisearch-mcp
by meilisearch
Connects LLMs (like Claude and OpenAI agents) to Meilisearch, enabling natural language control for managing search indices and performing searches.
Connects LLMs (like Claude and OpenAI agents) to Meilisearch, enabling natural language control for managing search indices and performing searches.
Setup Requirements
- ⚠️Requires Python >= 3.10.
- ⚠️A running Meilisearch instance is mandatory, typically on http://localhost:7700.
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, OpenAI agents) to interact with the server.
Verified SafeView Analysis
searcher
by QwQzy
Provides a Model Context Protocol (MCP) server for aggregating and extracting information from search engines like Bing using Playwright for web scraping.
Provides a Model Context Protocol (MCP) server for aggregating and extracting information from search engines like Bing using Playwright for web scraping.
Setup Requirements
- ⚠️Requires Python 3.12
- ⚠️Requires manual Playwright Chromium installation via `playwright install chromium`
- ⚠️The `bing_cn_detail` tool could expose the server to Server-Side Request Forgery (SSRF) if publicly accessible without proper input validation or firewall rules.