🔐 Okunoin API Keys

AEHQ MCP Server Authentication

Sign In Required

Authenticate with your AEHQ Microsoft account to manage API keys.

How to Connect Claude

After creating an API key, add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "okunoin": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://okunoin.aehq.org/sse",
        "--header",
        "X-API-Key:YOUR_API_KEY_HERE"
      ]
    }
  }
}

Config file locations:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json