MCP server for ServiceNow ITSM
MCP server for ServiceNow providing ITSM functionality including incidents, service catalog, change requests, and workflows.
{
"mcpServers": {
"servicenow": {
"mcpServers": {
"servicenow": {
"env": {
"SERVICENOW_INSTANCE": "your-instance.service-now.com",
"SERVICENOW_PASSWORD": "YOUR_PASSWORD",
"SERVICENOW_USERNAME": "admin"
},
"args": [
"-y",
"servicenow-mcp"
],
"command": "npx"
}
}
}
}
}