servicenow-mcp-server

Zijadx/servicenow-mcp-server
★ 1 stars Python 🤖 AI/LLM Updated 3d ago
Production-ready ServiceNow MCP server for Claude — 26 tools, dual stdio/HTTP transport, Bearer auth
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "servicenow-mcp-serve": {
      "command": "uvx",
      "args": [
        "servicenow-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install servicenow-mcp-server