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)
mcp-mock-server
by fengf233
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
Setup Requirements
- ⚠️Requires Go compiler to build and run.
- ⚠️Requires a `mock.yaml` configuration file.
Verified SafeView Analysis
DevFestIca25-Activity2
by Dav082004
Demonstrates GitHub MCP Server capabilities by providing a deliberately buggy Snake game for analysis and issue creation.
Demonstrates GitHub MCP Server capabilities by providing a deliberately buggy Snake game for analysis and issue creation.
Setup Requirements
- ⚠️Requires Python installed to run the local HTTP server.
- ⚠️Requires GitHub CLI (`gh`) and potentially GitHub Copilot CLI extension if `analyze` or `create-issues` scripts are used.
Verified SafeView Analysis
bc-webclient-mcp-server
by SShadowS
Enable AI agents (like Claude) to interact with Business Central (BC) by translating high-level commands into BC WebSocket protocol interactions, specifically tailored for on-premises BC deployments via runtime patching.
Enable AI agents (like Claude) to interact with Business Central (BC) by translating high-level commands into BC WebSocket protocol interactions, specifically tailored for on-premises BC deployments via runtime patching.
Setup Requirements
- ⚠️Requires an existing Business Central Server (tested with BC 27) running on Windows.
- ⚠️Requires non-standard deployment of a .NET runtime patch (CopilotPatcher.dll, 0Harmony.dll) directly into the BC service path, necessitating PowerShell with administrative privileges.
- ⚠️Explicitly designed for on-premises BC; compatibility with cloud BC or other BC versions may be limited or require modifications.
- ⚠️Requires environment variables (BC_USERNAME, BC_PASSWORD, BC_BASE_URL, BC_TENANT_ID) for Business Central connection, and BC_COPILOT_API_KEYS if using the patched Copilot API.
Verified SafeView Analysis
FantasyPremierLeague
by joreilly
Exposes Fantasy Premier League player and fixture data as an MCP tools endpoint for consumption by AI models like Claude Desktop.
Exposes Fantasy Premier League player and fixture data as an MCP tools endpoint for consumption by AI models like Claude Desktop.
Setup Requirements
- ⚠️Requires building the executable JAR using 'gradle shadowJar'.
- ⚠️Requires a Java Runtime Environment (JRE) to execute the server JAR.
- ⚠️Integration with AI clients like Claude Desktop requires manual configuration (e.g., updating client developer settings with the JAR path and command).
Verified SafeView Analysis
yutu
by eat-pray-ai
Automate YouTube channel workflows and manage YouTube resources like videos, playlists, channels, and comments through a CLI or an MCP server.
Automate YouTube channel workflows and manage YouTube resources like videos, playlists, channels, and comments through a CLI or an MCP server.
Setup Requirements
- ⚠️Requires a Google Cloud Platform account with YouTube Data API v3 (and optionally YouTube Analytics/Reporting API) enabled.
- ⚠️Requires manual creation of an OAuth 2.0 Client ID (Web Application type) with `http://localhost:8216` as a redirect URI, and downloading `client_secret.json`.
- ⚠️Authentication requires either placing `client_secret.json` and `youtube.token.json` in the working directory or specifying their paths/base64 encoded content via environment variables.
- ⚠️The AI agent functionality requires `GEMINI_MODEL` and `GEMINI_API_KEY` environment variables to be set for Google Gemini models.
Verified SafeView Analysis
figma-mcp-server
by Antonytm
Enables AI agents to read from and modify Figma design documents programmatically, offering capabilities beyond the official read-only Figma MCP server.
Enables AI agents to read from and modify Figma design documents programmatically, offering capabilities beyond the official read-only Figma MCP server.
Setup Requirements
- ⚠️Requires manual local installation and setup of both the Node.js server and the Figma plugin, as it is not available in the official Figma plugin store.
- ⚠️The Figma plugin UI must remain open in Figma for the connection to the local MCP server to persist and function.
- ⚠️Requires Node.js to be installed locally on the machine.
Verified SafeView Analysis
CTF-time-mcp
by 0x-Professor
A Model Context Protocol (MCP) server providing programmatic access to CTFtime.org data for CTF events, team rankings, and competition results.
A Model Context Protocol (MCP) server providing programmatic access to CTFtime.org data for CTF events, team rankings, and competition results.
Setup Requirements
- ⚠️Requires Python 3.13+
- ⚠️Requires Git
Verified SafeView Analysis
agentic-ai-workshop
by JNPRAutomate
This workshop focuses on exploring and implementing agentic AI patterns for network automation and management plane control using various networking protocols and operational tasks.
This workshop focuses on exploring and implementing agentic AI patterns for network automation and management plane control using various networking protocols and operational tasks.
Setup Requirements
- ⚠️Requires access to an LLM provider (e.g., OpenAI API Key, Anthropic API Key) or a local LLM setup (e.g., Ollama).
- ⚠️Requires a lab environment with network devices or simulators (e.g., GNS3, EVE-NG, physical lab) for practical application of network automation use cases.
- ⚠️Assumes familiarity with Python for running and customizing agents.
Verified SafeView Analysis
lyngdorf-mcp
by thejens
A Model Context Protocol (MCP) server for controlling Lyngdorf Audio devices (TDAI, MP, and CD series) via TCP, featuring auto-discovery, volume safety, and built-in documentation.
A Model Context Protocol (MCP) server for controlling Lyngdorf Audio devices (TDAI, MP, and CD series) via TCP, featuring auto-discovery, volume safety, and built-in documentation.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Relies on the `dns-sd` utility (native on macOS/Linux; may require Bonjour Print Services on Windows) for mDNS device discovery.
Verified SafeView Analysis
uLoopMCP
by hatayama
Acts as a Model Context Protocol (MCP) server to bridge Unity Editor operations with AI coding tools like Cursor and Claude Code, enabling autonomous development loops for compiling, testing, logging, and scene automation.
Acts as a Model Context Protocol (MCP) server to bridge Unity Editor operations with AI coding tools like Cursor and Claude Code, enabling autonomous development loops for compiling, testing, logging, and scene automation.
Setup Requirements
- ⚠️Requires Node.js 22 or higher.
- ⚠️The `execute-dynamic-code` tool requires manual installation of the `Microsoft.CodeAnalysis.CSharp` package via OpenUPM NuGet, which involves adding a scoped registry.
- ⚠️Cursor has a known bug where MCP connection may fail after `.cursor/mcp.json` is updated; manual toggle off/on or Cursor restart is required.
- ⚠️Claude Code's sandbox mode requires enabling `network.allowLocalBinding: true` in `.claude/settings.local.json`, which broadly allows localhost connections to all services, not just uLoopMCP.
- ⚠️Several powerful tools (`run-tests`, `execute-menu-item`, custom tools, `execute-dynamic-code`) are disabled by default for security reasons and must be explicitly enabled in Unity's uLoopMCP window's Security Settings.
Verified SafeView Analysis
agent-skills
by microsoft
Provides a collection of skills, prompts, agents, and MCP server configurations to enhance AI coding agents working with Microsoft AI SDKs and Azure services.
Provides a collection of skills, prompts, agents, and MCP server configurations to enhance AI coding agents working with Microsoft AI SDKs and Azure services.
Setup Requirements
- ⚠️Requires an existing AI coding agent platform (e.g., GitHub Copilot, Claude) to utilize the configurations.
- ⚠️Requires manual copying and configuration of `.vscode/mcp.json` or referencing `SKILL.md` files for the respective agent.
- ⚠️Utilizes Azure AI SDKs, which will require an Azure subscription and proper authentication setup (e.g., via `az login` for `DefaultAzureCredential`) for projects involving Azure services.
Verified SafeView Analysis
spotify-streamable-mcp-server
by iceener
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
Setup Requirements
- ⚠️Requires Spotify Developer App registration with specific redirect URIs configured.
- ⚠️For production/remote deployments, `RS_TOKENS_ENC_KEY` (or `TOKENS_ENC_KEY` for Workers KV) is critical for encrypting OAuth tokens; without it, tokens are stored in plaintext.
- ⚠️The default origin validation allows *any origin* in production (src/shared/mcp/security.ts); this must be customized for public-facing deployments with a strict allowlist.