Back to directory
padev1/nina-advanced-api-mcp

padev1/nina-advanced-api-mcp

@PaDev1

Interface for AI agents to use your astrophotography setup using N.I.N.A advanced api

astronomyastrophotographyninamcpcamera-controltelescopeequipment-automationautomation

Installation & Configuration

{
  "mcpServers": {
    "nina_advanced_mcp_api": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "fastmcp,fastapi,uvicorn,pydantic,aiohttp,requests,python-dotenv",
        "fastmcp",
        "run",
        "path/nina_advanced_mcp.py"
      ],
      "env": {
        "NINA_HOST": "NINA_IP",
        "NINA_PORT": "1888",
        "LOG_LEVEL": "INFO",
        "IMAGE_SAVE_DIR": "~/Desktop/NINA_Images"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17