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(7632)
memory-graph
by gregorydickson
Provides intelligent, persistent graph-based memory capabilities for AI assistants and coding agents in Claude Code environments.
Provides intelligent, persistent graph-based memory capabilities for AI assistants and coding agents in Claude Code environments.
Setup Requirements
- ⚠️Requires a configured database backend (SQLite, Neo4j, Memgraph, FalkorDB, Turso, or MemoryGraph Cloud), each with specific environment variables and Python package dependencies. E.g., 'neo4j' package for Neo4j/Memgraph, 'httpx' for Cloud.
- ⚠️For persistent memory in remote Claude Code Web environments, cloud credentials (MEMORYGRAPH_API_KEY or MEMORYGRAPH_TURSO_URL/TOKEN) are mandatory; otherwise, memories are ephemeral.
- ⚠️Some advanced features (e.g., NLP entity extraction) may require additional Python libraries like 'spaCy' and its language models.
Verified SafeView Analysis
MCP-oura
by YuzeHao2023
An MCP server that provides language models access to Oura API for querying sleep, readiness, and resilience health data.
An MCP server that provides language models access to Oura API for querying sleep, readiness, and resilience health data.
Setup Requirements
- ⚠️Requires an Oura API token (Personal Access Token from Oura Developer Portal)
- ⚠️Requires Python 3.12 or newer
- ⚠️Uses `uvx` for execution, as demonstrated for Claude for Desktop integration.
Verified SafeView Analysis
cupertino
by mihaelamj
Serves Apple developer documentation and Swift ecosystem content locally to AI agents via the Model Context Protocol, enabling accurate, offline, and structured knowledge retrieval.
Serves Apple developer documentation and Swift ecosystem content locally to AI agents via the Model Context Protocol, enabling accurate, offline, and structured knowledge retrieval.
Setup Requirements
- ⚠️Requires macOS 15+ (Sequoia).
- ⚠️Requires ~2-3 GB of disk space for full documentation download.
- ⚠️Building from source requires Swift 6.2+ and Xcode 16.0+.
- ⚠️Fetching Apple sample code from Apple's website (`--type code`) requires Apple ID authentication through Safari.
Verified SafeView Analysis
frontmcp
by agentfront
A TypeScript-first framework for building Model Context Protocol (MCP) servers, enabling AI models to interact with external systems through typed tools, resources, and prompts, and rendering interactive UI widgets for AI clients.
A TypeScript-first framework for building Model Context Protocol (MCP) servers, enabling AI models to interact with external systems through typed tools, resources, and prompts, and rendering interactive UI widgets for AI clients.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Requires Redis for caching, session storage, and specific demo app data persistence.
- ⚠️Recommended to use `yarn` with `corepack enable` for package management.
Verified SafeView Analysis
remote-mcp-server
by gleanwork
Provides metadata for the Glean Remote MCP Server, enabling discovery and integration of enterprise knowledge with AI assistants and developer tools via the Model Context Protocol.
Provides metadata for the Glean Remote MCP Server, enabling discovery and integration of enterprise knowledge with AI assistants and developer tools via the Model Context Protocol.
Setup Requirements
- ⚠️This repository contains only metadata and documentation; the actual Glean MCP Server functionality is proprietary and hosted by Glean, not open source or runnable from this repository.
- ⚠️Requires an organization-specific Glean MCP server URL and authentication details, which must be obtained through Glean administration and are not configurable directly from this codebase.
- ⚠️Setting up an MCP client involves configuring dynamic variables like `instance` and `server-name` that are unique to your Glean deployment.
Verified SafeView Analysis
mcp-handler
by vercel
A Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between web applications and AI models.
A Vercel adapter for the Model Context Protocol (MCP), enabling real-time communication between web applications and AI models.
Setup Requirements
- ⚠️Requires Node.js 18 or later.
- ⚠️Requires `@modelcontextprotocol/sdk` (peer dependency).
- ⚠️Requires Next.js 13+ (for Next.js adapter) or Nuxt.
- ⚠️Requires Redis for Server-Sent Events (SSE) transport functionality.
- ⚠️User must implement a `verifyToken` function for custom authentication logic when using `withMcpAuth`.
Verified SafeView Analysis
sentry-mcp
by getsentry
Sentry's MCP service acts as middleware to the upstream Sentry API, primarily designed for human-in-the-loop coding agents to assist with developer workflows and debugging use cases.
Sentry's MCP service acts as middleware to the upstream Sentry API, primarily designed for human-in-the-loop coding agents to assist with developer workflows and debugging use cases.
Setup Requirements
- ⚠️Requires an OpenAI API Key (Paid) for AI-powered search tools (`search_events`, `search_issues`), which will be unavailable without it.
- ⚠️For local development of the remote server, requires creating a Sentry OAuth App and configuring `SENTRY_CLIENT_ID`, `SENTRY_CLIENT_SECRET`, and a randomly generated `COOKIE_SECRET`.
- ⚠️For stdio mode, requires generating a Sentry User Auth Token with specific scopes (`org:read`, `project:read`, `project:write`, `team:read`, `team:write`, `event:read`, `event:write`).
Verified SafeView Analysis
PowerBI-Desktop-MCP
by maxanatsko
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.
Enables AI assistants to programmatically interact with Power BI Desktop models for data exploration, analysis, and modification.
Setup Requirements
- ⚠️Requires Windows 10/11 operating system.
- ⚠️Requires Power BI Desktop to be installed.
- ⚠️Requires a compatible AI assistant: Claude Desktop, Claude Code, or VS Code (1.102+) with GitHub Copilot.
Verified SafeView Analysis
mcp-shark
by mcp-shark
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI, enabling real-time traffic capture, logging, and AI-powered security analysis.
Aggregate multiple Model Context Protocol (MCP) servers into a single unified interface with a powerful monitoring UI, enabling real-time traffic capture, logging, and AI-powered security analysis.
Setup Requirements
- ⚠️Requires Node.js 18+ to run the application.
- ⚠️The 'Smart Scan' feature interacts with an external, potentially paid, AI security analysis service (smart.mcpshark.sh). An API token from this service is required to use the feature, and it will send MCP server metadata to the external service.
- ⚠️Requires an existing Model Context Protocol (MCP) configuration file (e.g., `~/.cursor/mcp.json`) to function, as it acts as a monitoring proxy for existing MCP server setups, not as a standalone MCP server.
Verified SafeView Analysis
opentelemetry-mcp-server
by traceloop
Connects AI assistants to OpenTelemetry trace backends for analyzing LLM traces with AI assistance.
Connects AI assistants to OpenTelemetry trace backends for analyzing LLM traces with AI assistance.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires 'pipx' or 'uv' for recommended installation methods.
- ⚠️Requires a running OpenTelemetry trace backend (e.g., Jaeger, Tempo, or Traceloop), and an API key if using Traceloop.
Verified SafeView Analysis
tomcp
by Ami3466
Transforms any public website into an MCP (Model Context Protocol) server for AI tools and provides a chat interface to query the website's content.
Transforms any public website into an MCP (Model Context Protocol) server for AI tools and provides a chat interface to query the website's content.
Setup Requirements
- ⚠️Requires a Cloudflare Workers AI binding (AI) to be configured in wrangler.toml.
- ⚠️For paid AI models and higher rate limits, a Cloudflare Workers AI API key is required.
- ⚠️The HTML to Markdown conversion does not execute JavaScript, so Single Page Applications (SPAs) or dynamically loaded content might not be fully captured.
Verified SafeView Analysis
mcp-toolkit
by nuxt-modules
Enables Nuxt applications to expose their functionality and data to AI models via the Model Context Protocol (MCP), allowing them to act as extensible AI agents.
Enables Nuxt applications to expose their functionality and data to AI models via the Model Context Protocol (MCP), allowing them to act as extensible AI agents.
Setup Requirements
- ⚠️Requires Node.js 18+ and pnpm 9.15.0+.
- ⚠️The `zod` package is a required peer dependency.
- ⚠️Not compatible with `nuxt generate` as it requires a running server.
- ⚠️Executing `pnpm run dev:prepare` is necessary to generate type stubs before the first run.
- ⚠️For full functionality of the documentation or playground apps, environment variables like `AI_GATEWAY_API_KEY` or `GITHUB_CLIENT_ID` might be required.