nina_mcp_server

michelebergo/nina_mcp_server
★ 0 stars Python 🔌 API Integration Updated today
MCP server to interface with NINA via advanced API
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": {
    "nina_mcp_server": {
      "command": "uvx",
      "args": [
        "nina-mcp-server"
      ]
    }
  }
}

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