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(7756)
solon-ai
by opensolon
The Model Context Protocol (MCP) server provides an infrastructure for AI models to interact with external tools, resources, and prompts, enabling standardized asynchronous and synchronous communication.
The Model Context Protocol (MCP) server provides an infrastructure for AI models to interact with external tools, resources, and prompts, enabling standardized asynchronous and synchronous communication.
Setup Requirements
- ⚠️Requires a valid Baidu AppBuilder API Key for the 'solon-ai-search-baidu' module, which needs to be replaced in `TestUtils.java` for testing or configured appropriately for production.
- ⚠️Requires a Java Development Kit (JDK) to build and run the application.
- ⚠️Requires a compatible MCP client or an external AI service endpoint (e.g., Baidu AI Search) to interact with the server's functionalities.
Review RequiredView Analysis
kagimcp
by kagisearch
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.
Provides search and summarization tools to LLMs via the Model Context Protocol (MCP) using Kagi's API.
Setup Requirements
- ⚠️Requires a Kagi API Key; the search API is currently in closed beta and requires an invitation from Kagi.
- ⚠️Requires global installation of the 'uv' package manager (for both setup and execution).
- ⚠️May conflict with the LLM client's built-in web search functionality, requiring manual disabling in the client's settings.
- ⚠️Local/development setup often requires specifying absolute paths to the project directory in configuration.
Verified SafeView Analysis
memorizer-v1
by petabridge
A .NET service enabling AI agents to store, retrieve, and semantically search through long-term memories using vector embeddings and PostgreSQL.
A .NET service enabling AI agents to store, retrieve, and semantically search through long-term memories using vector embeddings and PostgreSQL.
Setup Requirements
- ⚠️Requires Docker and Docker Compose
- ⚠️Requires Ollama (local LLM service) for embeddings and chunking
- ⚠️Requires PostgreSQL with pgvector extension (managed by Docker Compose)
Verified SafeView Analysis
mcp-servers-nix
by natsukium
A Nix-based framework for configuring and deploying Model Control Protocol (MCP) servers with ready-to-use packages.
A Nix-based framework for configuring and deploying Model Control Protocol (MCP) servers with ready-to-use packages.
Setup Requirements
- ⚠️Requires Nix installed on the system, including familiarity with flakes for advanced usage.
- ⚠️Requires understanding of Nix packaging, overlays, and module system concepts.
- ⚠️Dependencies on specific `nixpkgs` versions (e.g., `nixos-unstable`) might necessitate a modern Nix installation or specific pinning practices.
Verified SafeView Analysis
redBookMCP
by Xeron2000
Generate Xiaohongshu-style content, including intelligent outlines and corresponding images, facilitated by an AI agent.
Generate Xiaohongshu-style content, including intelligent outlines and corresponding images, facilitated by an AI agent.
Setup Requirements
- ⚠️Requires Claude Desktop for integration as an MCP server.
- ⚠️Requires an external image generation API (e.g., OpenAI compatible) with its associated API URL, API Key, and Model Name, which may be a paid service.
- ⚠️Requires write permissions to the configured `DATA_DIR` for storing project data and generated images.
Verified SafeView Analysis
google-docs-mcp
by a-bonus
Provides a comprehensive Model Context Protocol (MCP) server that enables AI assistants to programmatically interact with Google Docs (reading, writing, formatting, structuring) and manage Google Drive files (discovery, folder management, file operations, document creation).
Provides a comprehensive Model Context Protocol (MCP) server that enables AI assistants to programmatically interact with Google Docs (reading, writing, formatting, structuring) and manage Google Drive files (discovery, folder management, file operations, document creation).
Setup Requirements
- ⚠️Requires manual Google Cloud Project setup, including enabling Google Docs/Drive APIs, configuring OAuth consent screen (External user type, adding test users), and creating/downloading OAuth client ID credentials (desktop app type).
- ⚠️Sensitive `credentials.json` and `token.json` files must be securely managed locally and explicitly excluded from version control (handled by `.gitignore`).
- ⚠️The 'insertLocalImage' tool uploads images to Google Drive and makes them publicly accessible, which users must be aware of for privacy implications.
Verified SafeView Analysis
reverse-engineering-assistant
by cyberkaida
Expose Ghidra's reverse engineering capabilities to AI models via a Model Context Protocol (MCP) server, primarily for headless integration and analysis.
Expose Ghidra's reverse engineering capabilities to AI models via a Model Context Protocol (MCP) server, primarily for headless integration and analysis.
Setup Requirements
- ⚠️Requires Ghidra installation and GHIDRA_INSTALL_DIR environment variable to be set.
- ⚠️Requires building and installing the ReVa Ghidra extension (Gradle and manual installation steps).
- ⚠️Python 3.9+ environment with `pyghidra` setup is needed for the CLI and testing frameworks.
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-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
anki-mcp-server
by nailuoGG
Enables Large Language Models (LLMs) to interact with Anki flashcard software by providing a Model Context Protocol (MCP) server that communicates via AnkiConnect.
Enables Large Language Models (LLMs) to interact with Anki flashcard software by providing a Model Context Protocol (MCP) server that communicates via AnkiConnect.
Setup Requirements
- ⚠️Requires Anki desktop application to be installed and running.
- ⚠️Requires the AnkiConnect add-on to be installed and enabled within Anki.
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Manual configuration is needed in Claude Desktop or Cline settings unless using the provided .mcpb Desktop Extension.
Verified SafeView Analysis
guidance-for-deploying-model-context-protocol-servers-on-aws
by aws-solutions-library-samples
Deploy secure, OAuth 2.0 authenticated Model Context Protocol (MCP) servers on AWS using CDK.
Deploy secure, OAuth 2.0 authenticated Model Context Protocol (MCP) servers on AWS using CDK.
Setup Requirements
- ⚠️Requires an AWS Account, AWS CLI, Node.js v14+, and AWS CDK installed globally.
- ⚠️AWS CDK bootstrap is required for the account, and logging into public ECR is necessary for container images.
- ⚠️Custom domain configurations have strict ACM certificate region requirements: CloudFront certificates must be in us-east-1, and ALB certificates must be in the deployment region.
Verified SafeView 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`).