Back to directory
servicenow-mcp

servicenow-mcp

@echelon-ai-labs241

An MCP server implementation for ServiceNow, enabling Claude to interact with ServiceNow instances through stdio or SSE communication.

servicenowmcp-serverapi-integrationservice-managementcloud

Installation & Configuration

{
  "mcpServers": {
    "ServiceNow": {
      "command": "/Users/yourusername/dev/servicenow-mcp/.venv/bin/python",
      "args": [
        "-m",
        "servicenow_mcp.cli"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "https://your-instance.service-now.com",
        "SERVICENOW_USERNAME": "your-username",
        "SERVICENOW_PASSWORD": "your-password",
        "SERVICENOW_AUTH_TYPE": "basic"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Python
Created
2025/3/1
Updated
2026/6/7