Connect Claude to ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
How can I connect the ServiceNow to Claude so that I can build the application via prompting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hello @anshujain ,
Install a claude application on your Deskstop :
Navigate to Settings > Developer > Config file :
In your desk there will be one file claude_destop_configuration :
so open it and enter your credentials :
After some time it will be running !
If my response helped mark as helpful and accept the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
image is bit blur can you please share the code before prefrences.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
what we have to enter remoteToolsServiceName and remoteDebugFilePath?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
The image contains only the claude_desktop_config.json file from your desktop so pen it in notepad and paste this block of code on top as given...
{
"mcpServers": {
"servicenow": {
"command": "npx",
"args":
[
"-у",
"@onlyflows/servicenow-mcp"
1,
"env": {
"SN_INSTANCE": "https://<devxx>service-now.com",
"SN USER":
"SN PASSWORD":
}
}
},
Also no need to change remoteToolsServiceName and remoteDebugFilePath this will automatically contain in your file.
