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-macos-dev-server
by aashnakunk
A Model Context Protocol (MCP) server providing AI assistants with structured access to macOS development environment, productivity tools, and Chrome browser history.
A Model Context Protocol (MCP) server providing AI assistants with structured access to macOS development environment, productivity tools, and Chrome browser history.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Specific macOS operating system is required for full functionality.
- ⚠️Google Chrome browser must be installed and used for browser tools.
- ⚠️Requires manual configuration of `MCP_ALLOWED_ROOTS` environment variable or `src/config.ts` to define accessible directories.
- ⚠️MCP client (e.g., Claude Desktop) requires specific configuration including an absolute path to the server's `dist/index.js`.
Verified SafeView Analysis
aws-sa-tools-mcp-server
by Havoc24k
A Model Context Protocol (MCP) server that provides tools to interact with AWS services and an optional vector store for document search, primarily designed for integration with Claude Desktop.
A Model Context Protocol (MCP) server that provides tools to interact with AWS services and an optional vector store for document search, primarily designed for integration with Claude Desktop.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Requires AWS credentials configured (typically in `~/.aws/credentials`) for AWS tools to function.
- ⚠️The optional Vector Store uses ChromaDB, which stores its data locally in `chroma_db/` and can consume significant disk space as documents are ingested.
Review RequiredView Analysis
flashduty-mcp-server
by flashcatcloud
The Flashduty MCP Server provides seamless integration with Flashduty APIs, enabling advanced incident management, automation of workflows, data extraction, and building AI-powered tools and applications.
The Flashduty MCP Server provides seamless integration with Flashduty APIs, enabling advanced incident management, automation of workflows, data extraction, and building AI-powered tools and applications.
Setup Requirements
- ⚠️Requires a Flashduty APP Key for API authentication.
- ⚠️Needs an MCP-compatible client (e.g., Cursor) to interact with the server.
- ⚠️For local deployment, requires Docker or a Go development environment for building from source.
Verified SafeView Analysis
cmcp
by mcpc-tech
A server for the Model Context Protocol (MCP) that acts as a proxy, enabling clients to dynamically register and execute tools in their local environment, not on the server.
A server for the Model Context Protocol (MCP) that acts as a proxy, enabling clients to dynamically register and execute tools in their local environment, not on the server.
Setup Requirements
- ⚠️Requires a Deno runtime environment for the server examples.
- ⚠️Client-side tools can run arbitrary code (e.g., eval, DOM manipulation, file access) in their environment, requiring careful security review of client-registered tools.
- ⚠️Default CORS settings in the example server (origin: '*') are insecure for production and must be configured for specific allowed origins.
Verified SafeView Analysis
dlt-mcp
by dlt-hub
The dlt-mcp server allows LLMs to retrieve up-to-date information about dlt pipelines, datasets, and schemas, enhancing the development experience in AI-enabled IDEs.
The dlt-mcp server allows LLMs to retrieve up-to-date information about dlt pipelines, datasets, and schemas, enhancing the development experience in AI-enabled IDEs.
Setup Requirements
- ⚠️Requires 'uv' package manager for installation and execution.
- ⚠️Requires existing dlt pipelines configured and accessible for tools to operate effectively.
- ⚠️The 'search' functionality (for docs and code) requires the 'dlt-mcp[search]' optional dependency, which installs substantial packages like chonkie and lancedb, and performs local data ingestion into a LanceDB instance on first use.
Review RequiredView Analysis
lenses-mcp
by lensesio
This MCP server provides a programmatic interface for LLMs to interact with Lenses, a DataOps tool for Apache Kafka, allowing management of Kafka topics, consumer groups, connectors, and execution of Lenses SQL queries.
This MCP server provides a programmatic interface for LLMs to interact with Lenses, a DataOps tool for Apache Kafka, allowing management of Kafka topics, consumer groups, connectors, and execution of Lenses SQL queries.
Setup Requirements
- ⚠️Requires Lenses v6+ installed and accessible.
- ⚠️Requires Python 3.12 and `uv` for dependency management.
- ⚠️Requires a Lenses API Key (`LENSES_API_KEY` environment variable).
- ⚠️Requires Lenses instance URL details (`LENSES_URL` environment variable).
Verified SafeView Analysis
planka
by mekoman
A self-hosted Kanban board application designed for project management and team collaboration, deployable on Kubernetes using Helm.
A self-hosted Kanban board application designed for project management and team collaboration, deployable on Kubernetes using Helm.
Setup Requirements
- ⚠️The default `session.secret` in `server/config/models.js` is hardcoded and publicly available; it must be manually changed to a strong, unique value for any production deployment.
- ⚠️Changing the PostgreSQL password after initial deployment requires deleting the Persistent Volume (PV) to avoid the previous password being ignored.
- ⚠️Requires Docker or a Kubernetes cluster with Helm for deployment, along with configuring database and application secrets.
Review RequiredView Analysis
Stochastic-Thinking-MCP-Server
by chirag127
Provides an AI assistant with advanced stochastic algorithms for probabilistic decision-making, helping to break out of 'local thinking' patterns.
Provides an AI assistant with advanced stochastic algorithms for probabilistic decision-making, helping to break out of 'local thinking' patterns.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
Verified SafeView Analysis
testrail-mcp-server
by skindyk
Seamless integration between MCP clients and TestRail API, enabling natural language interactions for test management operations.
Seamless integration between MCP clients and TestRail API, enabling natural language interactions for test management operations.
Setup Requirements
- ⚠️Requires an active TestRail account with API access and credentials (URL, Username, Password/API Key).
- ⚠️Requires Node.js version 18.0.0 or higher and TypeScript 5.0.0 or higher.
- ⚠️Care must be taken when providing file paths for attachment uploads, as the server can be tricked into uploading local server files to TestRail.
Review RequiredView Analysis
mcp-badge-creator
by jamesmontemagno
Create one-click install badges for Model Context Protocol (MCP) servers, VS Code extensions, various package managers, GitHub repositories, and personal profiles.
Create one-click install badges for Model Context Protocol (MCP) servers, VS Code extensions, various package managers, GitHub repositories, and personal profiles.
Setup Requirements
- ⚠️Node.js 18+ and npm/yarn are required for local development.
- ⚠️External API calls (VS Code Marketplace, some Package Registries, MCP Registry) may be subject to CORS restrictions or require proxy services, potentially impacting search functionality.
Verified SafeView Analysis
swagger2mcp
by tomer1983
Transforms OpenAPI/Swagger specifications into Model Context Protocol (MCP) servers, enabling secure and accurate LLM interaction with APIs.
Transforms OpenAPI/Swagger specifications into Model Context Protocol (MCP) servers, enabling secure and accurate LLM interaction with APIs.
Setup Requirements
- ⚠️Requires Docker & Docker Compose for the easiest setup.
- ⚠️Default `JWT_SECRET` and `ADMIN_PASSWORD` must be changed in production for security.
- ⚠️Microsoft OAuth requires Azure Portal app registration and specific environment variables.
- ⚠️CORS `ALLOWED_ORIGINS` needs to be restricted to trusted domains in production.
Verified SafeView Analysis
Sinawali-MCP-Server
by CSU-game-developers
Provides an API for an LLM-powered agent to manage a knowledge graph, primarily for text-based RPG scenarios, leveraging the Model-Context-Protocol.
Provides an API for an LLM-powered agent to manage a knowledge graph, primarily for text-based RPG scenarios, leveraging the Model-Context-Protocol.
Setup Requirements
- ⚠️Requires Groq API Key (Paid)
- ⚠️Requires Python 3.11 or higher
- ⚠️Requires `airbnb_mcp.json` to be present and correctly configured, which dictates an external `node` process/server (memorymesh) that must be available and runnable via a specific path (`d:\github\Sinawali-MCP-Server\memorymesh\dist\index.js`).