pdns-mcp-server

bblrlo/pdns-mcp-server
★ 0 stars Python API Integration Updated 1d ago
PowerDNS MCP server
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install pdns-mcp-server

README Excerpt

MCP-сервер для управления DNS записями PowerDNS через API PowerDNS-Admin. ``` src/pdns_mcp_server/ config.py — PdnsConfig: чтение конфигурации из переменных окружения client.py — PdnsClient: async HTTP-клиент для PowerDNS-Admin API tools.py — create_app(): регистрация MCP инструментов main.py — точка входа, запуск streamable-http сервера

Tools (10)

PDNS_ADMIN_URLPDNS_API_KEYPDNS_PORTPDNS_SERVER_IDcreate_recorddelete_recordget_zonelist_zoneslocalhostupdate_record