ServiceNow MCP Server for Cursor
io.github.aartiq/servicenow-mcp
400+ ServiceNow tools across all modules — ITSM, CMDB, HRSD, CSM, SecOps, and more.
client:Cursor
transport:stdio
runtime:npm
Install ServiceNow MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"servicenow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aartiq/servicenow-mcp"
],
"env": {
"SERVICENOW_INSTANCE_URL": "<SERVICENOW_INSTANCE_URL>",
"SERVICENOW_AUTH_METHOD": "<SERVICENOW_AUTH_METHOD>",
"SERVICENOW_BASIC_USERNAME": "<SERVICENOW_BASIC_USERNAME>",
"SERVICENOW_BASIC_PASSWORD": "<SERVICENOW_BASIC_PASSWORD>",
"WRITE_ENABLED": "<WRITE_ENABLED>",
"SCRIPTING_ENABLED": "<SCRIPTING_ENABLED>",
"CMDB_WRITE_ENABLED": "<CMDB_WRITE_ENABLED>",
"NOW_ASSIST_ENABLED": "<NOW_ASSIST_ENABLED>",
"ATF_ENABLED": "<ATF_ENABLED>",
"MCP_TOOL_PACKAGE": "<MCP_TOOL_PACKAGE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs