nextdns-mcp

dmeiser/nextdns-mcp
★ 2 stars Python 🔌 API Integration Updated 7d ago
A Model Context Protocol (MCP) server for the NextDNS API, built with FastMCP and generated from OpenAPI specifications.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nextdns-mcp": {
      "command": "uvx",
      "args": [
        "nextdns-mcp"
      ]
    }
  }
}

Or install with pip: pip install nextdns-mcp