ServiceNow for Claude Code
io.github.mindstone/mcp-server-servicenow
ServiceNow ITSM MCP server for Model Context Protocol hosts
client:Claude Code
transport:stdio
runtime:npm
Install ServiceNow in Claude Code
run in your project directory
claude mcp add mcp-server-servicenow -e SERVICENOW_INSTANCE=<SERVICENOW_INSTANCE> -e SERVICENOW_USERNAME=<SERVICENOW_USERNAME> -e SERVICENOW_PASSWORD=<SERVICENOW_PASSWORD> -e SERVICENOW_CLIENT_ID=<SERVICENOW_CLIENT_ID> -e SERVICENOW_CLIENT_SECRET=<SERVICENOW_CLIENT_SECRET> -- npx -y @mindstone/mcp-server-servicenow
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs