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)
MCP_client_server
by muhammadhayat123
This project demonstrates client-server delegation of LLM tasks using the MCP framework, where the server requests an LLM generation from the client.
This project demonstrates client-server delegation of LLM tasks using the MCP framework, where the server requests an LLM generation from the client.
Setup Requirements
- ⚠️Python 3.12+ required
- ⚠️MCP library must be installed (pip install mcp)
- ⚠️Uvicorn server must be installed to run the ASGI application (pip install uvicorn)
Verified SafeView Analysis
KB-Biblioteksstatistik-MCP
by KSAklfszf921
This server provides tools to search and retrieve Swedish library statistics from the National Library of Sweden's open data API.
This server provides tools to search and retrieve Swedish library statistics from the National Library of Sweden's open data API.
Setup Requirements
- ⚠️Requires Node.js environment.
Verified SafeView Analysis
claude-code
by maqsam22
A comprehensive developer tool that integrates AI agents for structured feature development, git workflow automation, code quality review, and Agent SDK application development and verification.
A comprehensive developer tool that integrates AI agents for structured feature development, git workflow automation, code quality review, and Agent SDK application development and verification.
Setup Requirements
- ⚠️Requires an Anthropic API Key (Paid) for AI model access.
- ⚠️Requires GitHub CLI (`gh`) installed and authenticated, along with a `GITHUB_TOKEN` environment variable for full Git workflow automation and issue management scripts.
- ⚠️The project's scripts are written in TypeScript and use Bun (or Node.js with ts-node) as an execution environment.
Verified SafeView Analysis
synthetic-data-mcp
by marc-shade
Generates privacy-compliant synthetic data for training and testing, specifically for regulated industries like healthcare and finance. It supports multiple LLM providers, advanced privacy controls, and various compliance frameworks (HIPAA, GDPR, PCI DSS, SOX).
Generates privacy-compliant synthetic data for training and testing, specifically for regulated industries like healthcare and finance. It supports multiple LLM providers, advanced privacy controls, and various compliance frameworks (HIPAA, GDPR, PCI DSS, SOX).
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️For local LLM inference (Ollama), Ollama must be installed and running locally, with the desired models pulled.
- ⚠️For cloud LLM inference, API keys for providers like OpenAI, Anthropic, Google, or OpenRouter are required.
- ⚠️The UI requires `npm install` and `npm run dev` in the `ui/` directory if the frontend is to be run locally alongside the backend.
- ⚠️Requires a backend database for internal operations (e.g., PostgreSQL in production, SQLite for local dev).
Verified SafeView Analysis
gemini-file-search-mcp
by 08car1118
Provides RAG search capabilities using the Gemini File Search API for AI assistants to manage and query documents.
Provides RAG search capabilities using the Gemini File Search API for AI assistants to manage and query documents.
Setup Requirements
- ⚠️Requires a Google Gemini API Key, which incurs costs for document indexing ($0.15 / 1M tokens) and for the underlying LLM inference during RAG search (Gemini model costs, not explicitly detailed in README's cost section).
- ⚠️Requires Python 3.11 or newer.
- ⚠️File upload (`gemini_upload_file`) expects local file paths accessible by the MCP server, not remote URLs.
Verified SafeView Analysis
MCP-Server-Project
by orpheliedomma-a11y
This server provides a Micro-Capability Platform (MCP) for AI agents to plan travel itineraries, fetch weather forecasts, and recommend hotels for a given destination.
This server provides a Micro-Capability Platform (MCP) for AI agents to plan travel itineraries, fetch weather forecasts, and recommend hotels for a given destination.
Setup Requirements
- ⚠️Requires `OPENWEATHER_API_KEY` to be set as an environment variable.
- ⚠️Designed to run with Claude Desktop or a client that connects via standard I/O (stdio) transport.
Verified SafeView Analysis
frappe_ai
by vyogotech
Provides an AI assistant for Frappe/ERPNext users by integrating with an external Model Context Protocol (MCP) server for data-aware queries.
Provides an AI assistant for Frappe/ERPNext users by integrating with an external Model Context Protocol (MCP) server for data-aware queries.
Setup Requirements
- ⚠️Requires a separate, running MCP Server instance, configured to trust the Frappe instance's OAuth2 provider.
- ⚠️Manual or script-assisted OAuth2 Client setup is required within Frappe, followed by copying Client ID and Secret into MCP Server Settings.
- ⚠️The MCP Server's `config.yaml` must be updated to specify Frappe's OAuth2 endpoints and trusted clients.
Verified SafeView Analysis
dell-isilon-mcp-server
by sachdev27
Enables AI assistants (like Claude) to interact with Dell PowerScale (Isilon) storage clusters by dynamically generating tools from the OneFS REST API specification.
Enables AI assistants (like Claude) to interact with Dell PowerScale (Isilon) storage clusters by dynamically generating tools from the OneFS REST API specification.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires access to a Dell PowerScale cluster with its REST API enabled and appropriate API credentials.
- ⚠️Requires a local OpenAPI specification file (e.g., `powerscale_9.7_comprehensive_openapi.json`) from which to generate tools. This file is expected to be present in the installation or specified via `LOCAL_OPENAPI_SPEC_PATH`.
Verified SafeView Analysis
git-repos-mcp
by VenkatRamReddyK
This server exposes a Model Context Protocol (MCP) resource to list the public GitHub repositories of a specific user.
This server exposes a Model Context Protocol (MCP) resource to list the public GitHub repositories of a specific user.
Setup Requirements
- ⚠️Requires Node.js installed.
- ⚠️For Node.js versions older than 18, `node-fetch` must be manually installed and polyfilled globally.
Verified SafeView Analysis
mcp-server1123
by dyl104
Provides a FastMCP-based server with basic arithmetic tools, dynamic resources, and sophisticated AI prompt generation templates.
Provides a FastMCP-based server with basic arithmetic tools, dynamic resources, and sophisticated AI prompt generation templates.
Setup Requirements
- ⚠️Python 3.13+ required
- ⚠️Requires `mcp[cli]` installation
Verified SafeView Analysis
ha-mcp-server
by DawidSu
Provides a Model Context Protocol (MCP) server for Claude AI to securely and efficiently interact with Home Assistant configuration files, offering both Docker-based server deployment and Linux desktop integration tools.
Provides a Model Context Protocol (MCP) server for Claude AI to securely and efficiently interact with Home Assistant configuration files, offering both Docker-based server deployment and Linux desktop integration tools.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for server deployment.
- ⚠️The Home Assistant Claude MCP Server Addon must be running in Home Assistant for core functionality and desktop tool integration.
- ⚠️Linux desktop users leveraging the desktop tools need to perform SSH key setup (ssh-keygen, ssh-copy-id) and install Python 3.6+ with tkinter and netcat.
Verified SafeView Analysis
a-mem-mcp-server
by saurabhmain
An agentic memory system for LLM agents, enhancing research by storing, linking, and evolving knowledge based on the Zettelkasten principle, with IDE integration.
An agentic memory system for LLM agents, enhancing research by storing, linking, and evolving knowledge based on the Zettelkasten principle, with IDE integration.
Setup Requirements
- ⚠️Requires a Python 3.x environment with various dependencies (e.g., `textual`, `requests`, `dash`, `plotly`).
- ⚠️If using Ollama, requires a local Ollama server running and specific models (`qwen3:4b`, `nomic-embed-text`) to be pulled.
- ⚠️If using OpenRouter, requires a paid API key (`OPENROUTER_API_KEY`).
- ⚠️For advanced graph backends like FalkorDB, specific installations are needed (`falkordblite` for Linux/macOS, or `falkordb` and `redis` with the FalkorDB module for Windows).
- ⚠️For web research and PDF extraction, may require local Docker containers for Jina Reader or Unstructured API, or their respective Python libraries and dependencies like `pdfminer.six`.