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-oura
by YuzeHao2023
Provides language models with access to Oura API health data (sleep, readiness, resilience) via the Model Context Protocol.
Provides language models with access to Oura API health data (sleep, readiness, resilience) via the Model Context Protocol.
Setup Requirements
- ⚠️Requires an Oura API Personal Access Token (obtained from Oura Developer Portal).
- ⚠️Requires Python 3.12 or newer.
- ⚠️Intended for integration with Model Context Protocol (MCP) compatible language models like Claude for Desktop.
Verified SafeView Analysis
mcp-server-wazuh
by gbrigandi
This Rust-based server acts as a bridge between a Wazuh SIEM system and applications requiring contextual security data, especially for AI assistants using the Model Context Protocol (MCP).
This Rust-based server acts as a bridge between a Wazuh SIEM system and applications requiring contextual security data, especially for AI assistants using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a running Wazuh server (v4.12 recommended) with its API and Indexer accessible.
- ⚠️Critical environment variables for Wazuh API and Indexer credentials must be configured (e.g., in a `.env` file or directly in the shell).
- ⚠️The default `WAZUH_VERIFY_SSL=false` is insecure; for production, it must be explicitly set to `true` with valid SSL certificates.
Verified SafeView Analysis
mcp-local-rag
by shinpr
Local RAG server for developers enabling private, offline semantic search with keyword boosting on personal or project documents (PDF, DOCX, TXT, MD, HTML).
Local RAG server for developers enabling private, offline semantic search with keyword boosting on personal or project documents (PDF, DOCX, TXT, MD, HTML).
Setup Requirements
- ⚠️Requires Node.js version 20 or higher.
- ⚠️Initial ~90MB embedding model download on first run (takes 1-2 minutes) before it can operate fully offline.
- ⚠️The `BASE_DIR` environment variable MUST be set to define the root directory for searchable documents, acting as a critical security boundary.
- ⚠️Changing the `MODEL_NAME` requires deleting the LanceDB database (`DB_PATH`) and re-ingesting all documents due to incompatible vector dimensions.
Verified SafeView Analysis
MCP-connect
by EvalsOne
A lightweight bridge service that exposes local MCP servers as HTTP APIs, enabling cloud AI tools and agents to interact with various local MCP services via Streamable HTTP or a classic request/response bridge.
A lightweight bridge service that exposes local MCP servers as HTTP APIs, enabling cloud AI tools and agents to interact with various local MCP services via Streamable HTTP or a classic request/response bridge.
Setup Requirements
- ⚠️Requires Node.js >= 22.0.0 and npm/yarn for local execution.
- ⚠️Requires `AUTH_TOKEN` to be set for secure operation; defaults to unauthenticated access, which is a major security risk.
- ⚠️Requires an E2B API Key (`E2B_API_KEY`) for cloud sandbox deployment, along with a Python 3.8+ environment (`pip install -r requirements.txt`).
- ⚠️The `serverPath` in the `/bridge` endpoint or `command` in `mcp-servers.json` allows arbitrary command execution. Proper whitelisting, sanitization, or containerization is essential when exposing this service to untrusted input.
Review RequiredView Analysis
mcp-servers-nix
by natsukium
Provides a Nix-based configuration framework for Model Control Protocol (MCP) servers with ready-to-use packages and reproducible deployments.
Provides a Nix-based configuration framework for Model Control Protocol (MCP) servers with ready-to-use packages and reproducible deployments.
Setup Requirements
- ⚠️Requires Nix package manager. Users unfamiliar with Nix will have a learning curve for setup and usage.
- ⚠️Developing or extending the framework for custom servers may require Node.js/npm and TypeScript knowledge (as indicated by the 'package-lock.json' for 'slite-mcp-server').
- ⚠️Specific MCP server modules configured by this framework will have their own runtime dependencies (e.g., Python for some tools, specific binaries) that need to be met.
Verified SafeView Analysis
AgentChat
by Shy2593666979
An AI Agent platform for building, deploying, and managing AI assistants that integrate various tools, Large Language Models (LLMs), knowledge bases (RAG), and Model Context Protocol (MCP) servers.
An AI Agent platform for building, deploying, and managing AI assistants that integrate various tools, Large Language Models (LLMs), knowledge bases (RAG), and Model Context Protocol (MCP) servers.
Setup Requirements
- ⚠️Requires Docker (v20.10+) and Docker Compose (v2.0+) for deployment.
- ⚠️Requires various paid AI/tool API keys (e.g., OpenAI, Anthropic, Tavily, Alibaba Cloud, AMap) to enable full functionality.
- ⚠️The `convert_to_pdf` tool implicitly requires LibreOffice to be installed in the backend environment/Docker image.
Review RequiredView Analysis
mcp2skill-tools
by ulasbilgen
Enables AI coding assistants like Claude Code to interact with various Model Context Protocol (MCP) servers and their tools via a unified REST API gateway.
Enables AI coding assistants like Claude Code to interact with various Model Context Protocol (MCP) servers and their tools via a unified REST API gateway.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0 and npm >= 9.0.0.
- ⚠️The `mcp2rest` daemon must be running for `mcp2scripts` or generated skills to function.
- ⚠️For production deployments, `mcp2rest` requires a reverse proxy with authentication (e.g., Nginx, Caddy) to prevent unauthenticated arbitrary code execution if exposed to a public network. Default host `localhost` is safe for development.
- ⚠️Using `mcp2rest service install` will configure it as a PM2 service, which requires PM2 to be available (implicitly handled by `npx pm2`).
Verified SafeView Analysis
anki-mcp-server
by ankimcp
This server seamlessly integrates Anki with AI assistants via the Model Context Protocol (MCP), enabling natural language interaction, dynamic note creation/editing, and interactive review sessions.
This server seamlessly integrates Anki with AI assistants via the Model Context Protocol (MCP), enabling natural language interaction, dynamic note creation/editing, and interactive review sessions.
Setup Requirements
- ⚠️Requires Anki desktop application with the AnkiConnect plugin installed and running.
- ⚠️Requires Node.js version 20 or higher.
- ⚠️Using the optional remote mode via ngrok requires a separate global ngrok installation (`npm install -g ngrok`) and a configured ngrok auth token.
Verified SafeView Analysis
aws-mcp-server
by alexei-led
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
Setup Requirements
- ⚠️Requires AWS CLI to be installed and configured with valid credentials.
- ⚠️Requires Python 3.13+.
- ⚠️Docker is highly recommended for enhanced security and a consistent execution environment.
Verified SafeView Analysis
tesla-streamable-mcp-server
by iceener
Control a Tesla vehicle remotely via the Tessie API using the Model Context Protocol (MCP) for AI agents.
Control a Tesla vehicle remotely via the Tessie API using the Model Context Protocol (MCP) for AI agents.
Setup Requirements
- ⚠️Requires a Tessie account and API access token, which is a paid service.
- ⚠️Requires your Tesla vehicle's VIN to be configured as an environment variable.
- ⚠️For Cloudflare Worker deployment, a KV namespace (`TOKENS`) must be created and configured in `wrangler.toml`.
- ⚠️A random bearer token must be generated and configured (`BEARER_TOKEN`) for client authentication to the MCP server.
Verified SafeView Analysis
postman-mcp-server
by postmanlabs
The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.
The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions.
Setup Requirements
- ⚠️Requires a valid Postman API Key, which may necessitate a paid Postman plan for certain advanced features like Enterprise tagging, private, or partner workspaces.
- ⚠️Requires Node.js version 20.0.0 or higher.
- ⚠️Specific toolsets (Minimal, Full, Code) are enabled via command-line flags (`--minimal`, `--full`, `--code`) or environment variables, with 'minimal' being the default if no flag is specified.
Verified SafeView Analysis
mcp-server
by OctopusDeploy
The server enables AI assistants to inspect, query, and diagnose problems within an Octopus Deploy instance by exposing its API as MCP tools.
The server enables AI assistants to inspect, query, and diagnose problems within an Octopus Deploy instance by exposing its API as MCP tools.
Setup Requirements
- ⚠️Requires Node.js >= v20.0.0
- ⚠️Requires an Octopus Deploy instance accessible via HTTPS
- ⚠️Requires an Octopus Deploy API Key for authentication