Connect to an MCP server from a compatible client
Learn how to connect to an SAP Integration Hub MCP server from a compatible client. Before you begin, locate the connection values you will need for your client in MCP server connection details.
Claude Desktop
Prerequisites
-
You have Claude Desktop installed and running.
-
You have the Open Edition Path, Remote System ID, and Bearer token from the MCP server connection details.
Procedure
-
In Claude Desktop, go to Settings → Developer.
Result: Any MCP servers already configured are listed alongside their connection status.
-
Select Edit Config.
Result: The Claude settings folder opens with
claude_desktop_config.jsonselected. -
Open
claude_desktop_config.jsonin an editor and add an entry for your MCP server to themcpServersobject, creating it if it does not already exist:"YourLocalServerName": { "command": "C:\\Program Files\\nodejs\\npx.cmd", "args": [ "mcp-remote", "<Open Edition Path>", "--header", "Authorization:${AUTH_TOKEN}", "--header", "neptune-dxp-remote-system-id:${REMOTE_SYSTEM_ID}" ], "env": { "AUTH_TOKEN": "Bearer <Bearer token>", "REMOTE_SYSTEM_ID": "<Remote System ID>" } } -
Set your values as follows:
-
Open Edition Path — the URL passed to
mcp-remoteinargs -
Bearer token — the
AUTH_TOKENenvironment variable -
Remote System ID — the
REMOTE_SYSTEM_IDenvironment variable
The AUTH_TOKENvalue must start withBearerfollowed by a space, then the token. This prefix is not included in the token you generate and must be added manually. -
-
Save the file.
Naia Agent Studio
For connecting to an SAP Integration Hub MCP server for use in a Naia Agent Studio agent, see Use an MCP server in a Naia Agent Studio agent.