ServiceNow

Diffusion7860/ServiceNow
★ 0 stars HTML 💻 Code/Dev Tools Updated today
MCP server connecting Claude to ServiceNow (Table + Aggregate APIs) - FastMCP / Python / httpx
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "servicenow": {
      "command": "npx",
      "args": [
        "-y",
        "Diffusion7860/ServiceNow"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io) server that connects an MCP client (Claude Desktop, Claude Code, etc.) to a **ServiceNow** instance via the REST **Table API** and **Aggregate API**. It exposes generic, table-driven tools so the same server works against any table the authenticated user can access — `incident`, `change_request`, `sys_user`,

Tools (16)

SERVICENOW_DEFAULT_LIMITSERVICENOW_INSTANCE_URLSERVICENOW_MAX_LIMITSERVICENOW_PASSWORDSERVICENOW_READ_ONLYSERVICENOW_TIMEOUTSERVICENOW_USERNAMEaggregate_recordscreate_recorddelete_recorddescribe_tableget_recordlist_tablesquery_recordstest_connectionupdate_record