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)
StockQuotes.MCP
by lionelschiepers
Bridges AI assistants with real-time and historical financial market data from Yahoo Finance via the Model Context Protocol.
Bridges AI assistants with real-time and historical financial market data from Yahoo Finance via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js 24.0.0 or higher (LTS).
- ⚠️Requires outbound internet access to Yahoo Finance.
- ⚠️Dependencies must be installed via `npm install`.
Verified SafeView Analysis
sample-ecs-mcp-server
by aws-samples
Deployment of an Agentic AI architecture on AWS Fargate using Amazon ECS, connecting to multiple Model Context Protocol (MCP) servers for tool execution.
Deployment of an Agentic AI architecture on AWS Fargate using Amazon ECS, connecting to multiple Model Context Protocol (MCP) servers for tool execution.
Setup Requirements
- ⚠️Requires Node.js (version >= 20)
- ⚠️Requires Docker
- ⚠️Requires AWS CLI configured
- ⚠️Requires Bedrock Model Access to Anthropic Claude Sonnet 4
Verified SafeView Analysis
offline-cline-mcp-marketplace
by hangboss1761
Synchronize MCP services data from the official Cline Marketplace to a local SQLite database.
Synchronize MCP services data from the official Cline Marketplace to a local SQLite database.
Setup Requirements
- ⚠️Requires Node.js installed.
- ⚠️Deletes `mcp_services.db` on every run, meaning all previous synchronized data will be lost and refetched.
- ⚠️Requires continuous internet connectivity to `https://api.cline.bot` for synchronization.
Verified SafeView Analysis
jons-mcp-rust-debug
by jonmmease
Provide Rust debugging capabilities through LLDB's Python API, enabling clients to control debugging sessions, breakpoints, watchpoints, and execution flow.
Provide Rust debugging capabilities through LLDB's Python API, enabling clients to control debugging sessions, breakpoints, watchpoints, and execution flow.
Setup Requirements
- ⚠️Requires Rust toolchain (cargo, rustc) to build and debug Rust targets.
- ⚠️Requires Python 3.10-3.12 and the `lldb-python` package to be installed.
- ⚠️On macOS, LLDB may require developer tools or specific code signing configurations to function correctly, potentially leading to permission errors.
Verified SafeView Analysis
mcp-server-manager
by MateusTorquato
Manage MCP servers for multiple AI clients through a unified CLI/TUI gateway.
Manage MCP servers for multiple AI clients through a unified CLI/TUI gateway.
Setup Requirements
- ⚠️Requires Node.js >= 18 to run.
- ⚠️The daemon requires an available port (default 8850); port conflicts will prevent startup.
- ⚠️Certain shell configurations (e.g., zsh) are specifically handled, indicating potential compatibility nuances with other shells.
Verified SafeView Analysis
claude-firefox-mcp
by hyperpolymath
An MCP (Model Context Protocol) server that enables Claude Code CLI to control the Firefox browser for automation tasks.
An MCP (Model Context Protocol) server that enables Claude Code CLI to control the Firefox browser for automation tasks.
Setup Requirements
- ⚠️Requires Deno runtime to be installed.
- ⚠️Requires manual loading and configuration of the Firefox browser extension via `about:debugging`.
- ⚠️Requires Claude Code CLI for client-side interaction and specific configuration in `~/.claude/settings.json`.
Review RequiredView Analysis
pokemon-go-mcp
by GhostTypes
A Model Context Protocol (MCP) server providing real-time Pokemon Go data (events, raids, research, eggs, Team Rocket, promo codes) via an API for integration with other tools.
A Model Context Protocol (MCP) server providing real-time Pokemon Go data (events, raids, research, eggs, Team Rocket, promo codes) via an API for integration with other tools.
Setup Requirements
- ⚠️Python 3.10 or higher is required.
- ⚠️Requires initial data scraping to populate the 'data/' directory. Without this, tools will return 'no data' messages. Example command: `python -c "from pogo_scraper.scraper import LeekDuckScraper; import asyncio; scraper = LeekDuckScraper(); asyncio.run(scraper.scrape_all())"`.
- ⚠️A Docker image must be built before running via Docker: `docker build -t pogo-mcp-server .`.
- ⚠️An MCP client (e.g., Claude Desktop, n8n, VS Code with MCP extension) is necessary to interact with the server's exposed tools.
Verified SafeView Analysis
SchemaCrawler-AI-MCP-Server-Usage
by schemacrawler
Provides an AI-powered MCP server for database schema analysis, SQL generation, and database interaction.
Provides an AI-powered MCP server for database schema analysis, SQL generation, and database interaction.
Setup Requirements
- ⚠️Requires Docker and Docker Compose to run the server.
- ⚠️Primarily designed for use with Visual Studio Code's MCP client for interaction.
- ⚠️External database connections (e.g., MySQL, PostgreSQL) require setting `SCHCRWLR_DATABASE_USER` and `SCHCRWLR_DATABASE_PASSWORD` environment variables, typically in a `.env` file.
Verified SafeView Analysis
iracing-data-mcp-server
by emilioSp
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.
Setup Requirements
- ⚠️Requires an active iRacing account.
- ⚠️Mandatory environment variables (COOKIE_JAR, EMAIL, and either PASSWORD or API_KEY) must be configured.
- ⚠️An initial 'npm run login' command is required to authenticate and generate the cookie file for the first time.
Verified SafeView Analysis
mu-mcp
by yiwenlu66
Enable chat with AI models via OpenRouter, facilitating multi-model conversations and persistent state for AI agents.
Enable chat with AI models via OpenRouter, facilitating multi-model conversations and persistent state for AI agents.
Setup Requirements
- ⚠️Requires an OpenRouter API Key (paid service).
- ⚠️Designed to integrate specifically with Claude Desktop as an MCP server, not a standalone application for direct user interaction.
- ⚠️Requires `uv` (recommended) or a Python virtual environment and `pip` for dependency management.
Verified SafeView Analysis
webintel-mcp
by kengbailey
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.
The WebIntel MCP server provides intelligent web search and content retrieval tools, including general web search, video search, web content fetching with pagination, YouTube transcription, and Reddit post/comment fetching, designed for AI assistants.
Setup Requirements
- ⚠️Requires a running SearxNG instance configured for JSON output.
- ⚠️Requires a running Speech-to-Text (STT) service (e.g., OpenAI compatible API) for YouTube transcription, which may incur costs.
- ⚠️Docker is highly recommended for deployment, as setup instructions are tailored for it.
Verified SafeView Analysis
MCP-test
by Storm00212
Provides a futuristic terminal-like interface for an MCP server to launch applications, perform RAG queries on class notes, and integrate with engineering software.
Provides a futuristic terminal-like interface for an MCP server to launch applications, perform RAG queries on class notes, and integrate with engineering software.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid) for RAG functionality.
- ⚠️Requires Chrome browser for web-based tools (open_chrome, open_github, open_youtube).
- ⚠️Hardcoded Windows paths for Proteus, MATLAB, LTSpice, and Git Bash executables, limiting cross-platform compatibility and requiring specific software installations and versions.