Hello,
I have a question regarding the Splunk MCP Server APP provided by Splunkbase.
After configuring Splunk Enterprise On-Prem as below and proceeding with the setup, an error occurs.
Splunk Enterprise On-Prem
a. We have installed Splunk Enterprise 9.4.4 with the Splunk MCP Server APP.
b. Roles, users, and tokens have been created.
c. When configuring the MCP server in Claude and running it,
the following error occurs:
Is there any additional step I should take?
Thank you.
Hi @hk_baek
Are you using a trusted SSL certificate on your Splunk mgmt port? If not you may need to configure mcp-remote to disable SSL verification:
"remote-example": {
"command": "npx",
"args": [
"mcp-remote",
"https://remote.mcp.server/sse"
],
"env": {
"NODE_TLS_REJECT_UNAUTHORIZED": "0"
}
}
}
Was the URL you are using provided by the MCP app in Splunk?
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
hi @livehybrid
The MCP server I used was downloaded from https://splunkbase.splunk.com/app/7931.
I configured it as shown below, but the same error still occurs..
Thank you.