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)
remote-mcp-server-authless
by banday00
A remote, unauthenticated Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing simple calculator tools for integration with AI clients like Cloudflare AI Playground or Claude Desktop.
A remote, unauthenticated Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing simple calculator tools for integration with AI clients like Cloudflare AI Playground or Claude Desktop.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires Node.js and `npm`/`wrangler` CLI for local development and deployment.
- ⚠️The server is intentionally unauthenticated and publicly accessible by design; users should be aware of this for any modifications.
Verified SafeView Analysis
MCP-Server-project
by akash8190
A client-server system for remote execution of math operations and mock weather data retrieval using LangChain/LangGraph and an MCP adapter.
A client-server system for remote execution of math operations and mock weather data retrieval using LangChain/LangGraph and an MCP adapter.
Setup Requirements
- ⚠️Requires Python 3.13 or higher (as per pyproject.toml, overriding README's 3.8+).
- ⚠️Requires a GROQ_API_KEY environment variable to be set for LLM interactions.
- ⚠️The weather server (weather.py) must be running explicitly on http://localhost:8000 for the client to communicate with it via HTTP.
Verified SafeView Analysis
duffel-mcp-server
by CaullenOmdahl
Enables LLMs to search for flights, analyze offers, and create bookings through the Duffel API with intelligent optimization strategies.
Enables LLMs to search for flights, analyze offers, and create bookings through the Duffel API with intelligent optimization strategies.
Setup Requirements
- ⚠️Requires a Duffel API Key with specific permissions (air.offer_requests.create, air.offers.read, air.orders.create, air.airlines.read, payments.payment_intents.create).
- ⚠️Duffel Payments must be enabled on your Duffel account for the self-hosted checkout flow (`duffel_create_checkout` tool).
- ⚠️For persistent checkout sessions in a hosted environment, a Redis instance is required (falls back to in-memory store otherwise).
- ⚠️Python 3.10 or higher is required.
Verified SafeView Analysis
pmwiki-mcp
by kcofoni
Provides a Model Context Protocol (MCP) server for LLMs to read and search PmWiki content.
Provides a Model Context Protocol (MCP) server for LLMs to read and search PmWiki content.
Setup Requirements
- ⚠️Requires Docker to run.
- ⚠️Requires an existing PmWiki 'wiki.d' directory on the host machine to be mounted as a read-only volume.
- ⚠️Client (e.g., Claude Desktop) requires the 'mcp-proxy' tool for connection.
Verified SafeView Analysis
sqlite3-mcp-server
by rncz
Allows a Large Language Model (LLM) to perform CRUD operations, run raw SQL, and introspect SQLite databases stored locally.
Allows a Large Language Model (LLM) to perform CRUD operations, run raw SQL, and introspect SQLite databases stored locally.
Setup Requirements
- ⚠️Requires 'uv' for Python environment management and package installation.
- ⚠️LLM software must support MCP server integration and tool calling.
- ⚠️Databases are stored locally in a 'databases/' folder relative to the server installation, requiring careful management of this directory.
Verified SafeView Analysis
tracium
by r1chard-lyu
Exposes Linux tracing and debugging capabilities (e.g., eBPF, bpftrace, perf, ftrace, syscall tracing) to LLMs and autonomous agents for observability, profiling, and debugging.
Exposes Linux tracing and debugging capabilities (e.g., eBPF, bpftrace, perf, ftrace, syscall tracing) to LLMs and autonomous agents for observability, profiling, and debugging.
Setup Requirements
- ⚠️Requires `bpftrace`, `perf`, `strace`, and `trace-cmd` (or equivalent ftrace wrapper) to be installed on the Linux system.
- ⚠️Requires running `sudo ./setup.sh` to configure passwordless `sudo` for `bpftrace`, which is a significant security risk for production environments and should only be used in development.
- ⚠️Requires Python dependencies, including `fastmcp`, to be installed via `pip install -r requirements.txt`.
Review RequiredView Analysis
babylon-mcp
by immersiveidea
Provides AI agents with semantic search access to Babylon.js documentation, API references, and source code, acting as a canonical information source to reduce AI model token usage and improve accuracy.
Provides AI agents with semantic search access to Babylon.js documentation, API references, and source code, acting as a canonical information source to reduce AI model token usage and improve accuracy.
Setup Requirements
- ⚠️Requires initial data indexing (~30-45 minutes, ~2GB disk space) by running `npm run clone:repos` and `npm run index:all`.
- ⚠️Alpine Linux environments require an additional setup step (`npm run alpine:setup`) after `npm install` for WASM backend compatibility with Transformers.js.
- ⚠️Claude Code CLI integration currently only works via direct `/mcp <url>` command and not through `~/.claude/config.json`.
- ⚠️If New Relic monitoring is active (default setup), `NEW_RELIC_LICENSE_KEY` and `NEW_RELIC_APP_NAME` environment variables are required.
Verified SafeView Analysis
autosteer
by apothegmatic-whiskfern276
A desktop application for managing local Git worktrees and integrating with Claude AI for code-related tasks, providing an enhanced development environment.
A desktop application for managing local Git worktrees and integrating with Claude AI for code-related tasks, providing an enhanced development environment.
Setup Requirements
- ⚠️Requires an Anthropic API Key (Paid service for Claude AI access).
- ⚠️Requires a local Git installation for version control operations.
- ⚠️May require the Claude CLI (`claude` executable) to be installed and available in the system PATH for some advanced agent commands (e.g., /compact).
Review RequiredView Analysis
llama-api
by MuscleGear5
A local LLM API server for chat completions, tool calling, vision, embeddings, and audio transcription, integrated with developer tools.
A local LLM API server for chat completions, tool calling, vision, embeddings, and audio transcription, integrated with developer tools.
Setup Requirements
- ⚠️Requires local GGUF models for LLM inference (e.g., Qwen3-1.7B-UD-Q6_K.gguf) to be present in the configured models directory (e.g., /mnt/storage/.llama-cpp/models).
- ⚠️Optimal performance relies on GPU acceleration for llama.cpp, meaning a compatible NVIDIA GPU and drivers are highly recommended, especially when running via Docker Compose.
- ⚠️Requires Python 3.11+.
- ⚠️Docker Compose production setup (docker-compose.prod.yml) expects specific volume mounts for models, sessions, Redis, Prometheus, Grafana, Loki, and Whisper cache, which need to be configured on the host machine.
Review RequiredView Analysis
semantic-integration-engine
by asami
A hybrid semantic and vector retrieval engine that integrates knowledge graphs and embedding models to provide RAG capabilities via REST and MCP APIs for AI agents.
A hybrid semantic and vector retrieval engine that integrates knowledge graphs and embedding models to provide RAG capabilities via REST and MCP APIs for AI agents.
Setup Requirements
- ⚠️Requires Docker to run external dependencies (Fuseki, sie-embedding).
- ⚠️Requires an OpenAI API Key if configured to use OpenAI for embeddings.
- ⚠️For local development, an `sbt` installation and JVM are required to run SIE outside of Docker.
Verified SafeView Analysis
MCP-server-AppleScript-wrapper
by aredigg
This program dynamically generates Python wrappers and a FastMCP server for macOS applications, enabling LLM interaction with native app functionalities via AppleScript.
This program dynamically generates Python wrappers and a FastMCP server for macOS applications, enabling LLM interaction with native app functionalities via AppleScript.
Setup Requirements
- ⚠️Requires macOS
- ⚠️Python 3.10+
- ⚠️Requires `fastmcp` Python package (for server usage)
- ⚠️Requires user permission to control macOS applications via AppleScript
Review RequiredView Analysis
MCP-server
by zarqa640
A server application designed to host and manage custom Minecraft game instances, potentially supporting modding and multiplayer interactions.
A server application designed to host and manage custom Minecraft game instances, potentially supporting modding and multiplayer interactions.
Setup Requirements
- ⚠️Requires Java Runtime Environment (JRE) to be installed.
- ⚠️Requires an open network port (default 25565 for Minecraft) and appropriate firewall rules.
- ⚠️Requires manual configuration of server properties files.