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_servers
by FractalizeR
Facilitate AI agents to interact with Yandex Wiki API for documentation, knowledge management, and content automation, allowing programmatic creation, modification, and retrieval of wiki pages and dynamic grids.
Facilitate AI agents to interact with Yandex Wiki API for documentation, knowledge management, and content automation, allowing programmatic creation, modification, and retrieval of wiki pages and dynamic grids.
Setup Requirements
- ⚠️Requires Node.js version 22.0.0 or higher.
- ⚠️Requires an OAuth token for Yandex Wiki API, set via the `YANDEX_WIKI_TOKEN` environment variable.
- ⚠️Requires an organization ID, set via either `YANDEX_ORG_ID` (for Yandex 360) or `YANDEX_CLOUD_ORG_ID` (for Yandex Cloud Organization) environment variable. Only one of these should be provided.
Verified SafeView Analysis
my-mcp-server
by sj0405-lee
A TypeScript boilerplate server implementing the Model Context Protocol (MCP) SDK, offering various tools like greeting, calculation, time, AI image generation, and a code review prompt, along with a server information resource.
A TypeScript boilerplate server implementing the Model Context Protocol (MCP) SDK, offering various tools like greeting, calculation, time, AI image generation, and a code review prompt, along with a server information resource.
Setup Requirements
- ⚠️Requires a Hugging Face API token (HF_TOKEN) for the 'generate-image' tool.
- ⚠️Requires Node.js (version 18 or higher recommended by dependencies).
- ⚠️Requires `npm install` and `npm run build` to compile TypeScript to JavaScript before execution.
Verified SafeView Analysis
MCPFileIO
by Sharadendu
A comprehensive Model Context Protocol (MCP) server designed for AI agents to perform file operations, compiler tasks, execute code, monitor logs, and manage processes on the host system.
A comprehensive Model Context Protocol (MCP) server designed for AI agents to perform file operations, compiler tasks, execute code, monitor logs, and manage processes on the host system.
Setup Requirements
- ⚠️Requires .NET 9.0 or later
- ⚠️Some tools are Windows-specific, limiting cross-platform functionality
Review RequiredView Analysis
epic-ehr-mcp-server-db
by pcjx8
Production-ready Model Context Protocol (MCP) server for Electronic Health Records with OAuth 2.0 authentication.
Production-ready Model Context Protocol (MCP) server for Electronic Health Records with OAuth 2.0 authentication.
Setup Requirements
- ⚠️Requires `oauth_clients_credentials.json` file to be present in the working directory for testing and deployment, containing plaintext client secrets. This file must be kept secure and never committed to version control.
- ⚠️The default `JWT_SECRET_KEY` must be changed in the `.env` file for production deployments. Failure to do so poses a critical security risk.
- ⚠️The server includes an authentication bypass for convenience if no access token is provided, which must be removed or properly secured for production use in an EHR context.
- ⚠️CORS is configured with `allow_origins=['*']` in the SSE server, requiring explicit tightening for production deployments.
Review RequiredView Analysis
nestjs-mcp
by hmake98
A NestJS library for integrating the Model Context Protocol (MCP) into applications, enabling decorator-based development of MCP servers that expose tools, resources, and prompts.
A NestJS library for integrating the Model Context Protocol (MCP) into applications, enabling decorator-based development of MCP servers that expose tools, resources, and prompts.
Setup Requirements
- ⚠️Requires NestJS v10.0.0+, `reflect-metadata`, and `rxjs` as peer dependencies.
- ⚠️Optional transport dependencies (`ws`, `ioredis`, `@grpc/grpc-js`, `@grpc/proto-loader`) must be installed manually for specific transports (WebSocket, Redis, gRPC) due to lazy loading.
- ⚠️When using the `rootPath: true` option to place MCP endpoints at the root level, the NestJS `app.setGlobalPrefix()` must be configured with an `exclude: ['/mcp(.*)']` pattern.
Verified SafeView Analysis
nangiyala-mcp-community-assistant
by EiriniOr
Exposes fictional municipal policy documents via Model Context Protocol (MCP) for AI assistants to list, search, and retrieve programmatically.
Exposes fictional municipal policy documents via Model Context Protocol (MCP) for AI assistants to list, search, and retrieve programmatically.
Setup Requirements
- ⚠️Requires Python 3.11+
- ⚠️Requires local 'policies.json' file in the same directory as server.py
Verified SafeView Analysis
mcp-servers
by suparngp
Provides indexed documentation search capabilities for coding agents, enabling natural language queries over API references, SDKs, and technical guides.
Provides indexed documentation search capabilities for coding agents, enabling natural language queries over API references, SDKs, and technical guides.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid) for embeddings and other LLM interactions.
- ⚠️Requires Docker for running the local ChromaDB vector store (or an external ChromaDB instance).
- ⚠️Requires Python 3.9+ (preferably 3.13) and Playwright browser dependencies for crawling, managed via a virtual environment setup script.
Review RequiredView Analysis
titan-mcp-server
by markgromer
A Node.js server built to interact with the Model Context Protocol (MCP) for defining, validating, and serving data models, likely acting as an API layer for AI/ML contexts.
A Node.js server built to interact with the Model Context Protocol (MCP) for defining, validating, and serving data models, likely acting as an API layer for AI/ML contexts.
Setup Requirements
- ⚠️Requires Node.js runtime environment (version >=18 as per SDK dependencies).
- ⚠️A .env file is likely needed for configuration, including potential Model Context Protocol API keys or endpoints.
- ⚠️Requires interaction with an external Model Context Protocol service.
Verified SafeView Analysis
minesweeper-mcp-server
by CODGODMW
Provides a Model Context Protocol server that allows an agent to play Minesweeper by interacting with a local game server.
Provides a Model Context Protocol server that allows an agent to play Minesweeper by interacting with a local game server.
Setup Requirements
- ⚠️Requires a separate Minesweeper game server to be running on http://localhost:5000.
- ⚠️Requires Node.js and npm to run from source.
Verified SafeView Analysis
select_test_mcp
by jadragfly
Collects, stores, and manages Web test operation reports via WebSocket and MCP protocol interfaces for local development and testing.
Collects, stores, and manages Web test operation reports via WebSocket and MCP protocol interfaces for local development and testing.
Setup Requirements
- ⚠️Reports are stored in memory and will be lost after service restart.
- ⚠️Requires Node.js 12.0 or higher.
- ⚠️The 'ws' package is listed as a dev dependency in 'package.json' but is critical for runtime operation; it might be necessary to ensure dev dependencies are installed or move 'ws' to 'dependencies'.
Verified SafeView Analysis
linear-lite-mcp
by radish2951
Provides a lightweight Model Context Protocol (MCP) server on Cloudflare Workers for interacting with Linear's issue tracking and document management features.
Provides a lightweight Model Context Protocol (MCP) server on Cloudflare Workers for interacting with Linear's issue tracking and document management features.
Setup Requirements
- ⚠️Requires manual creation and configuration of a Linear OAuth Application (Client ID, Client Secret).
- ⚠️Requires 4 environment variables/secrets (`LINEAR_OAUTH_CLIENT_ID`, `LINEAR_OAUTH_CLIENT_SECRET`, `COOKIE_ENCRYPTION_KEY`, `MCP_API_KEY_SECRET`) to be configured.
- ⚠️Requires Cloudflare Workers infrastructure for full deployment, including KV Namespace and Durable Object bindings.
- ⚠️Uses pnpm as the package manager, not npm.
Verified SafeView Analysis
mcp-hyperautomation
by pr0xc3nt4ur1
The Hyperautomation MCP Server bridges LLM clients and HA workflows for dynamic security orchestration through natural language interactions in a SOAR-like fashion.
The Hyperautomation MCP Server bridges LLM clients and HA workflows for dynamic security orchestration through natural language interactions in a SOAR-like fashion.
Setup Requirements
- ⚠️Requires a Google Cloud Project with BigQuery API enabled, a specific dataset, and a table with a predefined schema.
- ⚠️Requires a Google Service Account JSON key file for BigQuery access with appropriate roles, and its path must be securely configured via environment variables.
- ⚠️Relies on pre-configured webhook endpoints for each HyperAutomation Agent, requiring setup within an external SentinelOne HyperAutomation platform.