Catalog
io.github.asklokesh/servicenow-mcp-server
OfficialServicenow
A highly customizable MCP server for ServiceNow API integration
Integration server for ServiceNow API with customizable configuration options.
README not available yet.
Install
Configuration
Environment variables
SERVICENOW_API_KEYrequiredsecretAPI Key for SERVICENOW
SERVICENOW_API_URLAPI URL for SERVICENOW
claude_desktop_config.json
{
"mcpServers": {
"servicenow-mcp-server": {
"command": "uvx",
"args": [
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_API_KEY": "<YOUR_SERVICENOW_API_KEY>",
"SERVICENOW_API_URL": "<YOUR_SERVICENOW_API_URL>"
}
}
}
}