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)
napi
by HoweChen
Provides a Model Context Protocol (MCP) server to allow AI assistants to query API documentation stored in the NAPI database.
Provides a Model Context Protocol (MCP) server to allow AI assistants to query API documentation stored in the NAPI database.
Setup Requirements
- ⚠️Requires Bun runtime environment.
- ⚠️The main Next.js API documentation application must be running separately (e.g., 'bun dev') for the MCP server to function.
- ⚠️Requires initial database setup and migration ('bun run db:init').
Verified SafeView Analysis
remote-mcp-server
by Jammy2005
This server provides a remote Model Context Protocol (MCP) endpoint on Cloudflare Workers, demonstrating how to integrate custom tools with AI agents (like Claude) and manage OAuth-based authentication.
This server provides a remote Model Context Protocol (MCP) endpoint on Cloudflare Workers, demonstrating how to integrate custom tools with AI agents (like Claude) and manage OAuth-based authentication.
Setup Requirements
- ⚠️Requires Cloudflare Wrangler CLI for deployment and local development setup within the Cloudflare ecosystem.
- ⚠️Deployment requires creating a Cloudflare KV namespace (`OAUTH_KV`) and manually updating the `wrangler.jsonc` configuration (not provided).
- ⚠️The OAuth login system is a mock implementation; any email and password will be accepted for authorization purposes, suitable only for development and demonstration.
Verified SafeView Analysis
victualia-mcp
by dagnele
An MCP (Model Context Protocol) server that dynamically exposes Victualia API endpoints as tools for AI assistants to manage home inventory, recipes, meal plans, and more.
An MCP (Model Context Protocol) server that dynamically exposes Victualia API endpoints as tools for AI assistants to manage home inventory, recipes, meal plans, and more.
Setup Requirements
- ⚠️Victualia Premium account required for API access (€9.99/month)
- ⚠️VICTUALIA_API_KEY environment variable is required
Verified SafeView Analysis
nautobot_mcp_server
by bsmeding
A server component for Nautobot, designed to provide an API or background service for specific 'Master Control Program' or 'Management/Control Plane' functionalities within the Nautobot ecosystem.
A server component for Nautobot, designed to provide an API or background service for specific 'Master Control Program' or 'Management/Control Plane' functionalities within the Nautobot ecosystem.
Setup Requirements
- ⚠️Requires Python 3.8+ (common for Nautobot components)
- ⚠️Requires `pip` and a virtual environment for dependency management
- ⚠️Assumes an existing Nautobot instance is running and accessible
Review RequiredView Analysis
jira-mcp
by longmaba
Provides JIRA integration for AI assistants, enabling them to search, view, create, and update JIRA issues using natural language.
Provides JIRA integration for AI assistants, enabling them to search, view, create, and update JIRA issues using natural language.
Setup Requirements
- ⚠️Requires JIRA_URL, JIRA_EMAIL, and JIRA_API_TOKEN environment variables.
- ⚠️Obtaining a JIRA API token requires specific steps in Atlassian account settings.
- ⚠️Requires Node.js version 20 or higher due to 'jira.js' dependency requirements.
Verified SafeView Analysis
Wayfaerer
by AdrielC
An OTP-first MCP server for car-buying tools, providing robust job orchestration, retries, rate limiting, and idempotency for external integrations.
An OTP-first MCP server for car-buying tools, providing robust job orchestration, retries, rate limiting, and idempotency for external integrations.
Setup Requirements
- ⚠️Elixir runtime and `mix` build tool required.
- ⚠️Relies on standard input/output (stdio) for communication, which might require specific client integration.
Verified SafeView Analysis
phony
by sackio
Enables AI assistants to initiate and manage real-time voice calls and SMS messaging using Twilio and OpenAI.
Enables AI assistants to initiate and manage real-time voice calls and SMS messaging using Twilio and OpenAI.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid service, charged per second of audio and per token for tools)
- ⚠️Requires Twilio account (Paid service, charged per minute for calls and per message for SMS)
- ⚠️Requires a Public URL with Nginx (or similar) reverse proxy for Twilio webhooks, which adds setup complexity and security considerations.
- ⚠️MongoDB is required for persistent storage of call transcripts and SMS messages.
Review RequiredView Analysis
mssql-mcp-server
by sugiruu
Provides a simple MCP server with tools to execute queries and retrieve metadata from an MSSQL database.
Provides a simple MCP server with tools to execute queries and retrieve metadata from an MSSQL database.
Setup Requirements
- ⚠️Requires platform-specific database drivers: Microsoft ODBC Driver for SQL Server (Windows) or FreeTDS (macOS/Linux) in addition to Python packages.
- ⚠️Requires network access to a Microsoft SQL Server instance, which must be externally provided and configured.
- ⚠️Requires configuration of database connection details (server, user, password, or authentication mode) via environment variables or a '.env' file.
Review RequiredView Analysis
go-docker-images-mcp
by takanoriyanagitani
Provides a Micro-Context Protocol (MCP) server to list and filter Docker images.
Provides a Micro-Context Protocol (MCP) server to list and filter Docker images.
Setup Requirements
- ⚠️Requires a running Docker daemon accessible via its Unix socket or specified host.
- ⚠️Requires appropriate permissions to access the Docker daemon socket (e.g., user in 'docker' group or root).
- ⚠️Requires a Go development environment to build and run from source.
Verified SafeView Analysis
coduck
by t3ta
Orchestrates Codex jobs in isolated Git worktrees, integrated with Claude Code via the Model Context Protocol (MCP) server for automated code generation, review, and deployment.
Orchestrates Codex jobs in isolated Git worktrees, integrated with Claude Code via the Model Context Protocol (MCP) server for automated code generation, review, and deployment.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Requires Codex CLI (`codex`) to be installed and accessible on PATH (or configured via `CODEX_CLI_PATH`)
- ⚠️Requires Git to be installed and accessible on PATH (or configured via `GIT_PATH`)
- ⚠️Manual configuration required in `~/.claude.json` with absolute paths for MCP server integration
- ⚠️No Docker or containerization setup provided; manual Node.js/Git environment management is needed
Verified SafeView Analysis
mcp-servers
by joecwales-outlawmindai
Provides server implementations primarily for Minecraft-related development and modding activities.
Provides server implementations primarily for Minecraft-related development and modding activities.
Review RequiredView Analysis
hf-dataset-mcp
by cfahlgren1
Access and query Hugging Face datasets programmatically for AI and machine learning workflows.
Access and query Hugging Face datasets programmatically for AI and machine learning workflows.
Setup Requirements
- ⚠️Requires Node.js runtime environment.
- ⚠️Hugging Face API token (HF_TOKEN) is required for private or gated datasets.