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)
alibabacloud-devops-mcp-server
by aliyun
The server provides AI assistants with tools to interact with Alibaba Cloud DevOps (Yunxiao) for project management, code operations (repositories, branches, merge requests), CI/CD pipelines, artifact management, application delivery, and test management, assisting development teams in automating tasks and optimizing workflows.
The server provides AI assistants with tools to interact with Alibaba Cloud DevOps (Yunxiao) for project management, code operations (repositories, branches, merge requests), CI/CD pipelines, artifact management, application delivery, and test management, assisting development teams in automating tasks and optimizing workflows.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Requires an Alibaba Cloud DevOps Personal Access Token (PAT) with extensive read/write permissions across various DevOps modules (organization, project, code, pipeline, artifact, application delivery, test management). Misconfiguration of these permissions could lead to errors or security vulnerabilities.
- ⚠️The PAT needs to be long-lived as per the documentation's recommendation.
Verified SafeView Analysis
paddle-mcp-server
by PaddleHQ
Enables AI agents and LLMs to manage Paddle Billing entities like products, prices, subscriptions, customers, and transactions through a Model Context Protocol (MCP) server.
Enables AI agents and LLMs to manage Paddle Billing entities like products, prices, subscriptions, customers, and transactions through a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Paddle API Key (a Paddle account is necessary, production use may incur costs).
- ⚠️Requires a Node.js environment and pnpm for installation and execution.
- ⚠️Requires configuration in an MCP-compatible client (e.g., Cursor, VS Code) to connect and utilize the server.
Verified SafeView Analysis
openrouter-deep-research-mcp
by wheattoast11
A multi-agent AI research server specializing in deep, evidence-based investigations, semantic knowledge retrieval, and comprehensive synthesis, supporting multimodal input and session time-travel.
A multi-agent AI research server specializing in deep, evidence-based investigations, semantic knowledge retrieval, and comprehensive synthesis, supporting multimodal input and session time-travel.
Setup Requirements
- ⚠️Requires an OpenRouter API Key (Paid) for all LLM interactions.
- ⚠️Requires Node.js v18 or higher to run.
- ⚠️Utilizes PGlite for persistent database storage, requiring a local directory with write permissions.
- ⚠️Generates embeddings using @huggingface/transformers, which downloads a local model (e.g., 'Xenova/all-MiniLM-L6-v2') on first use, potentially consuming significant memory and disk space.
Verified SafeView Analysis
mcp-tts
by blacktop
Provides a Model Context Protocol (MCP) server for Text-to-Speech (TTS) services, integrating macOS built-in 'say', ElevenLabs, Google Gemini TTS, and OpenAI TTS APIs.
Provides a Model Context Protocol (MCP) server for Text-to-Speech (TTS) services, integrating macOS built-in 'say', ElevenLabs, Google Gemini TTS, and OpenAI TTS APIs.
Setup Requirements
- ⚠️Requires API keys for cloud-based TTS services (OpenAI, ElevenLabs, Google/Gemini), which are paid services.
- ⚠️The `say_tts` tool is only available on macOS.
- ⚠️Requires Go runtime environment for building and running from source.
Verified SafeView Analysis
homebrew-tap
by foscomputerservices
Provides a local Multi-Client Protocol (MCP) server for a searchable knowledge base of development learnings, intended for integration with Claude clients.
Provides a local Multi-Client Protocol (MCP) server for a searchable knowledge base of development learnings, intended for integration with Claude clients.
Setup Requirements
- ⚠️Requires Python 3.12 to be installed (managed by Homebrew).
- ⚠️Requires manual initialization via `hindsight-init` after installation.
- ⚠️Requires manual configuration in your Claude client (Code or Desktop) after initialization.
Verified SafeView Analysis
mcp-copilotcli-history
by MicroMichaelIE
Search and analyze GitHub Copilot conversation history to find past interactions, tool usage, and session statistics.
Search and analyze GitHub Copilot conversation history to find past interactions, tool usage, and session statistics.
Setup Requirements
- ⚠️Requires Python 3.13 or newer
- ⚠️Relies on GitHub Copilot's local session history (~/.copilot/session-state/) being present
- ⚠️Requires an MCP-enabled client (e.g., Claude Desktop, VS Code, Zed) for interaction
Verified SafeView Analysis
mcp-for-azure-devops-boards
by danielealbano
Interacting with Azure DevOps Boards and Work Items via a Model Context Protocol (MCP) server.
Interacting with Azure DevOps Boards and Work Items via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires Azure CLI to be installed and authenticated (`az login`) for all Azure DevOps interactions.
- ⚠️HTTP Server mode binds to all network interfaces (`0.0.0.0`) by default, which may require firewall configuration to restrict access.
Verified SafeView Analysis
MCP-Server_AI-interaction
by KhaiHuynhVN
An advanced Model Context Protocol (MCP) server that provides an interactive UI for AI agents, enabling multi-language text input, workspace-aware file/folder attachment, and drag-and-drop multi-image support.
An advanced Model Context Protocol (MCP) server that provides an interactive UI for AI agents, enabling multi-language text input, workspace-aware file/folder attachment, and drag-and-drop multi-image support.
Setup Requirements
- ⚠️Requires Python 3.8+ (specified Python 3.13 in pyproject.toml, but 3.8+ in README.md).
- ⚠️Requires manual modification of Claude Desktop's `claude_desktop_config.json` with an absolute path to `mcp_server.py`, a common source of user error.
- ⚠️REQUIRES copying specific AI Agent Rules (from `rule_for_ai_EN.txt` or `rule_for_ai_VI.txt`) into Claude's custom instructions for proper tag processing and agent behavior.
Review RequiredView Analysis
deno-mcp-template
by phughesmcr
A comprehensive template for building Model Context Protocol (MCP) servers using Deno, providing examples for prompts, resources, and tools.
A comprehensive template for building Model Context Protocol (MCP) servers using Deno, providing examples for prompts, resources, and tools.
Setup Requirements
- ⚠️Requires Deno runtime to be installed.
- ⚠️The default `deno run -A` command grants all permissions, which is too broad for production environments and needs to be narrowed down.
- ⚠️The `KvEventStore` used for session resumability is not production-ready and should be replaced for any production deployment requiring robust state management.
- ⚠️For DNS rebinding protection or specific CORS control, `ALLOWED_ORIGINS` and `ALLOWED_HOSTS` must be explicitly configured, as the default behavior can be permissive.
- ⚠️Compiling to a Desktop Extension (DXT) requires `dxt` to be installed globally (`npm install -g @anthropic-ai/dxt`).
Verified SafeView Analysis
Fusion-360-MCP-Server
by AuraFriday
Enables AI agents to control Autodesk Fusion 360 for CAD/CAM/CAE operations and execute arbitrary Python code with full system access.
Enables AI agents to control Autodesk Fusion 360 for CAD/CAM/CAE operations and execute arbitrary Python code with full system access.
Setup Requirements
- ⚠️Requires Autodesk Fusion 360 software installed and running.
- ⚠️Requires the external Aura Friday MCP-Link Server to be downloaded and running locally.
Review RequiredView Analysis
mcp-server
by DollhouseMCP
An MCP server for managing and customizing AI behavior through modular elements (personas, skills, templates, agents, memories) with built-in version control, robust security, and a community-driven ecosystem.
An MCP server for managing and customizing AI behavior through modular elements (personas, skills, templates, agents, memories) with built-in version control, robust security, and a community-driven ecosystem.
Setup Requirements
- ⚠️Requires GitHub account and authentication (OAuth or PAT)
- ⚠️Requires Node.js (v18.0.0 or higher)
- ⚠️Optional but recommended: Docker for certain deployments or testing
Verified SafeView Analysis
authenticator_mcp
by firstorderai
Enables AI agents to securely retrieve 2FA codes, passwords, and account lists from a local desktop Authenticator App for automated login processes.
Enables AI agents to securely retrieve 2FA codes, passwords, and account lists from a local desktop Authenticator App for automated login processes.
Setup Requirements
- ⚠️Requires a separate 'Authenticator App · 2FA' desktop application to be installed and running locally.
- ⚠️Requires generating and securely providing an access token from the desktop Authenticator App.
- ⚠️Requires Node.js runtime to execute.