servicenow-mcp-server

raves12/servicenow-mcp-server
★ 0 stars Unknown language AI/LLM Updated 5d ago
An MCP server that enables AI assistants to interact with and automate ServiceNow through natural language.
View on GitHub → 🔍 Audit Wallet Slippage →

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": "npx",
      "args": [
        "-y",
        "raves12/servicenow-mcp-server"
      ]
    }
  }
}