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)
claude-flow-docker
by sauronx2
Orchestrates multiple AI agents in parallel using the Model Context Protocol (MCP) for Claude Code environments.
Orchestrates multiple AI agents in parallel using the Model Context Protocol (MCP) for Claude Code environments.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for setup and execution.
- ⚠️Requires Claude Code to connect and utilize its features.
Verified SafeView Analysis
mcp-demo
by relyky
This project is a demonstration of an MCP (Model Context Protocol) server built using the FastMCP framework, providing tools and resources for AI models to interact with.
This project is a demonstration of an MCP (Model Context Protocol) server built using the FastMCP framework, providing tools and resources for AI models to interact with.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Requires the 'uv' package manager for recommended setup and execution
Verified SafeView Analysis
hjeon139-mcp-outofcontext
by HJeon139
An MCP server designed to manage and store contextual information (markdown files with metadata) for AI agents, supporting CRUD operations and text search.
An MCP server designed to manage and store contextual information (markdown files with metadata) for AI agents, supporting CRUD operations and text search.
Setup Requirements
- ⚠️Python 3.11 or higher is required.
- ⚠️Requires manual migration or configuration update if currently using the old `.out_of_context` storage path (default changed to `out_of_context`). Automatic migration only works if no custom `OUT_OF_CONTEXT_STORAGE_PATH` is set.
- ⚠️Future semantic search features will require additional dependencies like `sentence-transformers` and `torch`, resulting in a ~500MB download on first use.
Verified SafeView Analysis
remote-mcp-server-authless
by NAITIVEAI
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, exposing basic calculator tools without requiring authentication, intended for demonstration and integration with MCP clients like Cloudflare AI Playground or Claude Desktop.
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers, exposing basic calculator tools without requiring authentication, intended for demonstration and integration with MCP clients like Cloudflare AI Playground or Claude Desktop.
Setup Requirements
- ⚠️Requires a Cloudflare Workers account for deployment.
- ⚠️No authentication is implemented, making it publicly accessible to anyone with the URL.
- ⚠️Requires `npm` and `wrangler` CLI to set up and deploy.
Verified SafeView Analysis
PFORK_MCP
by NickFlach
Unified API gateway for the Pitchforks ecosystem, enabling AI agents and other clients to interact with decentralized tools for peaceful resistance on Neo X.
Unified API gateway for the Pitchforks ecosystem, enabling AI agents and other clients to interact with decentralized tools for peaceful resistance on Neo X.
Setup Requirements
- ⚠️Mandatory Environment Variables: Requires `SESSION_SECRET` for MCP server API key authentication, and `DEVELOPER_PRIVATE_KEY` and `DEVELOPER_ADDRESS` for wallet-based authentication, which are critical for write operations. Several API URLs (`PROTOCOL_API_URL`, `DEX_API_URL`, `FERRY_API_URL`, `ANALYST_API_URL`, `APP_API_URL`) and blockchain RPC endpoints (`NEO_X_RPC_URL`, `ETHEREUM_RPC_URL`) are also needed for full functionality.
- ⚠️Placeholder API Integration: Most high-level tools (`analyst-get-overview`, `dex-get-info`, `protocol-get-info`, etc.) currently return static placeholder data. Full, live functionality requires active connections to the respective Pitchforks ecosystem APIs and backend development on those sites as outlined in `PITCHFORKS_MCP_RECOMMENDATIONS.md`.
- ⚠️Monorepo Dependencies: The top-level `package.json` references several `@pitchfork` packages using `file:../@pitchfork/shared/packages/...`. This indicates it's part of a larger monorepo. Running this server standalone may require manually setting up or publishing these shared packages.
Verified SafeView Analysis
blocket-tradera-mcp
by isakskogstad
MCP server for Swedish marketplaces Blocket and Tradera, enabling AI assistants to search listings, compare prices, and browse items.
MCP server for Swedish marketplaces Blocket and Tradera, enabling AI assistants to search listings, compare prices, and browse items.
Setup Requirements
- ⚠️Requires personal Tradera API credentials (TRADERA_APP_ID, TRADERA_APP_KEY) for full functionality; otherwise, only Blocket searches will work.
- ⚠️Requires Node.js version 18 or higher.
Verified SafeView Analysis
mcp_server
by yo-mi2027
Enables LLMs (specifically Claude) to interact with and retrieve information from structured local manuals via a hierarchical reasoning RAG workflow.
Enables LLMs (specifically Claude) to interact with and retrieve information from structured local manuals via a hierarchical reasoning RAG workflow.
Setup Requirements
- ⚠️Requires Docker Desktop (or compatible engine) for the FastAPI backend.
- ⚠️Requires Node.js 18+ and npm (or compatible tool) for the MCP client.
- ⚠️Users must manually create and populate the 'manuals/' directory with structured content (e.g., '00_目次.json' and text files).
Verified SafeView Analysis
ai-test-generator
by KlenLucas
Automatically generate Playwright test code from user stories using Claude AI.
Automatically generate Playwright test code from user stories using Claude AI.
Setup Requirements
- ⚠️Requires Anthropic API Key (Paid)
- ⚠️Requires Playwright browsers to be installed (`playwright install`)
Verified SafeView Analysis
MCP-Server_for_Xiaozhi
by marco110
Provides real-time vehicle data to an AI agent (Xiaozhi) via the Model Context Protocol (MCP) using a Node.js server.
Provides real-time vehicle data to an AI agent (Xiaozhi) via the Model Context Protocol (MCP) using a Node.js server.
Setup Requirements
- ⚠️Hardcoded API login credentials (`loginName`, `loginPwd`) must be replaced with secure environment variables or a secrets management solution.
- ⚠️A `token.js` file is required in the project root to provide the MCP endpoint token, and its content is not provided in the source.
- ⚠️The external API endpoint `https://gateway-test.wuzheng.com.cn` is a 'test' gateway, which might have access restrictions or be unstable.
Review RequiredView Analysis
openapi-mcp
by abumalick
Enables LLMs to explore OpenAPI specifications by loading, listing, and detailing API endpoints, parameters, and schemas.
Enables LLMs to explore OpenAPI specifications by loading, listing, and detailing API endpoints, parameters, and schemas.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Only supports OpenAPI 3.x specifications (not Swagger 2.0)
- ⚠️Potential for Server-Side Request Forgery (SSRF) if openapi_load is used with untrusted URLs in an insecure environment.
Verified SafeView Analysis
mcp-image-recognition-py
by glasses666
A Python-based MCP server for image recognition leveraging various large language models to describe images or answer questions about them.
A Python-based MCP server for image recognition leveraging various large language models to describe images or answer questions about them.
Setup Requirements
- ⚠️Requires API Keys for commercial LLMs (Google Gemini, OpenAI, Alibaba Cloud DashScope, Volcengine Ark) which may incur costs.
- ⚠️Requires Python 3.10 or higher.
- ⚠️Manual configuration of API keys in the `.env` file is necessary after setup.
- ⚠️The server processes local file paths as image input; ensure proper access controls in a shared environment.
Verified SafeView Analysis
open-bridge
by htooayelwinict
A lightweight MCP server enabling AI coding assistants to interact with the OpenRouter API for various coding tasks.
A lightweight MCP server enabling AI coding assistants to interact with the OpenRouter API for various coding tasks.
Setup Requirements
- ⚠️Requires an OpenRouter API Key, which typically involves usage-based costs from OpenRouter.
- ⚠️Requires Python 3.10 or newer.
- ⚠️The recommended installation method uses 'uvx', which might require an additional installation step for users unfamiliar with it.