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)
ideconnect
by bluebillshtml
Provides a self-hosted Model Context Protocol (MCP) server for shared, persistent project context across multiple AI IDEs.
Provides a self-hosted Model Context Protocol (MCP) server for shared, persistent project context across multiple AI IDEs.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Requires write permissions to the project directory and potentially user-level application configuration directories for IDE setup.
- ⚠️Manual IDE configuration may be required if auto-detection fails, which involves editing specific JSON files in user application data folders.
Verified SafeView Analysis
memmon
by eddiebe147
A local development dashboard for macOS to monitor system resources (RAM, CPU, Swap) and manage active processes, including AI agents (e.g., Claude, Codex), development servers (e.g., Next.js, PostCSS workers), and local network services.
A local development dashboard for macOS to monitor system resources (RAM, CPU, Swap) and manage active processes, including AI agents (e.g., Claude, Codex), development servers (e.g., Next.js, PostCSS workers), and local network services.
Setup Requirements
- ⚠️Requires macOS: The API backend utilizes macOS-specific shell commands (`vm_stat`, `sysctl -n hw.memsize`, `osascript`, `purge`) and will not function correctly on other operating systems without extensive modification.
- ⚠️Manual Path Configuration: The `scripts/start-memmon.sh` script contains a hardcoded absolute path (`/Users/eddiebelaval/Development/id8/memmon`) that must be updated to reflect the user's specific project directory.
- ⚠️Privileged Access: Many management actions (e.g., `kill`, `pkill`, `lsof`, `purge`) require sufficient shell permissions, and `sudo purge` implies that the application or its startup script might need `sudo` privileges for full functionality.
Verified SafeView Analysis
Stocks-MCP-Server
by pslavchev11
A server providing real-time and historical stock market data, company financials, and news via JSON-RPC, designed to be integrated as a tool for other applications, potentially an AI agent.
A server providing real-time and historical stock market data, company financials, and news via JSON-RPC, designed to be integrated as a tool for other applications, potentially an AI agent.
Setup Requirements
- ⚠️Requires an Alpha Vantage API key (free tier available, but usage limits apply).
- ⚠️Requires a Java Development Kit (JDK) to build and run.
- ⚠️Operates as a command-line application interacting via standard input/output (stdin/stdout) for JSON-RPC, rather than a traditional HTTP web server.
Verified SafeView Analysis
LicenseGuard-MCP
by cassiama
Provides a Micro-Agent Protocol (MCP) server that analyzes project dependencies from 'requirements.txt' for their software licenses by interacting with a separate REST API.
Provides a Micro-Agent Protocol (MCP) server that analyzes project dependencies from 'requirements.txt' for their software licenses by interacting with a separate REST API.
Setup Requirements
- ⚠️Requires Docker Desktop/Engine installed.
- ⚠️An external REST-server (LicenseGuard-API) must be running and accessible before starting the MCP server.
- ⚠️Mandatory environment variables BACKEND_URL_HOST and BACKEND_URL_PORT must be set for the server to function.
Verified SafeView Analysis
lara-mcp
by Rafiza115
This MCP server provides a single tool to translate text between languages using the Lara API, supporting language detection and context-aware translations.
This MCP server provides a single tool to translate text between languages using the Lara API, supporting language detection and context-aware translations.
Setup Requirements
- ⚠️Requires LARA_ACCESS_KEY_ID environment variable.
- ⚠️Requires LARA_ACCESS_KEY_SECRET environment variable.
- ⚠️Requires Node.js and a package manager (pnpm recommended for local development/build).
Verified SafeView Analysis
qontak-mcp
by deptz
Provides a Model Context Protocol (MCP) server for managing Contacts, Companies, Deals, Tickets, Tasks, Notes, Products, and Product Associations in Qontak CRM with dynamic field discovery capabilities.
Provides a Model Context Protocol (MCP) server for managing Contacts, Companies, Deals, Tickets, Tasks, Notes, Products, and Product Associations in Qontak CRM with dynamic field discovery capabilities.
Setup Requirements
- ⚠️Requires Qontak CRM API Refresh Token.
- ⚠️Requires Python 3.10+.
- ⚠️Redis server is recommended for development/staging performance (local Redis or Docker setup provided).
- ⚠️For production, HashiCorp Vault is required for token storage (needs VAULT_ADDR, VAULT_TOKEN, and proper Vault setup).
Verified SafeView Analysis
azfunc-insights-mcp-server
by liliankasem
An Azure Functions MCP (Model Context Protocol) server that provides comprehensive monitoring and insights tools for Azure Functions resources.
An Azure Functions MCP (Model Context Protocol) server that provides comprehensive monitoring and insights tools for Azure Functions resources.
Setup Requirements
- ⚠️Requires .NET 10 SDK installed.
- ⚠️Requires explicit configuration of AZURE_SUBSCRIPTION_ID in local.settings.json or environment variables.
- ⚠️Requires the Azure identity (user or service principal) to have 'Reader' role on the Azure subscription containing Function Apps.
Verified SafeView Analysis
translation_helps_mcp_proxy
by JEdward7777
Acts as a proxy server to bridge MCP clients with the translation-helps-mcp HTTP API, handling JSON-RPC 2.0 protocol translation and response formatting for translation resources.
Acts as a proxy server to bridge MCP clients with the translation-helps-mcp HTTP API, handling JSON-RPC 2.0 protocol translation and response formatting for translation resources.
Setup Requirements
- ⚠️Project is explicitly marked as DEPRECATED in its README, stating it 'will no longer work because of the upstream changes', which critically contradicts other parts of the documentation claiming it is 'PRODUCTION READY'. This implies the core functionality may be broken.
- ⚠️Requires Python 3.10 or newer (specified in `pyproject.toml`).
- ⚠️By default, SSL certificate verification is disabled for connections to the upstream server, posing a significant security risk (Man-in-the-Middle attacks).
Review RequiredView Analysis
slopchat
by CampbellPedersen
This MCP server enables AI models to generate and send chat messages to Atrioc's Twitch stream by providing real-time stream context, trending Reddit posts, and top news stories.
This MCP server enables AI models to generate and send chat messages to Atrioc's Twitch stream by providing real-time stream context, trending Reddit posts, and top news stories.
Setup Requirements
- ⚠️Requires a Twitch account that follows 'biggreenau' to use the service.
- ⚠️Requires Twitch Developer Application setup to obtain Client ID and manage OAuth.
- ⚠️Requires a NewsAPI API Key for fetching news stories.
Verified SafeView Analysis
team-synapse
by ajaysingh-codes
Transforms meeting recordings into a knowledge graph, enabling AI-powered chat and visualization for corporate memory and team intelligence.
Transforms meeting recordings into a knowledge graph, enabling AI-powered chat and visualization for corporate memory and team intelligence.
Setup Requirements
- ⚠️Requires Google Cloud Platform (GCP) project with Vertex AI API enabled and a GCS bucket.
- ⚠️Requires a GCP Service Account Key file (`GOOGLE_APPLICATION_CREDENTIALS`).
- ⚠️Requires a Neo4j AuraDB instance URI and credentials.
- ⚠️Requires a Google Gemini API Key (`GEMINI_API_KEY` or `GOOGLE_API_KEY`) for live agent.
- ⚠️Notion integration requires Node.js/npm to run the `@notionhq/notion-mcp-server` subprocess.
- ⚠️Miro integration requires `MIRO_API_TOKEN` and `MIRO_BOARD_ID`.
Verified SafeView Analysis
test-remote-mcp-server
by tyagianant1
An asynchronous MCP server designed for tracking and summarizing personal or small-scale expenses with a local SQLite database, exposing its functionality via an HTTP API.
An asynchronous MCP server designed for tracking and summarizing personal or small-scale expenses with a local SQLite database, exposing its functionality via an HTTP API.
Setup Requirements
- ⚠️Requires Python 3.14 or higher (Note: Python 3.14 is currently pre-release and not widely available)
- ⚠️Requires a writable temporary directory for database storage
Verified SafeView Analysis
mcpserver
by learner14
To host multiplayer sessions for the Minecraft game.
To host multiplayer sessions for the Minecraft game.
Setup Requirements
- ⚠️Requires proper network port configuration for external access
- ⚠️Sufficient system resources (RAM, CPU) required based on player count and world complexity