The ServiceNow MCP server integrates AI agents with ServiceNow's ITSM platform. It provides tools to query, create, and update ServiceNow records, and connects to the ServiceNow REST API. Developers use it to automate IT service management tasks, such as incident creation, problem resolution, and change management.
The ServiceNow MCP server integrates AI agents with ServiceNow's ITSM platform. It provides tools to query, create, and update ServiceNow records, and connects to the ServiceNow REST API. Developers use it to automate IT service management tasks, such as incident creation, problem resolution, and change management.
pip install servicenow-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"echelon-ai-labs-servicenow-mcp-github": {
"command": "uvx",
"args": [
"pip install servicenow-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from servicenow mcp?"
API Key Required
This server requires an API key from servicenow mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SERVICENOW_MCP_API_KEY | Yes | Your servicenow mcp API key |
"What resources are available in servicenow mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in servicenow mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in servicenow mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.