gysosin/servicenow-mcp-http
Extended ServiceNow MCP server with Streamable HTTP transport. Based on echelon-ai-labs/servicenow-mcp, this fork replaces the SSE /messages endpoint with /mcp to support streamable HTTP clients. Enables Claude or other MCP clients to connect via plain HTTP streaming while retaining all core ServiceNow integration tools.
Platform-specific configuration:
{
"mcpServers": {
"servicenow-mcp-http": {
"command": "npx",
"args": [
"-y",
"servicenow-mcp-http"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...