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)
rf-mcp
by manykarim
Orchestrates natural language test automation workflows, enabling AI agents to interact with Robot Framework for web, mobile, API, and desktop testing, including keyword discovery, step execution, and test suite generation.
Orchestrates natural language test automation workflows, enabling AI agents to interact with Robot Framework for web, mobile, API, and desktop testing, including keyword discovery, step execution, and test suite generation.
Setup Requirements
- ⚠️Requires Robot Framework to be installed.
- ⚠️For the optional Django frontend: `uvicorn` and `Django` must be installed (`pip install rf-mcp[frontend]`).
- ⚠️For semantic keyword matching: `sentence-transformers` must be installed (`pip install rf-mcp[ai]`).
- ⚠️For DocTest plugins (Visual, Pdf, PrintJob, Ai): requires `robotframework-doctestlibrary` and additional native system binaries (e.g., ImageMagick, Tesseract, Ghostscript/GhostPCL) for full functionality.
- ⚠️The hardcoded default token for the `McpAttach` bridge ('change-me') MUST be changed in production by setting the `ROBOTMCP_ATTACH_TOKEN` environment variable.
- ⚠️If using web/mobile automation, corresponding external services (e.g., browser drivers, Appium server) must be running and accessible.
Review RequiredView Analysis
gmail-mcp
by domdomegg
This server provides a Model Context Protocol (MCP) interface for Gmail, enabling AI systems to read, send, archive, and manage emails programmatically.
This server provides a Model Context Protocol (MCP) interface for Gmail, enabling AI systems to read, send, archive, and manage emails programmatically.
Setup Requirements
- ⚠️Requires manual creation and configuration of Google OAuth credentials (Client ID, Client Secret) via Google Cloud Console, including enabling the Gmail API and setting up an OAuth consent screen.
- ⚠️Requires adding 'http://localhost:3000/callback' (or a custom base URL) to authorized redirect URIs in Google Cloud for the web application OAuth client.
- ⚠️The server itself does not consume LLM tokens, but the content fetched (e.g., full email bodies, threads, or attachments data if processed as text) can be very large, potentially leading to high token consumption by any AI client processing this output.
Verified SafeView Analysis
signoz-mcp-server
by SigNoz
Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.
Provides AI assistants and LLMs with natural language access to SigNoz observability data, including metrics, traces, logs, alerts, and dashboards.
Setup Requirements
- ⚠️Requires a running SigNoz instance with API access.
- ⚠️Requires a valid SigNoz API key for authentication.
- ⚠️Requires Go 1.25+ for building from source (alternatively, Docker can be used).
- ⚠️Building the Claude Extension Bundle requires Node.js and the Anthropic MCPB CLI.
Verified SafeView Analysis
wandb-mcp-server
by wandb
The server enables natural language querying and analysis of Weights & Biases data, specifically focusing on ML experiment tracking (W&B Models) and LLM/GenAI application observability (W&B Weave) through the Model Context Protocol.
The server enables natural language querying and analysis of Weights & Biases data, specifically focusing on ML experiment tracking (W&B Models) and LLM/GenAI application observability (W&B Weave) through the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires a Weights & Biases API Key for most operations, which must be provided via environment variables, .netrc, or command-line arguments (for STDIO) or as a Bearer token (for HTTP).
- ⚠️For server-side MCP clients (e.g., OpenAI, LeChat) connecting to a local HTTP server, a public URL (e.g., via ngrok) is required.
Verified SafeView Analysis
mcp-server-datadog
by winor30
Manages Datadog observability features including incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes through an MCP server for LLMs.
Manages Datadog observability features including incidents, monitors, logs, dashboards, metrics, traces, hosts, and downtimes through an MCP server for LLMs.
Setup Requirements
- ⚠️Requires paid Datadog API Key and Application Key.
- ⚠️Requires Node.js >= 20.x and pnpm >= 10 to run locally.
- ⚠️Output sizes from Datadog API calls (e.g., logs, traces) can be large, leading to high token usage if not carefully filtered by the calling agent.
Verified SafeView Analysis
agentql-mcp
by tinyfish-io
Provides a Model Context Protocol (MCP) server to enable AI agents to extract structured data from web pages using AgentQL's capabilities.
Provides a Model Context Protocol (MCP) server to enable AI agents to extract structured data from web pages using AgentQL's capabilities.
Setup Requirements
- ⚠️Requires an AgentQL API Key, which must be obtained from the AgentQL Dev Portal (dev.agentql.com).
- ⚠️Requires global npm installation of 'agentql-mcp' or execution via 'npx'.
- ⚠️Specific configuration steps are required for integration with various AI clients/IDEs (e.g., Claude, VS Code, Cursor, Windsurf) that support the Model Context Protocol.
Verified SafeView Analysis
intervals-mcp-server
by mvilanova
Connects AI models (Claude, ChatGPT) with the Intervals.icu API to retrieve and manage athlete fitness data, including activities, events, and wellness metrics.
Connects AI models (Claude, ChatGPT) with the Intervals.icu API to retrieve and manage athlete fitness data, including activities, events, and wellness metrics.
Setup Requirements
- ⚠️Requires Python 3.12 or higher.
- ⚠️Requires an Intervals.icu API Key and Athlete ID, to be set in environment variables (e.g., .env file).
- ⚠️Specific `mcp install` command is required for Claude Desktop integration.
Verified SafeView Analysis
turbomcp
by Epistates
Build high-performance Model Context Protocol (MCP) servers with zero-boilerplate development, automatic schema generation, and progressive enhancement for AI model interaction.
Build high-performance Model Context Protocol (MCP) servers with zero-boilerplate development, automatic schema generation, and progressive enhancement for AI model interaction.
Setup Requirements
- ⚠️Requires Rust 1.89.0+ and Tokio async runtime.
- ⚠️Many features (HTTP, WebSocket, Auth, DPoP, SIMD) are opt-in via Cargo feature flags, requiring careful configuration for desired functionality.
- ⚠️Full production deployments typically involve external dependencies like PostgreSQL, Redis, and a monitoring stack (Prometheus, Grafana, Jaeger).
Verified SafeView Analysis
codegraph-rust
by Jakedismo
CodeGraph transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code architecture, dependencies, and patterns using specialized agentic tools.
CodeGraph transforms codebases into a semantically searchable knowledge graph, enabling AI agents to reason about code architecture, dependencies, and patterns using specialized agentic tools.
Setup Requirements
- ⚠️Requires macOS (installer scripts target macOS, Linux users need to adapt)
- ⚠️Requires Rust toolchain and Homebrew
- ⚠️Requires a running SurrealDB instance (local or cloud) with schema applied
- ⚠️Requires a configured LLM and Embedding provider (e.g., Ollama running locally or API keys for cloud providers like OpenAI, Anthropic, Jina AI, xAI Grok)
Verified SafeView Analysis
codex-mcp-server
by tuannvm
Acts as a Model Context Protocol (MCP) server to integrate OpenAI's Codex CLI for conversational code assistance in IDEs like Claude Code.
Acts as a Model Context Protocol (MCP) server to integrate OpenAI's Codex CLI for conversational code assistance in IDEs like Claude Code.
Setup Requirements
- ⚠️Requires OpenAI Codex CLI v0.50.0+ to be pre-installed and authenticated (via `codex login --api-key "your-openai-api-key"`).
- ⚠️Reasoning effort (if desired) must be configured directly in Codex CLI's `~/.codex/config.toml` for v0.50.0+, as the MCP server's `reasoningEffort` parameter is ignored.
- ⚠️Requires a host environment compatible with the Model Context Protocol (e.g., Claude Code, VS Code with MCP extension).
Verified SafeView Analysis
mcpcat-typescript-sdk
by MCPCat
This SDK integrates an analytics platform into Model Context Protocol (MCP) servers to capture user intentions, behavior patterns, and telemetry (logs, traces, errors) for product development and debugging.
This SDK integrates an analytics platform into Model Context Protocol (MCP) servers to capture user intentions, behavior patterns, and telemetry (logs, traces, errors) for product development and debugging.
Setup Requirements
- ⚠️Requires a Project ID from mcpcat.io (unless used in telemetry-only mode).
- ⚠️Requires @modelcontextprotocol/sdk v1.11 or higher as a peer dependency.
- ⚠️Telemetry exporters (Datadog, Sentry, OTLP) require specific configuration parameters like API keys, DSNs, or endpoints, often sourced from environment variables.
Verified SafeView Analysis
falcon-mcp
by CrowdStrike
The Falcon MCP (Model Context Protocol) server acts as a middleware, connecting AI agents with the CrowdStrike Falcon cybersecurity platform to enable intelligent security analysis and automation in agentic workflows.
The Falcon MCP (Model Context Protocol) server acts as a middleware, connecting AI agents with the CrowdStrike Falcon cybersecurity platform to enable intelligent security analysis and automation in agentic workflows.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires CrowdStrike Falcon API credentials (Client ID, Client Secret) with appropriate scopes.
- ⚠️Requires Google API Key and Google Model for the ADK agent integration.
- ⚠️Deployment to Google Cloud requires `gcloud` CLI and specific GCP APIs enabled.