Conversational ServiceNow Development Platform
A conversational ServiceNow development platform that integrates with Claude Code through MCP servers. Develop ServiceNow solutions through natural language instead of navigating web interfaces.
Uses Claude Code as the development interface. Talk to your ServiceNow instance through natural conversation.
Two MCP servers provide 411 ServiceNow tools: servicenow-unified (235+ tools for all ServiceNow operations) and snow-flow-orchestration (176+ tools for swarm coordination, memory, neural).
Pull ServiceNow artifacts to local files, edit with native tools, push back with validation. No token limits.
Complex tasks handled by coordinated specialist agents. Parallel execution for maximum efficiency.
TensorFlow.js neural networks for incident classification, anomaly detection, and ServiceNow data analysis.
Secure authentication with ServiceNow using OAuth 2.0 Authorization Code Flow with PKCE.
# Install Claude Code first (required) npm install -g @anthropic-ai/claude-code # Then install Snow-Flow npm install -g snow-flow # Initialize configuration snow-flow init # Authenticate with ServiceNow snow-flow auth login # Start developing snow-flow swarm "create incident dashboard widget"
Configure OAuth in ServiceNow before using Snow-Flow:
http://localhost:3005/callback
.env
file with your credentialssnow-flow auth login
All ServiceNow operations in one server: deployment, operations, automation, platform dev, integrations, properties, update sets, security, reporting, ML, knowledge, catalog, change management, workspaces, UI Builder, CMDB, and local development.
Swarm coordination, agent spawning, task orchestration, neural training (TensorFlow.js), memory management, and performance tracking.
Uses @anthropic-ai/claude-agent-sdk@0.1.1 for SDK-native execution with intelligent orchestration and advanced memory capabilities.
Create Service Portal widgets with coherence validation. Pull to local files, edit with native tools, push back with validation.
Query any ServiceNow table through conversation. AI handles query syntax and data relationships.
Build complete Now Experience Framework workspaces using official ServiceNow APIs. Fully functional and production-ready.
Execute background scripts, test REST connections, manage scheduled jobs, and automate ServiceNow operations.
Train neural networks on ServiceNow data for incident classification, change risk prediction, and anomaly detection.
Create, manage, and export update sets. Auto-sync with user's current Update Set for seamless development.
Complete installation guide, authentication setup, and first steps with Snow-Flow.
View READMEComplete reference for all 411 ServiceNow tools across both MCP servers.
Browse Tools