
ServiceNow MCP Server
Let your coding agent query and change ServiceNow CMDB records, update sets, and tables without leaving the IDE.
Overview
ServiceNow MCP Server is a MCP server for the Operate phase that exposes 19 tools and 5 ServiceNow resources for CMDB, update sets, and tables over stdio with OAuth 2.1-capable auth.
What is this MCP server?
- 19 MCP tools plus 5 resources for CMDB, update sets, and generic table operations
- Supports basic auth, OAuth, and API key flows with OAuth 2.1 alignment
- Requires SERVICENOW_INSTANCE_URL and Tokyo-or-newer instance compatibility
- Stdio transport via PyPI package mcp-server-servicenow
- Enterprise ITSM bridge—MCP integration, not a Claude skill
- 5 MCP resources
- OAuth 2.1 support
Community signal: 11 GitHub stars.
What problem does it solve?
Switching between your agent and the ServiceNow UI for every CMDB or table check breaks flow and makes integration work hard to repeat.
Who is it for?
Indie consultants or solo devs with a Tokyo+ ServiceNow tenant who automate CMDB lookups, update set steps, or table reads/writes from Claude Code or Cursor.
Skip if: Builders with no ServiceNow license, hobby projects with zero ITSM footprint, or teams that only need generic REST without MCP tooling.
What do I get? / Deliverables
After you register the server with instance URL and auth, your agent can call ServiceNow operations directly and you keep context in one session.
- Agent-callable ServiceNow CMDB, update set, and table operations
- OAuth/basic/api_key authenticated sessions against your instance
- Repeatable stdio MCP workflow for ITSM tasks
Recommended MCP Servers
Journey fit
ServiceNow is production ITSM and configuration management—most solo builders touch it when operating integrations or enterprise customer stacks, not during greenfield UI work. Infra is the canonical shelf because CMDB, update sets, and table APIs are how you wire and maintain platform state against a live Tokyo+ instance.
How it compares
Live ServiceNow MCP bridge with 19 tools—not a static skill markdown playbook.
Common Questions / FAQ
Who is ServiceNow MCP Server for?
It is for developers and operators who already use ServiceNow (Tokyo+) and want their AI coding agent to perform CMDB, update set, and table actions via MCP instead of manual admin UI work.
When should I use ServiceNow MCP Server?
Use it during operate and integration maintenance when you need repeatable agent-driven queries or changes against a configured instance with basic, OAuth, or API key authentication.
How do I add ServiceNow MCP Server to my agent?
Install the PyPI package mcp-server-servicenow, set SERVICENOW_INSTANCE_URL and SERVICENOW_AUTH_TYPE (plus username/password or OAuth client fields as required), then add the stdio server entry in your Claude Code, Cursor, or Windsurf MCP configuration.