This guide will help you to connect your AI tool to the Domotz MCP Server.
Server’s Specs:
Server URL: https://mcp.ov.domotz.app/mcp
Server name: domotz-prod
Transport: HTTP (remote — no local installation required)
Claude.ai
Claude.ai supports remote MCP servers through the Integrations settings.
1. Go to https://claude.ai and sign in
2. Click your profile icon → Settings
3. Navigate to Connectors and click Add custom connector:
5. Enter the following:
– Name: Domotz
– URL: https://mcp.ov.domotz.app/mcp
Then click “Add”:
6. Click “Connect”
7. Login to your Domotz Account
8. Configure Permissions (optional)
Set these tools to Always allow so Claude does not show permission prompts for routine actions. For write/delete tools, you may choose not to enable Always allow if you prefer to be asked for permission before performing write operations. Keep in mind that enabling Always allow for write/delete tools may allow potentially destructive actions without confirmation.
To use it in a conversation:
– Start a new chat or open a Project
– The Domotz integration should appear as available:
Note: MCP integrations on Claude.ai are available on Pro and higher plans. The integration persists across sessions once added.
Claude Code
Open a terminal, create a new working directory, and run the add command.
mkdir my-domotz-session
cd my-domotz-session
claude mcp add --transport http --scope project domotz-prod https://mcp.ov.domotz.app/mcp Then start Claude Code in that directory:
claude
What this does:
– Creates a `.mcp.json` file in the current directory scoped to this project
– The MCP server is available automatically every time you run `claude` from this folder
– `–scope project` means the server is only active in this directory, not globally
Verify it’s connected:
Once inside the Claude Code session, type:
/mcp You should see `domotz-prod` listed as connected. If it shows as failed, check your internet connection and that the server URL is reachable.
ChatGPT
The ChatGPT supports MCP servers via the Apps: