Servicenow for Cursor
io.github.asklokesh/servicenow-mcp-server
A highly customizable MCP server for ServiceNow API integration
client:Cursor
transport:stdio
runtime:pypi
Install Servicenow in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"servicenow-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_API_KEY": "<SERVICENOW_API_KEY>",
"SERVICENOW_API_URL": "<SERVICENOW_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs