Read-only MCP server for ServiceNow — query scripts, incidents, CMDB, update sets, and more across multiple instances from Claude Desktop or VS Code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"ImJaineel/SN-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add sn-mcp-server npx -y ImJaineel/SN-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sn-mcp-server": {
"command": "npx",
"args": [
"-y",
"ImJaineel/SN-MCP-Server"
]
}
}
}