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-server-connect
by Areeshsheikh
The provided source code serves as a static biographical document detailing the life and legacy of Muhammad Ali Jinnah.
The provided source code serves as a static biographical document detailing the life and legacy of Muhammad Ali Jinnah.
Verified SafeView Analysis
resume-mcp
by bhishman-desai
A Model Context Protocol (MCP) server for managing and versioning resume data stored in a PostgreSQL database, with robust validation and safety features.
A Model Context Protocol (MCP) server for managing and versioning resume data stored in a PostgreSQL database, with robust validation and safety features.
Setup Requirements
- ⚠️Requires a PostgreSQL database connection (e.g., via DATABASE_URL or individual DB_HOST/PORT/NAME/USER/PASSWORD environment variables).
- ⚠️An API_KEY environment variable must be set for all write and restore operations (update_resume, patch_resume, restore_version).
Verified SafeView Analysis
ionix-mcp-server
by Cyberpion-Github
The server provides an MCP interface for Claude Desktop and other clients to query IONIX API for asset information, security findings, assessments, and remediation items.
The server provides an MCP interface for Claude Desktop and other clients to query IONIX API for asset information, security findings, assessments, and remediation items.
Setup Requirements
- ⚠️Requires Claude Desktop or another compatible Model Context Protocol (MCP) client for full integration.
- ⚠️Requires an active IONIX API Key and Account Name, which implies an existing IONIX account (likely a paid service). API keys have expiry dates that must be managed.
- ⚠️Requires the 'uv' package manager for installation as per the official usage instructions.
Verified SafeView Analysis
mach3ui-mcp
by mach3builders
Provides structured access to Mach3UI component documentation, code snippets, and design tokens for AI assistants via the Model Context Protocol (MCP).
Provides structured access to Mach3UI component documentation, code snippets, and design tokens for AI assistants via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Node.js 18+ runtime
- ⚠️Requires an AI assistant or tool that supports the Model Context Protocol (MCP) to be functional
Verified SafeView Analysis
mcp-skills-server
by tomoharu-hayashi
The MCP Brain Server acts as a long-term memory and knowledge base for AI agents, allowing them to learn from past experiences, store new knowledge, and retrieve relevant information via semantic search, mimicking human learning processes.
The MCP Brain Server acts as a long-term memory and knowledge base for AI agents, allowing them to learn from past experiences, store new knowledge, and retrieve relevant information via semantic search, mimicking human learning processes.
Setup Requirements
- ⚠️Requires Python 3.13.
- ⚠️Requires Git installed and configured (the knowledge directory must be a Git repository with an 'origin' remote).
- ⚠️Interactive UI elements (confirmation dialogs, sounds, VS Code integration for editing) are primarily designed for macOS.
Verified SafeView Analysis
mcp-server
by asiyakhan990
The server implements or proxies the Minecraft Protocol, enabling custom multiplayer game experiences or integrations.
The server implements or proxies the Minecraft Protocol, enabling custom multiplayer game experiences or integrations.
Setup Requirements
- ⚠️Requires a specific runtime environment (e.g., Node.js, Python, Java) depending on its implementation.
- ⚠️Requires specific network ports to be open and configured for external access.
Review RequiredView Analysis
sum-mcp-server
by vthapar
Manages multiple Kubernetes clusters by providing generic and specialized operations (like ServiceExports) via a JSON-RPC 2.0 interface over stdio or HTTP.
Manages multiple Kubernetes clusters by providing generic and specialized operations (like ServiceExports) via a JSON-RPC 2.0 interface over stdio or HTTP.
Setup Requirements
- ⚠️Requires Go 1.21 or later to build.
- ⚠️Requires access to one or more Kubernetes clusters with valid kubeconfig files.
- ⚠️Needs a `config.yaml` file explicitly defining cluster configurations.
Verified SafeView Analysis
k8s-mcp-server
by sumeetbansaloo7
An initial Python project possibly intended for Kubernetes multi-cluster management, currently serving as a minimal placeholder.
An initial Python project possibly intended for Kubernetes multi-cluster management, currently serving as a minimal placeholder.
Setup Requirements
- ⚠️Requires Python 3.13 or newer
Verified SafeView Analysis
my-mcp-server
by JAYKIM501
A boilerplate TypeScript Model Context Protocol (MCP) server providing various tools (calculator, greeting, real-time clock, image generation, code review prompt) and resources (server information) for integration with MCP-compatible clients.
A boilerplate TypeScript Model Context Protocol (MCP) server providing various tools (calculator, greeting, real-time clock, image generation, code review prompt) and resources (server information) for integration with MCP-compatible clients.
Setup Requirements
- ⚠️Requires Node.js (version >=18 based on package.json engines and tsconfig.json target ES2022).
- ⚠️A Hugging Face API Token (via `HF_TOKEN` environment variable or `huggingFaceToken` config) is required for the image generation feature, which may incur external API costs.
- ⚠️The recommended build process relies on `@smithery/cli` (`npx smithery build`), adding a specific CLI tool dependency to the development workflow.
Verified SafeView Analysis
databricks-docs-mcp
by yang0733
Provides AI assistants with semantic search access to Databricks documentation via the Model Context Protocol (MCP).
Provides AI assistants with semantic search access to Databricks documentation via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.12 or higher.
- ⚠️Initial setup (crawl and embedding generation) takes 15-22 minutes.
- ⚠️Requires manual configuration in AI IDE settings (e.g., ~/.cursor/mcp.json or ~/Library/Application Support/Claude/claude_desktop_config.json).
Verified SafeView Analysis
agent-mcp
by tgrunnagle
Provides a flexible, production-ready AI agent server with conversation context management via an MCP (Model Context Protocol) server.
Provides a flexible, production-ready AI agent server with conversation context management via an MCP (Model Context Protocol) server.
Setup Requirements
- ⚠️Requires API key for a supported LLM provider (e.g., OpenAI, Anthropic, Google) which incurs costs.
- ⚠️Requires Docker for containerized deployment or Python 3.13+ and 'uv' for local execution.
- ⚠️Relies on in-memory conversation context, which means state is lost if the server restarts (future enhancement mentions Redis).
Verified SafeView Analysis
mcp-go-github
by scopweb
A Go-based MCP server that connects GitHub to Claude Desktop, enabling direct local Git and GitHub API repository operations from Claude's interface.
A Go-based MCP server that connects GitHub to Claude Desktop, enabling direct local Git and GitHub API repository operations from Claude's interface.
Setup Requirements
- ⚠️Requires Go 1.24.0 or superior to compile and run.
- ⚠️Requires Git CLI installed locally for '0-token' local Git operations (recommended).
- ⚠️Requires a GitHub Personal Access Token with 'repo' scope (minimum) for GitHub API operations and dashboard tools.
- ⚠️Windows users may need PowerShell for batch scripts.