Productivity
Verified
Trust: 54/100 (Fair)ServiceNow MCP Guide
Manage ServiceNow incidents, change requests, and CMDB items. Automate ITSM workflows.
289 stars 10,400 downloadsby ServiceNow
Quick Start
Install
npx @mcp/servicenowClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"servicenow-mcp": {
"command": "npx",
"args": [
"@mcp/servicenow"
]
}
}
}What ServiceNow MCP Can Do
manage_incidents
Create and update incidents
manage_changes
Manage change requests
query_cmdb
Query CMDB items
Permissions Required
ServiceNow MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
servicenow.read | Read ServiceNow data | low |
servicenow.write | Create and update records | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Partial |