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)
pulsar-mcp
by milkymap
Acts as a semantic router for Model Context Protocol (MCP) ecosystems, enabling discovery and execution of tools across multiple MCP servers without context bloat for LLMs.
Acts as a semantic router for Model Context Protocol (MCP) ecosystems, enabling discovery and execution of tools across multiple MCP servers without context bloat for LLMs.
Setup Requirements
- ⚠️Requires OpenAI API Key for embeddings, descriptions, and vision (Paid Service).
- ⚠️Requires persistent storage for `TOOL_OFFLOADED_DATA_PATH` and a Qdrant vector database (either local file/in-memory using `QDRANT_DATA_PATH`, or remote URL using `QDRANT_URL`).
- ⚠️Python 3.12+ only.
Review RequiredView Analysis
sudocode
by sudocode-ai
Git-native spec and issue management for AI-assisted software development.
Git-native spec and issue management for AI-assisted software development.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0 and npm >= 7.0.0 to be installed.
- ⚠️Requires Git CLI to be installed and available in the system's PATH for all repository operations.
- ⚠️Requires specific AI agent CLIs (e.g., `claude`, `codex`, `copilot`, `cursor-agent`) to be installed and in PATH for agent execution, or their paths explicitly configured. Installation of these agents is outside the scope of `sudocode` itself.
- ⚠️The use of global npm packages (`npm install -g sudocode`) can sometimes lead to Node.js version conflicts, as noted in the project's README.
Verified SafeView Analysis
omnimcp
by milkymap
Acts as a semantic router to discover and execute tools across multiple Model Context Protocol (MCP) servers, reducing context bloat for large language models by exposing a single meta-tool.
Acts as a semantic router to discover and execute tools across multiple Model Context Protocol (MCP) servers, reducing context bloat for large language models by exposing a single meta-tool.
Setup Requirements
- ⚠️Requires an OpenAI API Key (paid service) for generating embeddings, tool/server descriptions, and image descriptions.
- ⚠️Requires Python 3.12 or newer to run.
- ⚠️Requires `uv` (a Python package installer and executor) to be installed and in PATH for using `uvx` commands.
- ⚠️A Qdrant vector database connection must be configured, supporting local file storage, in-memory, or a remote Qdrant server/cloud instance.
Verified SafeView Analysis
pageindex-mcp
by VectifyAI
Provides vectorless, reasoning-based RAG capabilities for LLMs to navigate and retrieve information from hierarchical document structures, primarily for long PDFs.
Provides vectorless, reasoning-based RAG capabilities for LLMs to navigate and retrieve information from hierarchical document structures, primarily for long PDFs.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0 for local server deployment (Option 1).
- ⚠️Relies on the external PageIndex cloud service for core document processing and reasoning, meaning PDF content is transmitted to their servers.
- ⚠️OAuth authentication with PageIndex is required and handled automatically by the local server or direct connection.
Verified SafeView Analysis
mcp-server
by OctopusDeploy
This server allows AI assistants to inspect, query, and diagnose problems within an Octopus Deploy instance using the Model Context Protocol (MCP).
This server allows AI assistants to inspect, query, and diagnose problems within an Octopus Deploy instance using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Node.js >= v20.0.0 (if not using Docker).
- ⚠️Requires an Octopus Deploy instance accessible via HTTPS.
- ⚠️Requires an Octopus Deploy API Key for authentication.
Verified SafeView Analysis
pentesting-mcp-servers-checklist
by appsecco
This project provides a practical, community-driven checklist for pentesting Model Context Protocol (MCP) servers, guiding security testers through potential vulnerabilities in AI agent execution layers.
This project provides a practical, community-driven checklist for pentesting Model Context Protocol (MCP) servers, guiding security testers through potential vulnerabilities in AI agent execution layers.
Verified SafeView Analysis
django-ai-boost
by vintasoftware
Provides a Model Context Protocol (MCP) server for Django applications, enabling AI assistants to introspect and interact with Django codebases.
Provides a Model Context Protocol (MCP) server for Django applications, enabling AI assistants to introspect and interact with Django codebases.
Setup Requirements
- ⚠️Requires Python 3.12+ (as specified in pyproject.toml).
- ⚠️Requires the Django settings module to be specified via the `--settings` argument or the `DJANGO_SETTINGS_MODULE` environment variable.
- ⚠️The Django project root directory often needs to be added to the `PYTHONPATH` for the server to locate project modules.
Verified SafeView Analysis
mcp_massive
by massive-com
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
Setup Requirements
- ⚠️Docker required
- ⚠️Requires local/remote LLM provider (e.g., OpenAI API Key, Ollama, etc.)
Review RequiredView Analysis
mcp-server
by volcengine
This repository serves as a marketplace for Model Context Protocol (MCP) servers, enabling large language models (LLMs) to interact with and manage various Volcengine cloud services and other developer tools via natural language.
This repository serves as a marketplace for Model Context Protocol (MCP) servers, enabling large language models (LLMs) to interact with and manage various Volcengine cloud services and other developer tools via natural language.
Setup Requirements
- ⚠️Requires Volcengine Access Key (AK) and Secret Key (SK) with appropriate IAM permissions (for paid cloud services), and for some Python servers on Windows, PyCryptodome compilation setup.
- ⚠️Inconsistent Python version requirements across different MCP sub-servers and the provided client, which can cause environment setup conflicts (e.g., `mcp-server-vke` requires >=3.12, but `app/general_client` requires <3.12).
- ⚠️Relies on the `uv` toolchain for package management and execution, requiring separate installation.
Review RequiredView Analysis
mcp-manager
by zueai
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
Setup Requirements
- ⚠️Requires MacOS as it targets the Claude Desktop app on that OS.
- ⚠️Requires Node.js and uv (Python package manager) installed locally via terminal commands.
- ⚠️Requires manual execution of generated terminal commands, which can include high-privilege operations like `sudo npm link` for some MCP servers.
- ⚠️Requires obtaining and inputting API keys/tokens for various third-party services (e.g., Brave Search, AWS, GitHub) into the GUI, which are then included in the generated configuration.
Verified SafeView Analysis
context-sync
by Intina47
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
Setup Requirements
- ⚠️Requires Node.js v18.0.0 or higher.
- ⚠️Notion integration requires a Notion API Key obtained from the Notion website and sharing specific pages with the integration.
- ⚠️Manual configuration of MCP servers might be needed for some AI clients (e.g., Cursor, VS Code) if auto-detection fails, involving editing JSON/YAML files.
Verified SafeView Analysis
kitwork
by kitwork
A lightweight workflow engine for automating tasks, orchestrating services, building serverless functions, and creating API endpoints via YAML.
A lightweight workflow engine for automating tasks, orchestrating services, building serverless functions, and creating API endpoints via YAML.
Setup Requirements
- ⚠️Requires familiarity with YAML for workflow, API, and schedule definitions.
- ⚠️Browser automation with `Chromedp` may require a headless Chrome/Chromium browser installation or runtime environment.
- ⚠️Database interaction (e.g., PostgreSQL) requires explicit configuration of credentials (user, password, host, port) in YAML files like `database/postgres.yaml`.