CuratedMCP
⌨️
Cursor
Free

How to Install ServiceNow MCP in Cursor

Official ServiceNow integration — automate ITSM, incidents, and approvals through AI

What ServiceNow MCP does

The official ServiceNow MCP server gives AI agents access to IT service management workflows. It can create incidents, manage change requests, and surface service catalog operations. Features: - Create and update incidents, problems, and change requests - Search knowledge base articles and service catalog items - Manage workflows, approvals, and SLAs - Query asset and configuration item data - Access service desk analytics and trends - Automate ticket routing and assignment ServiceNow MCP is built for operations teams that want AI to automate service lifecycle management.

servicenow
itsm
incidents
workflow
service-desk

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "servicenowMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@servicenow/mcp"
    ],
    "env": {
      "SERVICENOW_INSTANCE": "yourinstance.service-now.com",
      "SERVICENOW_USER": "admin",
      "SERVICENOW_PASSWORD": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain ServiceNow MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/servicenow-mcp)](https://curatedmcp.com/marketplace/servicenow-mcp)