← Back to Plugins
MCP Server MCP

ServiceNow MCP Server (NowAIKit)

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nowaikit",
      "version": "4.7.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ServiceNow instance URL (e.g. https://yourinstance.service-now.com)",
          "name": "SERVICENOW_INSTANCE_URL"
        },
        {
          "description": "Authentication method: 'basic' or 'oauth'",
          "name": "SERVICENOW_AUTH_METHOD"
        },
        {
          "description": "ServiceNow username (for basic auth)",
          "name": "SERVICENOW_BASIC_USERNAME"
        },
        {
          "description": "ServiceNow password (for basic auth)",
          "name": "SERVICENOW_BASIC_PASSWORD"
        },
        {
          "description": "Enable write operations (true/false, default: false)",
          "name": "WRITE_ENABLED"
        },
        {
          "description": "Enable scripting operations (true/false, default: false)",
          "name": "SCRIPTING_ENABLED"
        },
        {
          "description": "Enable CMDB write operations (true/false, default: false)",
          "name": "CMDB_WRITE_ENABLED"
        },
        {
          "description": "Enable Now Assist AI features (true/false, default: false)",
          "name": "NOW_ASSIST_ENABLED"
        },
        {
          "description": "Enable ATF test execution (true/false, default: false)",
          "name": "ATF_ENABLED"
        },
        {
          "description": "Role-based tool package: full, service_desk, platform_developer, etc.",
          "name": "MCP_TOOL_PACKAGE"
        },
        {
          "description": "Transport mode: stdio (default), sse, or http",
          "name": "TRANSPORT"
        },
        {
          "description": "HTTP server port (default: 3000, for sse/http transport)",
          "name": "PORT"
        },
        {
          "description": "Bearer token for API authentication (sse/http transport)",
          "name": "NOWAIKIT_API_KEY"
        },
        {
          "description": "Enable Fluent SDK tools (true/false, default: false)",
          "name": "FLUENT_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...