ServiceNowMCPServer

Katyayani2610/ServiceNowMCPServer
★ 2 stars Unknown language 🤖 AI/LLM Updated 4mo ago
This MCP Server for ServiceNow is designed to be both generic and extensible. It leverages a modular approach to handle a wide range of ServiceNow use cases, from core ITSM operations to advanced CMDB management and dynamic workflow orchestration.
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": {
    "servicenowmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Katyayani2610/ServiceNowMCPServer"
      ]
    }
  }
}