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-node
by haj58326-code
Provides a Model Context Protocol (MCP) server that exposes various tools and resources for AI models to interact with.
Provides a Model Context Protocol (MCP) server that exposes various tools and resources for AI models to interact with.
Setup Requirements
- ⚠️Requires Node.js version 22 or higher.
- ⚠️The `TOKEN` environment variable is mandatory for enabling authentication and should be kept secret.
- ⚠️If running with Docker, the image must be built first using `docker build -t mcp-server-node .`.
Verified SafeView Analysis
mcp
by dootask
Expose DooTask workspace functionalities as a remote HTTP service for AI clients (like Claude) using the Model Context Protocol (MCP).
Expose DooTask workspace functionalities as a remote HTTP service for AI clients (like Claude) using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Primarily designed for deployment within the DooTask plugin platform; local Docker setup is for development only.
- ⚠️Requires integration with the DooTask API via the `@dootask/tools` SDK for user authentication and access to workspace data.
- ⚠️A DooTask account with appropriate permissions is necessary for generating and using API tokens.
Verified SafeView Analysis
Samsung-SmartThings-MCP
by bjornhovd
Control and query SmartThings devices via a Model Context Protocol (MCP) server.
Control and query SmartThings devices via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires SmartThings Personal Access Token (PAT) with specific scopes (devices:read/execute, locations:read)
- ⚠️Docker is the recommended and primary deployment method
- ⚠️Specific Claude Desktop configuration required to integrate the MCP server
- ⚠️Python 3.8+ and dependencies from `requirements.txt` are needed for local development
Verified SafeView Analysis
vscode-automation-mcp
by Sukarth
Automating VSCode for AI agents to interact with UI, execute commands, inspect DOM, and perform complex automation workflows.
Automating VSCode for AI agents to interact with UI, execute commands, inspect DOM, and perform complex automation workflows.
Setup Requirements
- ⚠️Node.js >= 20.0.0 is required.
- ⚠️Initial setup requires an internet connection to download a standalone VSCode instance and matching ChromeDriver.
- ⚠️Requires a graphical display environment (or a virtual display like Xvfb on headless Linux systems).
Verified SafeView Analysis
MonkeyApp
by Shawn-Broadhead-Scorpion
A console application designed for managing monkey species data and integrating with GitHub through an MCP server.
A console application designed for managing monkey species data and integrating with GitHub through an MCP server.
Setup Requirements
- ⚠️.NET 9 SDK required
- ⚠️GitHub account/token likely required for integration
Review RequiredView Analysis
Productive-Simple-MCP
by druellan
Integrate Productive.io into AI workflows by providing LLM-optimized read-only access to projects, tasks, pages, comments, and team members.
Integrate Productive.io into AI workflows by providing LLM-optimized read-only access to projects, tasks, pages, comments, and team members.
Setup Requirements
- ⚠️Requires Python 3.10+ (as per pyproject.toml)
- ⚠️Requires a Productive API key (paid service)
- ⚠️Requires a Productive organization ID
Verified SafeView Analysis
mcp-explore
by AteetAgarwal
A Streamlit chat application integrating multiple MCP servers (local and remote) to orchestrate LLM tool calls.
A Streamlit chat application integrating multiple MCP servers (local and remote) to orchestrate LLM tool calls.
Setup Requirements
- ⚠️Requires 'uv' for dependency management and running the application.
- ⚠️Requires Python 3.13+ for the client and `expense-tracker-mcp-server`.
- ⚠️Requires an Azure OpenAI API Key and Endpoint (paid service) for the GPT-4o-mini model.
- ⚠️The 'expense' MCP server is configured to connect to a specific remote FastMCP Cloud instance (https://ateet-blush-marten.fastmcp.app/mcp), which may not be generally available or stable for prolonged use.
Verified SafeView Analysis
bioinformatics-mcp-demos
by yyualvin
Demonstrates or provides a server using the Microservice Communication Protocol (MCP) within bioinformatics applications.
Demonstrates or provides a server using the Microservice Communication Protocol (MCP) within bioinformatics applications.
Review RequiredView Analysis
remote-mcp-server-authless
by ahump20
Deploys an unauthenticated Model Context Protocol (MCP) server to Cloudflare Workers, providing a calculator agent and a file reading tool for AI clients.
Deploys an unauthenticated Model Context Protocol (MCP) server to Cloudflare Workers, providing a calculator agent and a file reading tool for AI clients.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires Cloudflare Wrangler CLI for local development and deployment.
- ⚠️Requires a compatible Model Context Protocol (MCP) client (e.g., Cloudflare AI Playground, Claude Desktop with mcp-remote proxy) for interaction.
Review RequiredView Analysis
mcp-gateway
by Cronos402
Acts as an x402 monetization wrapper and proxy for existing Micro-Credential Protocol (MCP) servers, enabling payment-gated access and management capabilities.
Acts as an x402 monetization wrapper and proxy for existing Micro-Credential Protocol (MCP) servers, enabling payment-gated access and management capabilities.
Setup Requirements
- ⚠️Requires Upstash Redis credentials (UPSTASH_REDIS_REST_URL, UPSTASH_REDIS_REST_TOKEN) configured as environment variables.
- ⚠️Requires an upstream MCP server to be registered via the `/register` endpoint for its core proxying functionality to be useful.
Review RequiredView Analysis
claude-code-mcp-bridge
by MagicTurtle-s
Bridge Claude Desktop to Claude Code CLI for enhanced orchestration and domain-specific MCP tool delegation.
Bridge Claude Desktop to Claude Code CLI for enhanced orchestration and domain-specific MCP tool delegation.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Requires Claude Code CLI installed and authenticated (`claude --print 'test'` or `/mcp` command)
- ⚠️Requires Claude Desktop installed and configured with the bridge MCP server. Manual configuration of `claude_desktop_config.json` is needed, including full paths to the bridge's build output and optionally the Claude Code CLI executable.
- ⚠️Initial setup for session-based MCPs (like Asana, HubSpot) requires a browser OAuth flow, which the bridge will attempt to auto-open. Authentication state persists across Desktop restarts but requires re-authentication if refresh tokens expire (days/weeks).
Verified SafeView Analysis
mcp-demo
by alepoblador
An AI-powered recruiting assistant that automates fetching applications, evaluating them against job descriptions, drafting emails, and updating a tracker spreadsheet.
An AI-powered recruiting assistant that automates fetching applications, evaluating them against job descriptions, drafting emails, and updating a tracker spreadsheet.
Setup Requirements
- ⚠️Requires a Google Service Account configured with 'credentials.json' containing appropriate permissions for Google Forms (read) and Google Sheets (read/write).
- ⚠️Requires the Google Forms API and Google Sheets API to be enabled in your Google Cloud Project.
- ⚠️The application_form_id, sheet_id, and various question IDs for the Google Form are hardcoded in the script and must match your actual Google Form and Sheet setup.