S

ServiceNow

Comprehensive ServiceNow platform integration with 400+ tools spanning ITSM, ITOM, HRSD, CSM, SecOps, GRC, Flow Designer, scripting, and multi-instance manageme

ServiceNow·No reviews yet
Repo Docs
Share:

About

Comprehensive ServiceNow platform integration with 400+ tools spanning ITSM, ITOM, HRSD, CSM, SecOps, GRC, Flow Designer, scripting, and multi-instance management.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about ServiceNow.

What is the ServiceNow MCP?
The ServiceNow MCP integrates with the ServiceNow platform, providing access to over 400 tools. It supports various ServiceNow products including ITSM, ITOM, HRSD, CSM, and SecOps.
How do I install the ServiceNow MCP?
Installation typically involves cloning the repository from https://github.com/aartiq/servicenow-mcp and following the setup instructions for your chosen MCP client environment.
Does the ServiceNow MCP require authentication?
The ServiceNow MCP currently specifies an authentication type of 'none' for its transport. It depends on the specific ServiceNow instance configuration for authentication to ServiceNow APIs.
What capabilities does the ServiceNow MCP expose?
The MCP provides access to a wide range of ServiceNow capabilities, including Flow Designer, scripting, and multi-instance management, across different ServiceNow product lines.
Is there a cost associated with using the ServiceNow MCP?
The MCP itself is open-source, hosted on GitHub. Costs depend on your existing ServiceNow licenses and any associated usage fees for the ServiceNow platform.
Can I manage multiple ServiceNow instances with this MCP?
Yes, the ServiceNow MCP is designed to support multi-instance management. Configuration details for connecting to multiple instances would be covered in the project's documentation.

Install ServiceNow

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "servicenow": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-servicenow"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "servicenow": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-servicenow"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "servicenow": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-servicenow"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.