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)
langfuse-mcp
by avivsinai
Provides a comprehensive Model Context Protocol (MCP) server for Langfuse, enabling AI agents to debug, analyze, and manage AI traces, observations, sessions, exceptions, and prompts.
Provides a comprehensive Model Context Protocol (MCP) server for Langfuse, enabling AI agents to debug, analyze, and manage AI traces, observations, sessions, exceptions, and prompts.
Setup Requirements
- ⚠️Requires Langfuse API Keys (public, secret, host) for authentication to a Langfuse instance.
- ⚠️Does not support Python 3.14 (requires Python 3.10-3.13 due to Langfuse SDK's Pydantic v1 dependency).
- ⚠️Relies on 'uvx' for execution, which implies 'uv' (or 'pipx') needs to be pre-installed on the system.
Verified SafeView Analysis
globalping-mcp-server
by jsdelivr
Enables AI models to interact with a global network measurement platform through natural language, allowing LLMs to run various network tests and access data from thousands of probes worldwide.
Enables AI models to interact with a global network measurement platform through natural language, allowing LLMs to run various network tests and access data from thousands of probes worldwide.
Setup Requirements
- ⚠️Requires a Cloudflare Workers environment for deployment and operation.
- ⚠️Requires `GLOBALPING_CLIENT_ID` environment variable for OAuth authentication.
- ⚠️Requires a Cloudflare KV namespace binding named `OAUTH_KV` for OAuth state management.
Verified SafeView Analysis
shotgrid-mcp-server
by loonghao
A Model Context Protocol (MCP) server that enables AI assistants to seamlessly access Autodesk ShotGrid (Flow Production Tracking) data.
A Model Context Protocol (MCP) server that enables AI assistants to seamlessly access Autodesk ShotGrid (Flow Production Tracking) data.
Setup Requirements
- ⚠️Requires ShotGrid credentials (`SHOTGRID_URL`, `SHOTGRID_SCRIPT_NAME`, `SHOTGRID_SCRIPT_KEY`) set as environment variables or provided via HTTP headers.
- ⚠️The `download_file` utility, used for thumbnails, has insecure fallbacks that disable SSL verification, posing a security risk for data integrity.
- ⚠️For HTTP/ASGI deployments, authentication and HTTPS must be manually configured via middleware; they are not enabled by default.
- ⚠️Python 3.8+ is required.
- ⚠️The `sg_text_search` tool requires input text to be at least 3 characters long, otherwise it will raise an error.
Review RequiredView Analysis
webscraping-ai-mcp-server
by webscraping-ai
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
Integrates with WebScraping.AI to provide LLM-powered web data extraction, including question answering, structured data extraction, and HTML/text retrieval, with advanced features like JavaScript rendering and proxy management.
Setup Requirements
- ⚠️Requires WebScraping.AI API Key (Paid service)
- ⚠️Requires Node.js (>=18.0.0)
- ⚠️Specific JSON configuration files required for integration with AI agents like Cursor or Claude Desktop.
Verified SafeView Analysis
magento-graphql-docs-mcp
by florinel-chis
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.
Provides tools to search and retrieve Magento 2 GraphQL API documentation from local markdown files, aiding development and coding agents.
Setup Requirements
- ⚠️Requires local cloning of the AdobeDocs/commerce-webapi repository for documentation source.
- ⚠️Python 3.10 or higher is required.
- ⚠️The documentation path (`MAGENTO_GRAPHQL_DOCS_PATH`) must be explicitly configured via environment variable, symlink, or by cloning the documentation repo as a sibling directory.
Verified SafeView Analysis
wdk-mcp
by dieselftw
A local-first server providing seed and wallet management, balance reads, and transaction sending for cryptocurrency development, optionally exposed via ngrok for remote LLMs.
A local-first server providing seed and wallet management, balance reads, and transaction sending for cryptocurrency development, optionally exposed via ngrok for remote LLMs.
Setup Requirements
- ⚠️Requires the Bun runtime environment.
- ⚠️Sensitive wallet data (including seed phrases) and API keys are stored unencrypted in a local JSON file (`wdk-data.json`), posing a significant security risk for actual asset management.
- ⚠️The codebase explicitly uses `wdk-wallet-solana`, indicating a focus on Solana chain operations, despite the README's statement 'EVM/ETH-focused flows only', which may be a point of confusion or a future development intent.
Review RequiredView Analysis
xc-mcp
by conorluddy
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
Provides an intelligent MCP server for Xcode and iOS simulator workflows, optimized for AI agents to automate iOS development and testing tasks efficiently.
Setup Requirements
- ⚠️Requires Node.js (18+ recommended) and npm/npx installed.
- ⚠️Requires Xcode Command Line Tools to be installed and configured (`xcode-select --install`).
- ⚠️Requires `idb` (Facebook IDB) and its `idb_companion` service to be installed and running (e.g., `brew install idb-companion`).
- ⚠️Requires `sips` (macOS default image processing tool) for screenshot optimization.
Verified SafeView Analysis
mcp_weather_server
by isdaniel
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
Provides current and historical weather, air quality, and timezone information via an MCP server, integrating with the Open-Meteo API.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️For HTTP modes (SSE or Streamable HTTP), `starlette` and `uvicorn` dependencies are required (though typically installed with `pip install mcp_weather_server` for basic setup, specific instructions recommend explicit install for HTTP modes).
- ⚠️Relies on `tzdata` for comprehensive timezone support, which might have platform-specific installation considerations, especially on Windows.
Verified SafeView Analysis
yandex-tracker-mcp
by aikts
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs for issue, queue, user, and workflow management.
Setup Requirements
- ⚠️Requires an active Yandex Tracker account and valid API token or service account credentials.
- ⚠️Requires specifying either a TRACKER_CLOUD_ORG_ID (for Yandex Cloud organizations) or a TRACKER_ORG_ID (for Yandex 360 organizations).
- ⚠️Dynamic OAuth 2.0 authentication requires setting up a Yandex OAuth application, configuring client ID/secret, and making the MCP server publicly accessible for callbacks.
- ⚠️Requires Python 3.11 or higher.
Verified SafeView Analysis
claude-code-buddy
by PCIRCLE-AI
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
Setup Requirements
- ⚠️Requires ANTHROPIC_API_KEY (Paid API usage).
- ⚠️Requires Node.js (v18+) and npm/yarn for dependency management.
- ⚠️Requires Git to be installed and configured on the system.
- ⚠️E2E Healing Agent, if used, requires Playwright to be installed and its browsers configured.
Verified SafeView Analysis
ols4
by EBISPOT
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
A repository for biomedical ontologies, providing a website, REST API, and MCP server for accessing the latest ontology versions.
Setup Requirements
- ⚠️Docker is required for local setup and deployment.
- ⚠️High memory requirements (e.g., 10-50GB memory limits for backend services, 15-20GB for Solr/Neo4j).
- ⚠️Optional: OpenAI API Key for embedding generation (requires a paid OpenAI account).
Verified SafeView Analysis
opentelemetry-mcp-server
by pavolloffay
The OpenTelemetry Model Context Protocol (MCP) server enables LLMs to efficiently use the OpenTelemetry stack by providing tools to configure an OpenTelemetry collector through strict JSON schemas and validation.
The OpenTelemetry Model Context Protocol (MCP) server enables LLMs to efficiently use the OpenTelemetry stack by providing tools to configure an OpenTelemetry collector through strict JSON schemas and validation.
Setup Requirements
- ⚠️Go 1.24+ runtime required for building from source or installing via `go install`.
- ⚠️A `claude` CLI client (or similar MCP-compatible client) is required to interact with the server for LLM integration as described in the README.