AXIS-MCP-Server

kotyzap/AXIS-MCP-Server
★ 0 stars TypeScript AI/LLM Updated 4d ago
📷 The first on-camera Model Context Protocol server for AXIS cameras. One .eap opens the camera to Claude, Gemini, ChatGPT and Perplexity 🤖 — no cloud ☁️, no middleware. Zero hops. Zero cloud. ⚡
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "axis-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "kotyzap/AXIS-MCP-Server"
      ]
    }
  }
}