Skip to main content

Claude Desktop integration

Use the local CataZenta MCP connector with Claude Desktop (stdio).

Prerequisites

  • MCP connector package from CataZenta onboarding
  • PIM credentials or integration token
  • API base URL: https://api.catazenta.com

Configure Claude Desktop

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

{
"mcpServers": {
"catazenta": {
"command": "<path-to-mcp-connector-from-onboarding>",
"env": {
"CATAZENTA_USERNAME": "you@company.com",
"CATAZENTA_PASSWORD": "***",
"CATAZENTA_API_BASE_URL": "https://api.catazenta.com"
}
}
}
}

Use the absolute path to the connector binary. Restart Claude Desktop after saving.

Verify

  1. SettingsDeveloperMCPcatazenta should show as connected.
  2. Ask: “Search for 3 products in my catalog.”

See also