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)
Autodesk-Fusion-360-MCP-Server
by JustusBraitinger
Integrates AI assistants with Autodesk Fusion 360 via the Model Context Protocol (MCP) to enable conversational CAD, AI-driven automation, and parametric control for 3D modeling.
Integrates AI assistants with Autodesk Fusion 360 via the Model Context Protocol (MCP) to enable conversational CAD, AI-driven automation, and parametric control for 3D modeling.
Setup Requirements
- ⚠️Requires a licensed Autodesk Fusion 360 installation.
- ⚠️Requires specific AI client integration (Claude Desktop or VS Code with Copilot Chat).
- ⚠️The installation script moves the Add-in to a Windows-specific AppData directory and deletes the original source folder, which might be unexpected.
Verified SafeView Analysis
a-mem-mcp-server
by tobsentobsentobs
An agentic memory system for LLM agents based on the Zettelkasten principle, providing explicit graph-based memory, semantic retrieval, and autonomous maintenance through an MCP server.
An agentic memory system for LLM agents based on the Zettelkasten principle, providing explicit graph-based memory, semantic retrieval, and autonomous maintenance through an MCP server.
Setup Requirements
- ⚠️Requires local Ollama server and specific models (qwen3:4b, nomic-embed-text) if LLM_PROVIDER is 'ollama', OR a paid OpenRouter API key if 'openrouter'.
- ⚠️If RESEARCHER_ENABLED=true, may require Google Search API Key and Custom Search Engine ID (must be set in .env to override hardcoded defaults), a local Jina Reader Docker instance (or rely on cloud API), and/or installation of `unstructured[pdf]` Python package (or a running Unstructured API) for PDF extraction.
- ⚠️Requires `pip install rustworkx` for improved performance (GRAPH_BACKEND=rustworkx) or `pip install falkordblite`/`falkordb redis` (plus external Redis for Windows) for the experimental FalkorDB backend.
Review RequiredView Analysis
memory-journal-mcp
by neverinfamous
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.
Setup Requirements
- ⚠️Requires Node.js 24+ (if running from source/npm directly).
- ⚠️Requires 'GITHUB_TOKEN' environment variable for full GitHub integration (issues, PRs, Kanban).
- ⚠️Mounting a local Git repository path ('GITHUB_REPO_PATH') is recommended for automatic repository detection, especially within Docker.
- ⚠️Docker is the recommended deployment method for ease of setup and persistent data management.
Verified SafeView Analysis
mcp-optimizer
by StacklokLabs
Acts as an intelligent intermediary MCP server, providing semantic tool discovery, caching, and unified access to multiple MCP servers for AI clients.
Acts as an intelligent intermediary MCP server, providing semantic tool discovery, caching, and unified access to multiple MCP servers for AI clients.
Setup Requirements
- ⚠️Requires ToolHive Operator and ToolHive CRDs (MCPServer) to be installed in Kubernetes for K8s runtime mode.
- ⚠️Requires a running ToolHive (`thv serve`) for Docker runtime mode, with connection resilience handling restarts or port changes.
- ⚠️Database migrations must be run on startup or deployment (handled automatically by CLI/Helm).
Verified SafeView Analysis
hackerone-graphql-mcp-server
by Hacker0x01
Provides a Model Context Protocol (MCP) interface to HackerOne's GraphQL API, allowing AI agents or tools to interact with HackerOne data.
Provides a Model Context Protocol (MCP) interface to HackerOne's GraphQL API, allowing AI agents or tools to interact with HackerOne data.
Setup Requirements
- ⚠️Docker is required to run the server.
- ⚠️A HackerOne API token (base64 encoded) is required for authentication.
- ⚠️The Docker container must be piped into an MCP-compatible client; running it directly will result in an error.
Verified SafeView Analysis
mcp-server
by nebius
This service allows AI agents and assistants to fetch documentation for Nebius services and execute Nebius CLI commands through the Model Context Protocol.
This service allows AI agents and assistants to fetch documentation for Nebius services and execute Nebius CLI commands through the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.13+
- ⚠️Requires 'uv' package manager installed
- ⚠️Requires Nebius CLI (version >=0.12.65) installed and configured locally
Review RequiredView Analysis
miniflux-mcp
by tssujt
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a running Miniflux RSS reader instance
- ⚠️Requires Docker for recommended deployment
- ⚠️Requires either a Miniflux API key or username/password for authentication
Verified SafeView Analysis
adk-docs-ext
by derailed-dash
Provides up-to-date documentation for the Agent Development Kit (ADK) to the Gemini CLI, allowing the Gemini model to answer ADK-related questions accurately.
Provides up-to-date documentation for the Agent Development Kit (ADK) to the Gemini CLI, allowing the Gemini model to answer ADK-related questions accurately.
Setup Requirements
- ⚠️Requires Gemini CLI to be installed.
- ⚠️Relies on `uvx` to run the `mcpdoc` Python package, which `uvx` typically manages automatically but requires a Python environment.
- ⚠️Requires internet access to fetch the `llms.txt` and ADK documentation content.
Verified SafeView Analysis
google-slides-mcp
by forayconsulting
Provides semantic, developer-friendly access to the Google Slides API for creating and manipulating presentations, abstracting away verbose low-level API calls.
Provides semantic, developer-friendly access to the Google Slides API for creating and manipulating presentations, abstracting away verbose low-level API calls.
Setup Requirements
- ⚠️Extensive Google Cloud Project Setup: Requires creating a project, enabling Google Slides and Drive APIs, configuring an OAuth consent screen (including adding test users or publishing the app), and creating 'Desktop app' OAuth 2.0 client credentials.
- ⚠️Mandatory Environment Variables: Requires GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET. For Cloudflare Workers, COOKIE_ENCRYPTION_KEY is also mandatory.
- ⚠️Local OAuth Flow (Python): For local stdio transport, users must run `python scripts/get_token.py` to acquire and save OAuth tokens locally, which involves an interactive browser-based consent flow.
Verified SafeView Analysis
servicenow-api
by Knuckles-Team
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
The ServiceNow MCP Server acts as a Model Context Protocol (MCP) endpoint, wrapping ServiceNow APIs as tools for consumption by LLMs and multi-agent systems, enabling automated interaction with ServiceNow for tasks like incident management, change management, and CMDB queries.
Setup Requirements
- ⚠️Requires access to a ServiceNow instance with appropriate API user credentials (username/password, or client ID/secret).
- ⚠️Requires Docker or Podman for the recommended deployment via `docker compose` or `docker run`.
- ⚠️If using advanced authentication (e.g., OIDC proxy), an external OIDC provider's configuration URL, client ID, and client secret are mandatory.
- ⚠️For policy-based access control, an Eunomia policy file (`mcp_policies.json`) is required for embedded mode, or a remote Eunomia server URL for remote mode.
Verified SafeView Analysis
mcp-freescout
by verygoodplugins
Manages FreeScout helpdesk tickets by fetching, analyzing, updating, searching, and drafting responses, leveraging AI-powered insights for customer support workflows.
Manages FreeScout helpdesk tickets by fetching, analyzing, updating, searching, and drafting responses, leveraging AI-powered insights for customer support workflows.
Setup Requirements
- ⚠️Requires Node.js 18 or higher to run.
- ⚠️A FreeScout instance with API access enabled is necessary.
- ⚠️A FreeScout API key with appropriate read/write permissions for conversations and threads is required.
Verified SafeView Analysis
data-commons-search
by EOSC-Data-Commons
Provides a natural language search interface over open-access scientific datasets and tools, assisted by a Large Language Model (LLM) through the Model Context Protocol (MCP).
Provides a natural language search interface over open-access scientific datasets and tools, assisted by a Large Language Model (LLM) through the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires access to a pre-indexed OpenSearch instance.
- ⚠️Requires an API key for at least one supported LLM provider (e.g., e-infra CZ, OpenRouter) to utilize the LLM-assisted search.
- ⚠️Requires `uv` for dependency management and running development scripts.