snowMCP

amanoharanGit/snowMCP
★ 0 stars Python 🌐 Browser/Web Updated 1d ago
Repo for use with ServiceNow MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "snowmcp": {
      "command": "uvx",
      "args": [
        "snowmcp"
      ]
    }
  }
}

Or install with pip: pip install snowmcp

README Excerpt

A Model Context Protocol (MCP) server that exposes ServiceNow ITSM tools via Streamable HTTP transport. Designed for demo use with a ServiceNow Personal Developer Instance (PDI). | Tool | Description | |------|-------------| | `list_incidents` | List incidents, optionally filtered by state or priority |

Tools (7)

add_commentcreate_incidentget_incidentget_userlist_incidentssearch_incidentsupdate_incident