Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery
claude mcp add servicenow-nodejs -- npx -y servicenow-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"servicenow-nodejs": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"servicenow-nodejs": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nickzitzer--servicenow-nodejs/reviews or the review_server meta-tool.
POST /mcp