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)
selenium_mcp
by andbet39
Provides web automation capabilities using Selenium WebDriver, enabling an MCP agent to control web browsers for various tasks.
Provides web automation capabilities using Selenium WebDriver, enabling an MCP agent to control web browsers for various tasks.
Setup Requirements
- ⚠️Requires Node.js (version >=18) to be installed on the host machine.
- ⚠️Requires Chrome, Firefox, or Edge browsers and their respective WebDriver executables to be installed and accessible on the host system.
- ⚠️When using SSE transport, the default port (3001) must be available and not blocked by a firewall.
- ⚠️The SSE transport exposes an open API (CORS '*') without authentication, necessitating careful network isolation if deployed beyond a trusted local development environment.
Review RequiredView Analysis
website-builder-mcp
by pmkhairnarr
Automated generation of websites from templates and structured data, including Excel files.
Automated generation of websites from templates and structured data, including Excel files.
Setup Requirements
- ⚠️Requires an MCP-compatible client (e.g., VS Code extension, Claude Desktop) to interact with the server's tools.
- ⚠️Generated websites may contain XSS vulnerabilities if the input data (Excel or explicit HTML content) is untrusted and includes malicious scripts.
Verified SafeView Analysis
monoliet-mcp-server
by AMvdBM19
Manages n8n automation workflows using natural language through Claude AI.
Manages n8n automation workflows using natural language through Claude AI.
Setup Requirements
- ⚠️Requires a running n8n instance with a valid API key.
- ⚠️Requires Python 3.11 or higher.
- ⚠️HTTP mode (for remote access) can be unauthenticated by default if MCP_AUTH_TOKEN is not set, posing a security risk.
Verified SafeView Analysis
consoleapp1-demo
by cocolizh
Unable to determine use case as no source code was provided for analysis.
Unable to determine use case as no source code was provided for analysis.
Setup Requirements
- ⚠️Source code not provided for analysis.
Review RequiredView Analysis
mcp-server-gti
by ArthurTcs
This MCP server provides an interface to Google's Threat Intelligence suite, enabling programmatic access to threat data, IOC analysis, and threat hunting capabilities.
This MCP server provides an interface to Google's Threat Intelligence suite, enabling programmatic access to threat data, IOC analysis, and threat hunting capabilities.
Setup Requirements
- ⚠️Requires a VirusTotal API Key (VT_APIKEY environment variable) which may be a paid service depending on usage limits and features needed.
- ⚠️Requires Python 3.11 or higher.
- ⚠️Designed to run as an MCP server, requiring an MCP client for interaction.
Verified SafeView Analysis
mcp-for-beginners
by ralitong
Provides a framework for building Micro-Communication Protocol (MCP) servers with basic authentication and tool-calling capabilities, primarily for integration with Large Language Models.
Provides a framework for building Micro-Communication Protocol (MCP) servers with basic authentication and tool-calling capabilities, primarily for integration with Large Language Models.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid) for client-LLM interaction (OPENAI_API_KEY environment variable).
- ⚠️Requires `mcp` Python package and its dependencies (e.g., `uvicorn`, `starlette`, `pydantic`, `python-dotenv`).
Verified SafeView Analysis
mamcp
by rxxed
Search for torrents on MyAnonamouse and trigger downloads via qBittorrent from an MCP client.
Search for torrents on MyAnonamouse and trigger downloads via qBittorrent from an MCP client.
Setup Requirements
- ⚠️Requires a MyAnonamouse account and a valid session cookie (MAM_COOKIE).
- ⚠️Requires a running qBittorrent instance with Web UI/API access enabled, along with its URL, username, password, and desired save path.
- ⚠️The `.env` file is attempted to be loaded from a hardcoded path (`/home/maia/work/mamcp/.env`); users should ensure environment variables are exported directly as specified in the README, rather than relying on a `.env` file in the current directory.
Verified SafeView Analysis
mcp_speechkit
by valyushok
A server application designed to provide speech-to-text or text-to-speech functionalities, likely integrating with external speech APIs or models.
A server application designed to provide speech-to-text or text-to-speech functionalities, likely integrating with external speech APIs or models.
Setup Requirements
- ⚠️Source code not provided, so specific setup requirements are unknown. Typically, speech applications require API keys for cloud services (e.g., GOOGLE_SPEECH_KEY, AWS_ACCESS_KEY_ID) or local model dependencies.
Review RequiredView Analysis
yith
by rlyeh-dev
An Odin-based MCP Server SDK designed for sandboxed Lua code execution by LLMs to enable code-agent capabilities.
An Odin-based MCP Server SDK designed for sandboxed Lua code execution by LLMs to enable code-agent capabilities.
Setup Requirements
- ⚠️Requires Odin compiler for development and execution.
- ⚠️Designed for standard I/O (stdio) communication only; no HTTP server provided.
- ⚠️Relies on a specific Lua 5.4 runtime environment.
Review RequiredView Analysis
The-Bulls-Run-AI-Equity-Trader
by Satyampant
An autonomous multi-agent AI equity trading system for diverse investment strategies.
An autonomous multi-agent AI equity trading system for diverse investment strategies.
Setup Requirements
- ⚠️Requires Groq API Key (free tier available, but usage limits apply; paid tier recommended for sustained use).
- ⚠️Requires Polygon.io API Key (free tier provides End-Of-Day data, paid/real-time tiers offer more current data).
- ⚠️Requires either Brave Search API Key OR Serper API Key for the researcher agent's web search capabilities.
- ⚠️Requires Pushover API Key and User Key for push notifications.
- ⚠️Requires Python 3.12+ and Node.js (for npx commands used by some MCP servers).
- ⚠️Requires the `uv` package manager for installation and running scripts.
Verified SafeView Analysis
MaxKB
by carglezfer
An enterprise-grade agent platform for building AI applications, offering RAG, workflow orchestration, and integration with various large language models and knowledge bases.
An enterprise-grade agent platform for building AI applications, offering RAG, workflow orchestration, and integration with various large language models and knowledge bases.
Setup Requirements
- ⚠️Requires Docker for deployment.
- ⚠️Requires PostgreSQL/pgvector for database and vector store.
- ⚠️Requires configuration of LLM and embedding models, potentially involving API keys for third-party services (e.g., OpenAI, AWS Bedrock, Tencent Cloud, etc.) or local model deployment.
- ⚠️Default admin credentials (username: admin, password: MaxKB@123..) are insecure and must be changed immediately after deployment.
Review RequiredView Analysis
MCP_SERVER_PRAC
by zanderthuo
The MCP (Multi-Agent Communication Protocol) server provides a robust framework for building and interacting with AI-powered agent services. It supports various transports (SSE, HTTP, Stdio, WebSocket), incorporates authentication and transport security, and offers functionalities for resource management, tool execution, prompt elicitation, and AI sampling. It serves as a foundational layer for developing complex, intelligent agent systems.
The MCP (Multi-Agent Communication Protocol) server provides a robust framework for building and interacting with AI-powered agent services. It supports various transports (SSE, HTTP, Stdio, WebSocket), incorporates authentication and transport security, and offers functionalities for resource management, tool execution, prompt elicitation, and AI sampling. It serves as a foundational layer for developing complex, intelligent agent systems.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Potential dependency on external AI models (e.g., OpenAI API Key for `OpenAISamplingHandler`, which is a paid service).
- ⚠️Requires networking/port availability (e.g., `http://localhost:8080`).
- ⚠️Some CLI commands (`mcp dev`, `mcp run`) may leverage `uv` (a fast Python package installer/resolver), potentially implying a dependency on `uv` being installed and configured in the environment.