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)
session-buddy
by lesleslie
The MCP server provides comprehensive session management, conversation memory, quality monitoring, and developer tooling integration for Claude Code projects, aiming to reduce token usage and enhance development workflows. It integrates with various LLM providers, Git worktrees, and code quality tools like Crackerjack.
The MCP server provides comprehensive session management, conversation memory, quality monitoring, and developer tooling integration for Claude Code projects, aiming to reduce token usage and enhance development workflows. It integrates with various LLM providers, Git worktrees, and code quality tools like Crackerjack.
Setup Requirements
- ⚠️Requires `uv` for Python package management. Users may need to install `uv` and run `uv sync --extra embeddings` for full functionality.
- ⚠️Full LLM-powered features (e.g., entity extraction, AI agent recommendations) require API keys for cloud providers (e.g., `OPENAI_API_KEY`, `ANTHROPIC_API_KEY`, `GEMINI_API_KEY`/`GOOGLE_API_KEY`) or a locally running Ollama server (`OLLAMA_BASE_URL`). These can incur costs.
- ⚠️Crackerjack integration requires the `crackerjack` Python package to be installed.
- ⚠️Uses embedded `DuckDB` for reflection and knowledge graph databases.
- ⚠️Optional serverless mode features require `redis` and `boto3` dependencies.
Verified SafeView Analysis
mcp_troubleshooter
by tblakex01
A Model Context Protocol (MCP) server that provides comprehensive system troubleshooting and diagnostic tools for developers and system administrators, enabling LLMs to diagnose system issues, monitor resources, check logs, and test connectivity.
A Model Context Protocol (MCP) server that provides comprehensive system troubleshooting and diagnostic tools for developers and system administrators, enabling LLMs to diagnose system issues, monitor resources, check logs, and test connectivity.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires manual configuration of an absolute path in the Claude Desktop `claude_desktop_config.json` file.
- ⚠️System calls via `psutil` or `subprocess` may require appropriate user permissions on the host system.
Verified SafeView Analysis
void-mcp-server
by EdibleTuber
Provides a secure, sandboxed filesystem server for AI agents via the Model Context Protocol (MCP), enabling file and directory operations within a defined project root.
Provides a secure, sandboxed filesystem server for AI agents via the Model Context Protocol (MCP), enabling file and directory operations within a defined project root.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️A known issue in Void Editor may restrict MCP servers to Void's installation directory, requiring project relocation or a workaround for 'allowed_root'.
- ⚠️Requires absolute paths for the Python executable and server script in Void Editor configuration.
Verified SafeView Analysis
airtop-mcp
by alecf
Provides a Model Context Protocol (MCP) server to integrate AI agents with Airtop's browser automation and AI query services.
Provides a Model Context Protocol (MCP) server to integrate AI agents with Airtop's browser automation and AI query services.
Setup Requirements
- ⚠️Requires Airtop API Key (AIRTOP_API_KEY environment variable).
- ⚠️Requires Node.js (version 18 or higher based on dependencies).
- ⚠️Uses port 3456 by default, which might conflict with other services (configurable via PORT environment variable).
Verified SafeView Analysis
dns-mcp-server
by GitHub30
Provides DNS lookup capabilities as a Model Context Protocol (MCP) server.
Provides DNS lookup capabilities as a Model Context Protocol (MCP) server.
Verified SafeView Analysis
Jira-MCP-Server
by dongitran
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
Provides an AI-callable interface (via Model Context Protocol) to manage Jira tasks, sprints, comments, and team workload using OAuth authentication.
Setup Requirements
- ⚠️Requires obtaining OAuth 2.0 (3LO) credentials (client ID, client secret, access token, refresh token, cloud ID) from Atlassian, which can be a multi-step process or use a helper tool.
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Needs specific JSON configuration within the user's IDE (e.g., Claude Desktop, Cursor, VS Code) to define the MCP server and pass credentials.
Verified SafeView Analysis
serial-port
by Panduza
Controls and monitors serial port-connected power supplies via MQTT or Model Context Protocol (MCP) interfaces, with an optional Terminal User Interface.
Controls and monitors serial port-connected power supplies via MQTT or Model Context Protocol (MCP) interfaces, with an optional Terminal User Interface.
Setup Requirements
- ⚠️Requires Rust toolchain and Cargo for building and running.
- ⚠️Requires appropriate system permissions for serial port access.
- ⚠️The `pza-toolkit` dependency is pulled from a GitHub 'main' branch, which may indicate instability or breaking changes.
- ⚠️Configuration file `pza-serial-port.json5` must be manually adjusted for specific serial port parameters (e.g., baud rate, USB VID/PID).
Verified SafeView Analysis
ibm-salesforce-context
by trevSmart
This server provides a Model Context Protocol (MCP) interface to Salesforce organizations, enabling AI agents to interact with Salesforce data and metadata through a suite of specialized tools for development, administration, and data management tasks.
This server provides a Model Context Protocol (MCP) interface to Salesforce organizations, enabling AI agents to interact with Salesforce data and metadata through a suite of specialized tools for development, administration, and data management tasks.
Setup Requirements
- ⚠️Requires Salesforce CLI to be installed and logged into a target org.
- ⚠️Requires Playwright Chromium browser to be installed for `get_setup_audit_trail` tool (can be installed automatically on first use, adding initial download/setup time).
- ⚠️Relies on specific environment variables (e.g., GITHUB_TOKEN, PASSWORD) for certain features and server security.
Verified SafeView Analysis
poly-iac-mcp
by hyperpolymath
A unified Model Context Protocol (MCP) server for Infrastructure as Code (IaC) management, allowing AI assistants to plan, apply, and manage infrastructure using Terraform/OpenTofu and Pulumi.
A unified Model Context Protocol (MCP) server for Infrastructure as Code (IaC) management, allowing AI assistants to plan, apply, and manage infrastructure using Terraform/OpenTofu and Pulumi.
Setup Requirements
- ⚠️Requires Deno runtime installed.
- ⚠️Requires OpenTofu or Terraform CLI installed and accessible in the system's PATH for Terraform tools.
- ⚠️Requires Pulumi CLI installed and accessible in the system's PATH for Pulumi tools.
Verified SafeView Analysis
mcp-poc
by lucasmangelo2
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
A self-contained .NET Model Context Protocol (MCP) server for local development and NuGet publication, offering tools for calculations, CEP lookups, random number generation, and history tracking, integrated with AI assistants like Copilot.
Setup Requirements
- ⚠️Requires an IDE (VS Code or Visual Studio) with Model Context Protocol (MCP) server support, which is currently in an early preview stage.
- ⚠️If using the NuGet package, the specific package ID and version must be manually configured in the `.mcp.json` file.
Verified SafeView Analysis
codex-mcp-server
by directive-reticule640
Integrates OpenAI's Codex CLI with Model Context Protocol (MCP) clients to enable AI-powered code analysis, generation, and brainstorming directly within development environments.
Integrates OpenAI's Codex CLI with Model Context Protocol (MCP) clients to enable AI-powered code analysis, generation, and brainstorming directly within development environments.
Setup Requirements
- ⚠️Requires Codex CLI (from OpenAI) installed and authenticated on your system.
- ⚠️Requires a paid OpenAI API key or ChatGPT subscription for Codex CLI functionality.
- ⚠️Requires Node.js v18.0.0 or higher.
Verified SafeView Analysis
mcp-registry
by TeamSparkAI
A comprehensive Model Context Protocol (MCP) server catalog, discovery platform, and validation tool, enabling developers and AI practitioners to find, evaluate, and integrate MCP servers with schema validation and linting.
A comprehensive Model Context Protocol (MCP) server catalog, discovery platform, and validation tool, enabling developers and AI practitioners to find, evaluate, and integrate MCP servers with schema validation and linting.
Setup Requirements
- ⚠️Requires Node.js 18+ and pnpm 10+
- ⚠️For local development, manual `.env.local` configuration is needed for `NEXT_PUBLIC_REGISTRY_URL` to test against local API server instead of the default external registry.
- ⚠️Relies on `public/server-registry.json` which is generated by a daily GitHub Action or can be downloaded manually via `pnpm registry:download`.