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)
crypto-mcp
by Lapeno01
A Model Context Protocol (MCP) server for tracking cryptocurrency prices and market data using the CoinMarketCap API.
A Model Context Protocol (MCP) server for tracking cryptocurrency prices and market data using the CoinMarketCap API.
Setup Requirements
- ⚠️Requires a free CoinMarketCap API key (CMC_API_KEY).
- ⚠️Python 3.11 is the specified environment version.
- ⚠️Utilizes a Conda environment for setup, requiring Conda to be installed.
Verified SafeView Analysis
context-bridge-mcp
by Tom687
An Electron desktop application demonstrating context bridge communication between renderer and main processes, allowing the execution of system commands from the renderer.
An Electron desktop application demonstrating context bridge communication between renderer and main processes, allowing the execution of system commands from the renderer.
Setup Requirements
- ⚠️Requires Electron to be installed or downloaded via npx.
Review RequiredView Analysis
bible-api-mcp-server
by tjwio
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, offering authentication-less calculator tools for AI agents and clients.
Setup Requirements
- ⚠️Deploys without any authentication, making the exposed API publicly accessible.
- ⚠️Requires a Cloudflare account for deployment and management.
- ⚠️Local testing/development requires `wrangler` CLI and potentially `mcp-remote` for client connections.
Verified SafeView Analysis
fsm-mcp-python-client
by TobiWan1995
Connects Large Language Models (LLMs) to state-aware MCP servers, managing LLM sessions and user interaction through an adapter-based architecture.
Connects Large Language Models (LLMs) to state-aware MCP servers, managing LLM sessions and user interaction through an adapter-based architecture.
Setup Requirements
- ⚠️Requires Python 3.13.2
- ⚠️Requires a running Ollama server for LLM interaction (defaults to http://localhost:11434)
- ⚠️Requires a running MCP server for capabilities and tool execution (defaults to http://127.0.0.1:8000/sse)
Verified SafeView Analysis
news
by bioanywhere
A client library for accessing the World News API, enabling developers to search for news articles, extract news links, retrieve geo-coordinates, convert news websites to RSS feeds, and get top news headlines.
A client library for accessing the World News API, enabling developers to search for news articles, extract news links, retrieve geo-coordinates, convert news websites to RSS feeds, and get top news headlines.
Setup Requirements
- ⚠️Requires an API key for the World News API (paid service).
- ⚠️Python client requires Python 3.7+ and C++ client requires CMake 3.2+ and Qt.
- ⚠️The C++ client's internal OAuth `ReplyServer` listens on TCP port 9999, which could lead to port conflicts on the local machine.
Verified SafeView Analysis
academic-mcp
by spanwich
Zotero-integrated server for academic paper analysis, providing chunked access and LLM-powered extractions to overcome large document context limitations, enabling semantic search and on-demand content retrieval.
Zotero-integrated server for academic paper analysis, providing chunked access and LLM-powered extractions to overcome large document context limitations, enabling semantic search and on-demand content retrieval.
Setup Requirements
- ⚠️Requires Zotero with papers and the Better BibTeX plugin installed for proper integration and citation key generation.
- ⚠️Requires Ollama to be installed and running locally, with the specified LLM model ('qwen2.5:3b' by default) pulled and available.
- ⚠️The Zotero application must be closed during database import/sync operations to prevent database locking issues (as explicitly handled by the ZoteroReader).
Verified SafeView Analysis
mcp-hub
by ashen-dusk
Manages, connects to, and interacts with Model Context Protocol (MCP) servers using AI agents and a GraphQL API, providing category-based organization and user-isolated state.
Manages, connects to, and interacts with Model Context Protocol (MCP) servers using AI agents and a GraphQL API, providing category-based organization and user-isolated state.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Requires a running Redis server.
- ⚠️Requires various API keys (OpenAI/DeepSeek, Tavily, Google Client ID, OpenRouter) depending on features used.
Review RequiredView Analysis
AI.Voice.Editor.McpServer
by xztaityozx
Provides a Multi-Client Protocol (MCP) server for the A.I.VOICE Editor to facilitate communication and control.
Provides a Multi-Client Protocol (MCP) server for the A.I.VOICE Editor to facilitate communication and control.
Setup Requirements
- ⚠️Requires A.I.VOICE Editor (version 1); it is not compatible with A.I. VOICE Editor 2.
- ⚠️Functionality is limited to what is publicly exposed by the A.I.Talk.Editor.Api.
Verified SafeView Analysis
api-request-mcp-server
by Nicolas-Gong
Sends HTTP/HTTPS API requests, validates JSON responses, and supports proxy configurations.
Sends HTTP/HTTPS API requests, validates JSON responses, and supports proxy configurations.
Setup Requirements
- ⚠️Requires manual configuration in a specific, non-standard Cline (Windows) path for MCP servers.
- ⚠️Requires TypeScript compilation (`npm run build`) before it can be run.
- ⚠️The MCP configuration needs an absolute path to the compiled 'build/index.js' file.
Verified SafeView Analysis
polysolmcp
by polysolmcp
Enables AI agents to interact with Polymarket prediction markets by providing market data, prices, and historical information.
Enables AI agents to interact with Polymarket prediction markets by providing market data, prices, and historical information.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires Polymarket API Key (private key) and Funder Wallet Address, which are sensitive credentials.
- ⚠️Requires manual configuration in MCP-compatible clients like Claude Desktop, including the absolute path to the repository.
Verified SafeView Analysis
maven-mcps
by support-and-care-labs
A collection of Model Context Protocol (MCP) servers designed to aid in Apache Maven improvements by providing LLM-accessible tools and context.
A collection of Model Context Protocol (MCP) servers designed to aid in Apache Maven improvements by providing LLM-accessible tools and context.
Setup Requirements
- ⚠️Docker (Docker Compose V2) is required for running the MCP servers.
- ⚠️The project is an umbrella for multiple independent MCP servers; setup involves navigating to specific subdirectories and following their individual README.adoc files.
- ⚠️Building documentation locally requires Antora, which is a Node.js/npm application.
- ⚠️The `mail-mcp` server uses Python scripts for data retrieval and processes large mail archives (700+ MB), implying Python dependencies for that specific server.
Verified SafeView Analysis
mcp-utils
by haakco
Provides a comprehensive set of shared utilities for building robust and standardized Model Context Protocol (MCP) servers, covering architecture, formatting, data operations, caching, rate limiting, WebSockets, and logging.
Provides a comprehensive set of shared utilities for building robust and standardized Model Context Protocol (MCP) servers, covering architecture, formatting, data operations, caching, rate limiting, WebSockets, and logging.
Setup Requirements
- ⚠️Requires Node.js v18.0.0 or higher.
- ⚠️Local development with other MCP servers may require configuring `file:` dependencies in `package.json`.
- ⚠️Logging utilities (`createLoggerFromEnv`) rely on `DEBUG` and `LOG_LEVEL` environment variables for configuration.