An MCP server for interacting with a ServiceNow instance via its Table API, enabling CRUD operations on incident, request, and requested item tables, as well as generic operations on any table by name.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.SERVICENOW_INSTANCE_URL— "https://your-instance.service-now.com"SERVICENOW_USER— "your-username"SERVICENOW_PASS— "your-password"MCP_TRANSPORT— "stdio" # "stdio" (default) or "http"MCP_HOST— "127.0.0.1" # HTTP bind host, default 127.0.0.1MCP_PORT— "8000" # HTTP bind port, default 8000[](https://m8ven.ai/mcp/smitraonline-snow-mcp-q4u7nh)