PluginBench
MCP Server
Active
MIT

io.github.LeassTaTT/servicenow-mcp-ai MCP Server

io.github.LeassTaTT/servicenow-mcp-ai

What is the io.github.LeassTaTT/servicenow-mcp-ai MCP server?

ServiceNow MCP server — 67 tools over the full REST surface, every auth method, flows, diagrams.

How to install io.github.LeassTaTT/servicenow-mcp-ai

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SN_INSTANCE
    required

    ServiceNow instance host, e.g. dev12345.service-now.com.

  • SN_AUTH

    Auth mode: basic | oauth | apikey | token | none. Auto-detected from the keys present if omitted.

  • SN_USER

    Username for basic auth or the OAuth password grant.

  • SN_PASSWORD
    secret

    Password for basic auth or the OAuth password grant.

  • SN_API_KEY
    secret

    ServiceNow API key, sent as the x-sn-apikey header (apikey auth).

  • SN_TOOL_PACKAGES

    Which tool packages to expose, e.g. core (default), all, or a comma-separated list.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "servicenow-mcp-ai": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-ai"
      ],
      "env": {
        "SN_INSTANCE": "<YOUR_SN_INSTANCE>",
        "SN_AUTH": "<YOUR_SN_AUTH>",
        "SN_USER": "<YOUR_SN_USER>",
        "SN_PASSWORD": "<YOUR_SN_PASSWORD>",
        "SN_API_KEY": "<YOUR_SN_API_KEY>",
        "SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "servicenow-mcp-ai": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-ai"
      ],
      "env": {
        "SN_INSTANCE": "<YOUR_SN_INSTANCE>",
        "SN_AUTH": "<YOUR_SN_AUTH>",
        "SN_USER": "<YOUR_SN_USER>",
        "SN_PASSWORD": "<YOUR_SN_PASSWORD>",
        "SN_API_KEY": "<YOUR_SN_API_KEY>",
        "SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "servicenow-mcp-ai": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-ai"
      ],
      "env": {
        "SN_INSTANCE": "<YOUR_SN_INSTANCE>",
        "SN_AUTH": "<YOUR_SN_AUTH>",
        "SN_USER": "<YOUR_SN_USER>",
        "SN_PASSWORD": "<YOUR_SN_PASSWORD>",
        "SN_API_KEY": "<YOUR_SN_API_KEY>",
        "SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "servicenow-mcp-ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-ai"
      ],
      "env": {
        "SN_INSTANCE": "<YOUR_SN_INSTANCE>",
        "SN_AUTH": "<YOUR_SN_AUTH>",
        "SN_USER": "<YOUR_SN_USER>",
        "SN_PASSWORD": "<YOUR_SN_PASSWORD>",
        "SN_API_KEY": "<YOUR_SN_API_KEY>",
        "SN_TOOL_PACKAGES": "<YOUR_SN_TOOL_PACKAGES>"
      }
    }
  }
}
Claude Code
claude mcp add servicenow-mcp-ai --env SN_INSTANCE=<YOUR_SN_INSTANCE> --env SN_AUTH=<YOUR_SN_AUTH> --env SN_USER=<YOUR_SN_USER> --env SN_PASSWORD=<YOUR_SN_PASSWORD> --env SN_API_KEY=<YOUR_SN_API_KEY> --env SN_TOOL_PACKAGES=<YOUR_SN_TOOL_PACKAGES> -- npx -y servicenow-mcp-ai

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →