This guide will help you to connect your AI tool to the Domotz MCP Server.
Server’s Specs:
Server URL: https://mcp.domotz.com/mcp
Server name: domotz
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 Customize from the left-hand menu..
3. Navigate to Connectors, click the + Icon, and click Add custom connector:
5. Enter the following:
– Name: Domotz
– URL: https://mcp.domotz.com/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 https://mcp.domotz.com/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
ChatGPT supports the Domotz MCP Server as a custom app (connector).
Steps to add the Domotz App
- Go to https://chatgpt.com and sign in
- Select your click profile/business icon from the bottom left corner then select Settings. Navigate to Apps and select Create app.
3. Name the app Domotz, paste the MCP Server URL https://mcp.domotz.com/mcp, and select OAuth for Authentication.
4. Select the app and click Connect
5. Sign in with your Domotz account to authenticate
6. Approve access to complete setup
Using the Domotz App in ChatGPT
Start a new chat, click the + icon, navigate to More, and make sure Domotz is selected.
- You can now interact with your Domotz environment using natural language
If you experience any issues, please do not hesitate to contact our support: support@domotz.com.