DEVELOPMENT DOCUMENTATION
igloo
Get API Key
Docs / igloohome / MCP Server

igloohome MCP Server

Give AI agents secure access to your igloohome residential devices using OAuth-secured MCP server adapters.

OAuth Configuration

The igloohome MCP server authenticates and authorizes lock commands using standard OAuth 2.0. Generate a client credential pair in your portal under Settings → Developer Credentials.

Claude Desktop Integration

Add this server config block to your desktop client config file:

{
  "mcpServers": {
    "igloo-home": {
      "command": "npx",
      "args": ["-y", "@igloo/home-mcp"],
      "env": {
        "IGLOO_HOME_CLIENT_ID": "client_home_123",
        "IGLOO_HOME_CLIENT_SECRET": "secret_home_456"
      }
    }
  }
}