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)
pdfblocks-mcp
by PyJudge
This project implements a server for the Minecraft Client Protocol (MCP), likely intended for custom Minecraft clients, tools, or game development.
This project implements a server for the Minecraft Client Protocol (MCP), likely intended for custom Minecraft clients, tools, or game development.
Setup Requirements
- ⚠️Requires Python installed
- ⚠️Potential firewall configuration for server port
- ⚠️Unknown Python package dependencies (no `requirements.txt` or `setup.py` provided)
Review RequiredView Analysis
dotnet-agent-demo
by BachEndDeveloper
This project demonstrates a .NET Aspire application with an API service and a web front-end, showcasing distributed application development and orchestration.
This project demonstrates a .NET Aspire application with an API service and a web front-end, showcasing distributed application development and orchestration.
Setup Requirements
- ⚠️Requires .NET SDK (8.0 or later recommended)
- ⚠️Requires .NET Aspire workload installed
Verified SafeView Analysis
mcp-studies
by LAB271
Demonstrates the fundamental architecture of an MCP server using stdio transport, showcasing core primitives like tools, prompts, and resources.
Demonstrates the fundamental architecture of an MCP server using stdio transport, showcasing core primitives like tools, prompts, and resources.
Setup Requirements
- ⚠️Requires Python 3.10+ (Python 3.11/3.13 used in Dockerfiles for other spikes)
- ⚠️Requires 'uv' package manager for environment setup
- ⚠️Docker and Docker Compose are required for more advanced spikes (e.g., Docker deployment, database integrations)
- ⚠️Specific database instances (Neo4j, PostgreSQL) are needed for relevant spikes and require their own setup/credentials.
Verified SafeView Analysis
substack-reader-mcp
by Kealu-Inc
Reads and manages Substack subscriptions and posts within Claude Code.
Reads and manages Substack subscriptions and posts within Claude Code.
Setup Requirements
- ⚠️Requires manual export of browser cookies (containing Substack session) into a specific JSON file path.
- ⚠️Cookies periodically expire, requiring re-export for continued authentication.
- ⚠️Requires Python 3.10 or newer.
- ⚠️Designed to run specifically as an MCP server within Claude Code.
Verified SafeView Analysis
pulse-app-mcp-server-connection
by Shellishack
This repository provides a React full-stack template for building extensions for the Pulse Editor, specifically for configuring connections to an MCP server.
This repository provides a React full-stack template for building extensions for the Pulse Editor, specifically for configuring connections to an MCP server.
Setup Requirements
- ⚠️This repository is deprecated; the project has moved to a monorepo.
- ⚠️Requires global installation of `@pulse-editor/cli`.
- ⚠️Requires the Pulse Editor application for full functionality (IMC unavailable in preview mode).
Verified SafeView Analysis
ERP-MCP-SERVER
by Supreme-Campus
Manages enterprise resource planning (ERP) processes and data, likely exposing them through a multi-channel platform (MCP) via APIs.
Manages enterprise resource planning (ERP) processes and data, likely exposing them through a multi-channel platform (MCP) via APIs.
Setup Requirements
- ⚠️Requires a database (e.g., PostgreSQL, MySQL, MongoDB) to be configured and accessible.
- ⚠️Requires specific runtime environment (e.g., Node.js, Python, Java) which is not specified without source code.
Review RequiredView Analysis
mcp-capi
by giantswarm
Enables Large Language Models (LLMs) and AI assistants to manage Kubernetes clusters through natural language interactions with Cluster API (CAPI).
Enables Large Language Models (LLMs) and AI assistants to manage Kubernetes clusters through natural language interactions with Cluster API (CAPI).
Setup Requirements
- ⚠️Requires Go 1.24.4 or later.
- ⚠️Requires access to a Kubernetes Cluster API management cluster.
- ⚠️Kubeconfig must be configured and have appropriate permissions to manage CAPI resources in the management cluster.
Verified SafeView Analysis
pycharm-mcp-server
by hajarada
Exposes PyCharm's refactoring capabilities as an MCP server, enabling Claude Code to perform intelligent code transformations within a PyCharm project.
Exposes PyCharm's refactoring capabilities as an MCP server, enabling Claude Code to perform intelligent code transformations within a PyCharm project.
Setup Requirements
- ⚠️Requires PyCharm with the custom 'Refactoring Bridge' plugin installed (can be built from source or installed from Marketplace when available).
- ⚠️PyCharm must be running and have the target project open for the refactoring operations to work.
- ⚠️Requires `PYCHARM_BRIDGE_URL` and optionally `PYCHARM_BRIDGE_TOKEN` to be configured, either via environment variables or in Claude Code's MCP config.
Verified SafeView Analysis
MCP_Assignment
by shubhamdhiman-crossml
Implements a hospital database system using an MCP Server, integrated with Langchain, agents, and various tools for enhanced interaction.
Implements a hospital database system using an MCP Server, integrated with Langchain, agents, and various tools for enhanced interaction.
Setup Requirements
- ⚠️Requires LLM API Key (e.g., OpenAI, Anthropic, etc.)
- ⚠️Requires a database setup (e.g., SQLite, PostgreSQL)
- ⚠️Familiarity with the MCP Server framework might be needed for setup
Review RequiredView Analysis
agno-mcp-rag-langgraph-project
by AI-Junction
A comprehensive agentic AI framework integrating RAG, LangGraph workflows, and external tools via an MCP server to provide an AI assistant with capabilities spanning information retrieval, task automation, and multi-agent orchestration.
A comprehensive agentic AI framework integrating RAG, LangGraph workflows, and external tools via an MCP server to provide an AI assistant with capabilities spanning information retrieval, task automation, and multi-agent orchestration.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid) for core RAG components.
- ⚠️Requires a local `ollama` server running with the `llama3.2` model for LangGraph agent reasoning and as an LLM fallback.
- ⚠️Requires a separate `MCP Server` instance running (default `http://localhost:8000/mcp/`) for agent tool execution.
- ⚠️Downloads `all-MiniLM-L6-v2` embedding model (~90MB) on first run for local embeddings.
Review RequiredView Analysis
nyc-last-mile
by kpernyer
An AI-powered analytics platform for optimizing last-mile delivery operations and logistics networks by transforming raw shipment data into actionable insights through natural language queries.
An AI-powered analytics platform for optimizing last-mile delivery operations and logistics networks by transforming raw shipment data into actionable insights through natural language queries.
Setup Requirements
- ⚠️Requires Rust toolchain (for `cargo build`)
- ⚠️Requires `api_server` to be running first (usually on `http://localhost:8080`)
- ⚠️Requires Claude Desktop for integration (as it's an MCP server)
- ⚠️Requires prior data ingestion (running `ingest.rs` or `ingest_synthetic.rs` binaries) to populate the SurrealDB instance.
Verified SafeView Analysis
market-index-mcp
by tamappe
Provides market index data (S&P500, NASDAQ100, Nikkei 225, etc.) for natural language search within Claude Desktop.
Provides market index data (S&P500, NASDAQ100, Nikkei 225, etc.) for natural language search within Claude Desktop.
Setup Requirements
- ⚠️Requires Claude Desktop for integration.
- ⚠️Initial data download (approx. 10MB) required on first run, which may take up to 30 seconds.
- ⚠️The full path to `uvx` must be specifically configured in Claude Desktop settings.