Configuring Claude Desktop
Register watsonx.data intelligence MCP server in the Claude Desktop configuration to complete tasks across data governance and catalog, data quality, data lineage, and Data Product Hub with the AI agent.
Required configuration information
For managed MCP
- Server URL: The service endpoint is based on your IBM Software Hub deployment URL (
{cpd_cluster_host}). Example:https://{cpd_cluster_host}/semantic_agents/public/v1/mcp_server/mcp/. For more information, see Service endpoint in the API documentation. - API key: Configure the client to send your watsonx platform API key on each request. For more information, see Generating API keys and Available APIs.
Configuring Claude Desktop
-
In Claude Desktop, open Settings > Developer.
-
In Local MCP servers, click Edit config.
-
Open
claude_desktop_config.jsonin a text editor. -
Add the following configuration to the file.
Replace placeholder values with your credentials."WXDI - CPDNew": { "command": "npx", "args": [ "mcp-remote", "<mcp_server_url>", "--transport", "sse", "--header", "x-api-key: <api_key>", "--header", "username: <username>" ], "env": { "NODE_TLS_REJECT_UNAUTHORIZED": "0" }, "disabled": false, "alwaysAllow": [] } -
Save the file.
-
Close and reopen Claude.
-
If necessary, toggle the switch for the remote watsonx.data intelligence MCP server in the menu.
When you're working with your AI agent, you can select tools to help complete your tasks. Limit your selection to a subset of tools which you consider useful.