Read-only MCP server for ServiceNow — safe, auditable, query-only tools. Part of the happy-tech ecosystem.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-servicenow-reado": {
"command": "npx",
"args": [
"-y",
"tiigortadeu/mcp-servicenow-readonly"
]
}
}
}
Run in terminal:
claude mcp add mcp-servicenow-reado npx -y tiigortadeu/mcp-servicenow-readonly
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-servicenow-reado": {
"command": "npx",
"args": [
"-y",
"tiigortadeu/mcp-servicenow-readonly"
]
}
}
}