ServiceNow Dev MCP
Allows interacting with Jira to create, read, update, delete issues, comments, subtasks, components, versions, manage users and groups, and migrate data to ServiceNow.
Allows interacting with Salesforce to create, read, update, delete sObject records, manage users and public groups/queues, and migrate data to ServiceNow.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ServiceNow Dev MCPCreate a business rule that sets priority to Critical when category is Security"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ServiceNow Dev MCP
AI-powered ServiceNow developer toolkit for Claude Code — 116 tools covering script generation, code review, portal & catalog development, notifications, user & group management, CRUD operations, dictionary overrides, data migration, bidirectional integrations, ATF testing, performance analysis, technical documentation, and issue diagnosis.
What is this?
ServiceNow Dev MCP is a Model Context Protocol server that connects Claude Code directly to your ServiceNow, Jira, and Salesforce instances. Instead of switching between tabs, writing boilerplate from scratch, or Googling best practices, you just describe what you need and Claude handles it end-to-end.
"Create a Business Rule that sets priority to Critical when the category is Security"
"Clone the sc-cat-item widget and add a real-time search bar"
"Review this Script Include for performance issues"
"Create a user John Smith with role itil and add him to the Network Operations group"
"Make the business_service field mandatory on incident but not on task"
"Generate full technical documentation for my HR application"
"My widget shows a blank white box — help me diagnose it"
"Create a high-priority Jira ticket and link it to incident INC0012345"
"Migrate all Jira issues from project KAN to the incident table in ServiceNow"Related MCP server: ServiceNow MCP Server
Capabilities
Category | What it does |
Script Generation | Business Rules, Script Includes, Client Scripts, UI Actions, Scripted REST APIs, Scheduled Jobs, Fix Scripts, Widgets — best practices built in |
Code Review | 20-rule static analyser — anti-patterns, performance, security, null-safety. Score 0–10 with per-issue fix guidance |
Service Portal | Analyze portals, find / clone / create / update widgets, scaffold new portals with CSS-variable themes |
Service Catalog | Catalog items with typed variables, client scripts, UI policies; clone existing items; categories; record producers |
Notifications | Email notifications with HTML templates, push notifications, email scripts, notification analysis |
User & Group Management | Create users/groups, assign roles, manage membership — ServiceNow, Jira, and Salesforce |
CRUD Operations | Full Create / Read / Update / Delete on any table/object across all three platforms |
Dictionary Overrides | Create, inspect, and delete field overrides on child tables with correct |
Table Explorer | Schema discovery — fields, BRs, Client Scripts, ACLs, relationships, parent hierarchy |
ATF Testing | Generate Automated Test Framework suites for BRs, SIs, REST APIs, forms, tables |
Performance Analysis | Slow script detection, missing index suggestions, BR audits, error pattern analysis |
Technical Docs | Full project documentation generated from live SN data; feature one-pagers |
Issue Diagnosis | 60+ catalogued issues with step-by-step diagnosis, copy-paste fixes, prevention tips |
Data Migration | Migrate Jira / Salesforce data into any ServiceNow table with full artifact generation |
Bidirectional Integration | Design and implement SN↔Jira, SN↔Salesforce integrations with BRs, Scripted REST, Apex |
Tool count: 116
Tool | What it does |
| Generate any SN artifact with best practices |
| Code review — 20 rules, score 0–10, fix guidance |
| Browse all 20 review rules by category |
| Full schema: fields, BRs, Client Scripts, ACLs, relationships, hierarchy |
| Search tables by keyword |
| All ACL rules for a table |
| ATF test suites for BRs, SIs, REST APIs, forms, tables |
| Slow scripts, index gaps, error patterns, BR audit |
| Search system logs by keyword / source / level |
| Create and run Fix Script records (dry_run safe) |
| Markdown API docs for SIs, BRs, tables, REST APIs, applications |
| Full app scaffold: table + BRs + SI + UI Actions + ACLs + ATF + docs |
| Instance health score with actionable findings |
| Explain SN APIs (GlideRecord, GlideAggregate, RESTMessageV2, etc.) |
| Analyze a complete Service Portal |
| Search widgets by name, ID, or keyword |
| Clone a widget with modifications |
| Generate a complete widget from a requirement |
| PATCH specific widget sections |
| Scaffold a new portal with theme and pages |
| Catalog item with variables, client scripts, UI policies |
| Clone a live catalog item from SN |
| Create a catalog category |
| Fetch catalog item and variables |
| Email notification with responsive HTML template |
| Audit and find issues in existing notifications |
| Push notification for Now Mobile |
| Dynamic email script (sys_script_email) |
| Full project technical doc from live SN data |
| Feature one-pager for sprint / change docs |
| Diagnose any SN issue from a symptom description |
| Step-by-step guided fix for a known issue |
| Browse 60+ catalogued issues by category |
| Get choice list values for any field |
| Add a new value to a choice list |
Tool | Platform | What it does |
| ServiceNow | Create sys_user — roles + groups in one call, manager resolution, auto username |
| ServiceNow | Create sys_user_group — duplicate check, members, roles, parent group |
| ServiceNow | Add / remove / list group members |
| ServiceNow | Assign or revoke roles on users or groups |
| ServiceNow | Full user profile with roles and group memberships |
| ServiceNow | Group detail with member list and assigned roles |
| ServiceNow | Browse sys_user_role with keyword filter |
| Jira | Create group and add initial members |
| Jira | Add / remove / list Jira group members |
| Salesforce | Create User with all required system fields |
| Salesforce | Create Public Groups / Queues, manage members |
Tool | Platform | What it does |
| ServiceNow | Create any record in any table |
| ServiceNow | Read by sys_id or encoded query |
| ServiceNow | PATCH a record — only changed fields |
| ServiceNow | Delete with confirm=true safety gate |
| Jira | Create issues, comments, subtasks, components, versions |
| Jira | Read issues, JQL search, projects, users, boards, sprints, transitions |
| Jira | Update fields, transition status, edit comments |
| Jira | Delete issues or comments with confirm gate |
| Salesforce | Create any sObject record |
| Salesforce | Read by Id, SOQL query, or object describe |
| Salesforce | PATCH a record — only changed fields |
| Salesforce | Delete with confirm gate (recoverable via Recycle Bin) |
Tool | What it does |
| Create or update a field override on a child table. Correctly sets both the value and the required |
| List all active overrides on a table or field — shows which flags are set and their effective values |
| Delete an override, reverting the field to parent table defaults. Requires confirm=true. |
Tool | What it does |
| Show credential/connection status |
| Set per-session credentials (web Claude Code) |
| Test connectivity to SN / Jira / Salesforce |
| Scan SN for existing artifacts, return gap analysis |
| Pull source + target schemas, auto-suggest mappings |
| Jira hierarchy analysis, user mapping, migration sequence |
| Create staging table, transform map, field maps (idempotent) |
| Push sample records, field-level data quality report |
| Full migration in dependency order with parallel batches |
| Map source users to SN users |
| Pre-flight validation |
| Preview a transform rule on sample data |
| Convert Jira ADF / Salesforce HTML to SN HTML |
| Dependency-ordered migration sequence |
| Start an audit trail for a migration |
| Migration audit statistics |
| Field-level comparison: source vs SN |
| Compare staging vs target (PASS/PARTIAL/FAIL) |
| Full migration test report |
| Query any SN table |
| Audit an existing transform map |
| Structured data for sign-off documents |
| Delete migrated records (with confirmation) |
| Delete all migration setup artifacts |
| List Salesforce flows |
| Parse Salesforce flow structure |
| Build equivalent SN Flow Designer flow |
Tool | What it does |
| Design a full bidirectional integration plan (SN↔Jira, SN↔SF, SF↔Jira) |
| Business Rules, Scripted REST APIs, correlation/retry tables |
| Jira webhooks and automation rules |
| Salesforce Apex triggers, Named Credentials, REST callout classes |
| Check sync health and error counts |
| Retry records in the dead-letter table |
| End-to-end integration test |
| Pause all syncs (maintenance mode) |
| Resume syncs after maintenance |
| Update field mappings in a live integration |
Quick start
1. Clone and install
git clone https://github.com/pinnintisagarSB/ServiceNow-Dev-MCP.git
cd ServiceNow-Dev-MCP
npm install2. Configure credentials
cp .env.example .envEdit .env:
# ServiceNow (required for all tools)
SN_INSTANCE_URL=https://yourinstance.service-now.com
SN_USERNAME=admin
SN_PASSWORD=yourpassword
SN_SCOPE_PREFIX=u
# Jira (required for Jira tools)
JIRA_BASE_URL=https://yourcompany.atlassian.net
JIRA_EMAIL=your_email@example.com
JIRA_API_TOKEN=your_api_token
# Salesforce (required for Salesforce tools)
SF_LOGIN_URL=https://login.salesforce.com
SF_CLIENT_ID=your_consumer_key
SF_CLIENT_SECRET=your_consumer_secret
SF_USERNAME=your_sf_username@example.com
SF_PASSWORD=your_sf_password
SF_SECURITY_TOKEN=your_security_token3. Register with Claude Code
claude mcp add sn-dev-mcp node "$(pwd)/src/mcp-server.js"Verify:
claude mcp list
# sn-dev-mcp: node /path/to/... ✔ Connected4. Restart Claude Code
Close and reopen Claude Code. All 116 tools are now available. Type /mcp to confirm.
Example prompts
Script development
Generate a Business Rule on incident that creates a Jira ticket when priority changes to 1
Review this Script Include for performance and security issues — [paste code]
Clone the "sc-cat-item" widget and rename it "My Catalog Item"
Create a catalog item for a Laptop Request with employee name (mandatory),
model (dropdown), justification (text), and manager approval (yes/no)
Create an email notification for when an incident is assigned —
send to the assigned user and their managerUser & group management
Create user Jane Smith, email jane@company.com, title "Senior Analyst",
role itil, add to groups "Service Desk" and "Change Approvers"
Create a group "Network Operations APAC" managed by john.doe,
add members [alice, bob, carol], assign role itil
What roles and groups does david.jones have?
Add sarah.connor to the "Problem Management" group
Remove the admin role from temp.contractor@company.comCRUD across platforms
Create a high-priority incident in ServiceNow for the network outage in Building 3
Find all open Jira tickets assigned to john@company.com in project OPS
Update Salesforce Case 500ABC — set Status to Escalated, Priority to Critical
Create a Jira comment on KAN-55: "Picked up, will update by EOD"
Move Jira ticket KAN-55 to Done statusDictionary overrides
Make the business_service field mandatory on incident but not on task
Rename the caller_id label to "Requested By" on sc_request
Hide the parent field on hr_case
Show me all dictionary overrides on the change_request tableData migration
Migrate all Jira issues from project KAN to the incident table
Run a test migration of 5 records first and show me the field quality report
Design a bidirectional integration between ServiceNow incidents and Jira issuesDebugging & docs
My widget shows a blank white box when it loads — diagnose the issue
The email notification for incidents isn't being received — what could be wrong?
Generate full technical documentation for our IT Asset application
(tables: u_asset, u_asset_request)Architecture
src/
├── mcp-server.js # 116 MCP tools — single entry point
├── connectors/
│ ├── servicenow.js # SN Table API, Import Set API, bulk ops
│ ├── salesforce.js # SF REST + Tooling API + Bulk API 2.0
│ └── jira.js # Jira REST API v3 — full CRUD
├── developer/
│ ├── script-builder.js # Generate BR, SI, CS, UI Action, REST, Job, Widget
│ ├── code-reviewer.js # 20-rule static analyser
│ ├── table-explorer.js # Schema: fields, BRs, ACLs, relationships
│ ├── test-generator.js # ATF test suite generator
│ ├── perf-analyzer.js # Slow scripts, indexes, error patterns
│ ├── doc-generator.js # Markdown API docs per artifact
│ ├── portal-builder.js # SP widget / portal builder
│ ├── catalog-builder.js # Catalog items, variables, categories
│ ├── notification-builder.js # Email & push notifications
│ ├── tech-doc-writer.js # Full project docs from live SN data
│ └── issue-guide.js # 60+ issue catalogue with guided fixes
├── migration/
│ ├── schema.js # Schema discovery + mapping suggestions
│ ├── staging.js # Artifact builder (idempotent)
│ ├── runner.js # Migration runner with topo sort + ETA
│ ├── batch.js # Parallel batch runner + dedup
│ ├── dependency.js # User/hierarchy analysis
│ ├── validator.js # Field-level data quality report
│ ├── transform-engine.js # 15+ transform types
│ ├── reconciler.js # 3-layer reconciliation (PASS/PARTIAL/FAIL)
│ ├── audit.js # NDJSON audit trail
│ ├── user-mapping.js # Source → SN user mapping
│ ├── pre-migration-checks.js # Pre-flight validation
│ └── cleanup.js # Delete records and artifacts
├── integration/
│ ├── designer.js # Integration plan designer
│ ├── sn-artifacts.js # SN BRs, Scripted REST, correlation tables
│ ├── jira-artifacts.js # Jira webhooks + automation rules
│ └── sf-artifacts.js # Salesforce Apex triggers, callout classes
├── flows/
│ ├── retriever.js # Salesforce flow parser
│ └── jira-automation.js # Jira automation retriever
└── utils/
├── logger.js # Structured logging
├── rich-text.js # ADF → HTML, SF HTML → SN HTML
└── sn-auth.js # Basic auth + SDK OAuthRunning modes
Local CLI (default)
node src/mcp-server.jsHTTP/SSE (web Claude Code or remote deployment)
MCP_MODE=http MCP_PORT=3000 node src/mcp-server.jsUpdate .mcp.json with your deployed URL:
{
"mcpServers": {
"sn-dev-mcp": {
"type": "http",
"url": "https://your-server.example.com/sse"
}
}
}In HTTP mode, use configure_credentials to set per-session credentials — never logged or persisted.
Permissions required
Capability | Minimum role |
Read any table |
|
Scripts, BRs, widgets, notifications |
|
Catalog items |
|
User / group management |
|
Data migration (staging tables, transform maps) |
|
ATF tests |
|
Background scripts |
|
Requirements
Node.js 18+
Claude Code (CLI, desktop app, web, or IDE extension)
ServiceNow developer or sub-production instance (PDI recommended)
Jira Cloud API token (for Jira tools)
Salesforce Connected App credentials (for Salesforce tools)
Tool growth
The MCP is designed to grow with every use case. New tools are added by:
Adding a method to an existing module in
src/developer/orsrc/integration/Registering a
server.tool()insrc/mcp-server.jsPushing — no build step required
Version | Tools | Key additions |
1.0 | 27 | Data migration (Jira → SN, SF → SN) |
1.5 | 55 | Bidirectional integrations, reconciliation, audit |
2.0 | 90 | Developer toolkit: scripts, review, portal, catalog, notifications, docs, issue guide |
2.1 | 105 | Full CRUD (SN + Jira + SF), dictionary overrides |
2.2 | 116 | User & group management across all 3 platforms |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinnintisagarSB/ServiceNow-Dev-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server