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-server
by justifi-tech
AI-assisted payment management through a Model Context Protocol (MCP) server, providing JustiFi payment tools for integration with AI agents and workflows.
AI-assisted payment management through a Model Context Protocol (MCP) server, providing JustiFi payment tools for integration with AI agents and workflows.
Setup Requirements
- ⚠️Requires Node.js 16+ and Python 3.11+
- ⚠️Uses 'uv' for Python package management, not 'pip'
- ⚠️Requires JUSTIFI_CLIENT_ID and JUSTIFI_CLIENT_SECRET environment variables for JustiFi API access
- ⚠️Additional configuration (MCP_SERVER_URL, Auth0 details) required for HTTP transport with OAuth
Verified SafeView Analysis
mcbox
by andreswebs
Provides a lightweight and portable pluggable MCP (Model Context Protocol) server for AI agents to execute local tools via stdio transport.
Provides a lightweight and portable pluggable MCP (Model Context Protocol) server for AI agents to execute local tools via stdio transport.
Setup Requirements
- ⚠️Requires Homebrew for installation (other methods unsupported currently).
- ⚠️Requires `bash` and `jq` to be installed on the system.
- ⚠️For development, Node.js (LTS), NPM CLI, shellcheck, and shfmt are required.
Verified SafeView Analysis
embedded-api-mcp-server
by digitalsamba
Manage Digital Samba video conferencing platform resources (rooms, sessions, recordings, etc.) using natural language commands via AI assistants following the Model Context Protocol (MCP).
Manage Digital Samba video conferencing platform resources (rooms, sessions, recordings, etc.) using natural language commands via AI assistants following the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a Digital Samba Developer Key for API access.
- ⚠️A Digital Samba account is necessary to interact with the underlying video conferencing platform.
- ⚠️Full OAuth functionality requires configuring specific environment variables (e.g., OAUTH_CLIENT_ID, OAUTH_CLIENT_SECRET).
- ⚠️For production deployments, Redis is highly recommended for persistent session storage (via REDIS_URL) to avoid session data loss on server restarts.
Verified SafeView Analysis
lsmcp
by depoll
Provides AI models with semantic code understanding and refactoring capabilities via Language Server Protocol (LSP) integration.
Provides AI models with semantic code understanding and refactoring capabilities via Language Server Protocol (LSP) integration.
Setup Requirements
- ⚠️Docker is highly recommended, and often required for smooth cross-platform operation, especially for native LSP server installations.
- ⚠️Requires specific language servers (e.g., `typescript-language-server`, `python-lsp-server`) to be installed in the environment where `lsmcp` runs. Auto-installation might fail or isn't supported for all languages in native (non-Docker) environments.
- ⚠️Node.js version >= 20.0.0 is required.
Verified SafeView Analysis
mcp-process
by Digital-Defiance
Provides a secure and auditable environment for AI agents to manage system processes, monitor resources, and orchestrate long-running services.
Provides a secure and auditable environment for AI agents to manage system processes, monitor resources, and orchestrate long-running services.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires a configuration file (e.g., `mcp-process-config.json`) with explicitly allowed executables; the default allowlist is empty. Failure to configure this will prevent most operations.
- ⚠️Running without Docker requires manual `npm install` and `npm run build`.
Review RequiredView Analysis
header-test-mcp
by matsjfunke
An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.
An MCP server designed for debugging custom header implementations in MCP hosts/clients by providing a tool to retrieve request headers.
Setup Requirements
- ⚠️Requires Node.js v18 or above
- ⚠️Requires PNPM v10 or above
Verified SafeView Analysis
network-mcp-docker-suite
by pamosima
Provides comprehensive access to Cisco ThousandEyes v7 API functionality for network monitoring, performance analysis, and troubleshooting with enterprise-grade security.
Provides comprehensive access to Cisco ThousandEyes v7 API functionality for network monitoring, performance analysis, and troubleshooting with enterprise-grade security.
Setup Requirements
- ⚠️Requires ThousandEyes API v7 Bearer Token (TE_TOKEN) which must be obtained from a ThousandEyes account.
- ⚠️Primary deployment uses Docker, requiring Docker Engine and Docker Compose.
- ⚠️Requires Python 3.12 or newer.
Verified SafeView Analysis
chronos-mcp-server
by aadversteeg
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
A time-related server providing timezone-aware date and time information via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️.NET 9.0 SDK required for local development/deployment.
- ⚠️Docker required for container deployment.
Verified SafeView Analysis
logseq-mcp-server
by eborden
Provides an AI-accessible interface for a LogSeq knowledge graph, enabling LLMs to traverse the graph, track concepts over time, and build comprehensive context through specialized tools.
Provides an AI-accessible interface for a LogSeq knowledge graph, enabling LLMs to traverse the graph, track concepts over time, and build comprehensive context through specialized tools.
Setup Requirements
- ⚠️Requires LogSeq Desktop application to be running.
- ⚠️Requires LogSeq HTTP server to be enabled via LogSeq's settings (Settings → API → Enable HTTP server).
- ⚠️Requires a LogSeq authentication token to be generated and configured in `~/.logseq-mcp/config.json`.
Verified SafeView Analysis
MCP-para-todo
by elsantiwg
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.
An educational MCP server that connects language models with external tools in real-time, focusing on providing real-world context and extending LLM capabilities.
Setup Requirements
- ⚠️Requires a WeatherAPI Key for the 'weather' tool functionality (free tier available).
- ⚠️The README suggests a WebSocket client connection (`ws://localhost:3000`), but the server code implements an HTTP POST endpoint (`http://localhost:3000/mcp`). This discrepancy might confuse users attempting to integrate.
- ⚠️The server, as coded in `src/mcp/server.ts`, currently only registers and exposes the 'weather' tool, despite the README listing 'word_definition' and 'evaluate_math' as implemented. Users wishing to use these other tools would need to modify `src/mcp/server.ts` to register them.
- ⚠️The 'mathTool' in `src/tools/math.ts` relies on the 'mathjs' library, but 'mathjs' is not listed in `package.json` dependencies. If the 'mathTool' were to be registered and used, it would lead to a runtime error unless 'mathjs' is manually installed.
Verified SafeView Analysis
Memo-MCP
by milasd
Provides a local LLM Model Context Protocol (MCP) server for journaling with Retrieval-Augmented Generation (RAG) to search and retrieve personal memo and journal entries.
Provides a local LLM Model Context Protocol (MCP) server for journaling with Retrieval-Augmented Generation (RAG) to search and retrieve personal memo and journal entries.
Setup Requirements
- ⚠️Requires Python 3.12+ to run.
- ⚠️Relies on `uv` package manager and `Task` (Taskfile) for setup and execution.
- ⚠️Memo data must follow a specific `data/memo/YYYY/MM/DD.md` folder structure, which needs to be manually prepared or generated.
Verified SafeView Analysis
teamwork-ai
by rafaeljusto
The Assigner acts as a webhook server that listens for Teamwork.com task events, analyzing them using AI to assign tasks to users based on skills, job roles, costs, and workload, and then generates an explanatory comment.
The Assigner acts as a webhook server that listens for Teamwork.com task events, analyzing them using AI to assign tasks to users based on skills, job roles, costs, and workload, and then generates an explanatory comment.
Setup Requirements
- ⚠️Requires a Teamwork.com account and API token.
- ⚠️Requires configuration and potentially paid API access for an AI agent (Anthropic, OpenAI) or a running local Ollama server.
- ⚠️Requires a separate Model Context Protocol (MCP) server to be running and accessible for prompt retrieval (e.g., from github.com/teamwork/mcp).
- ⚠️Lack of webhook authenticity checks (no token/checksum validation) means anyone can trigger the server's actions.