Best for
- AI agents that need to interact with a ServiceNow instance
- ITSM, ITOM, and CMDB automation
- Developers and teams who want controlled access to ServiceNow
This server is powerful with 450+ tools, but requires a ServiceNow instance and handles sensitive credentials. The read-only default reduces risk, but users should be cautious when enabling write operations. Non-official, suitable for experienced ServiceNow administrators and developers.
ServiceNow MCP server (NowAIKit) providing 450+ tools across ITSM, ITOM, CMDB, HRSD, CSM, Flow Designer, scripting, and portal. Read-only by default, multi-transport (stdio, SSE, HTTP), dynamic schema discovery, part of the NowAIKit suite. Open source, TypeScript.
{
"mcpServers": {
"nowaikit": {
"command": "npx",
"args": [
"-y",
"nowaikit"
],
"env": {
"SERVICENOW_INSTANCE_URL": "https://yourcompany.service-now.com",
"SERVICENOW_BASIC_USERNAME": "your_username",
"SERVICENOW_BASIC_PASSWORD": "your_password"
}
}
}
}