Developer Tools
Trust: 42/100 (Fair)io.github.nickzitzer/servicenow-nodejs Guide
Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
26 starsby Happy-Technologies-LLC
Quick Start
Install
npx servicenow-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-nickzitzer-servicenow-nodejs": {
"command": "npx",
"args": [
"servicenow-mcp-server"
]
}
}
}