Skip to content
Claude Desktop

ServiceNow MCP Server (NowAIKit) for Claude Desktop

io.github.aartiq/nowaikit

ServiceNow MCP server: 450+ tools for Claude, ChatGPT, Copilot & any AI. Read-only by default.

client:Claude Desktop transport:stdio runtime:npm

Install ServiceNow MCP Server (NowAIKit) in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nowaikit": {
      "command": "npx",
      "args": [
        "-y",
        "nowaikit"
      ],
      "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>",
        "TRANSPORT": "<TRANSPORT>",
        "PORT": "<PORT>",
        "NOWAIKIT_API_KEY": "<NOWAIKIT_API_KEY>",
        "FLUENT_ENABLED": "<FLUENT_ENABLED>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ServiceNow MCP Server (NowAIKit) in other clients