Home › Other › happy-platform-mcp

happy-platform-mcp

Multi-instance ServiceNow MCP server with 40+ tools and intelligent schema discovery

JavaScript
★ 54 stars Last pushed 2026-09-22 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.1)

npx -y servicenow-mcp-server@2.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "happy-platform-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "servicenow-mcp-server@2.1.1"
      ],
      "env": {
        "SERVICENOW_INSTANCE_URL": "<YOUR_VALUE>",
        "SERVICENOW_USERNAME": "<YOUR_VALUE>",
        "SERVICENOW_PASSWORD": "<YOUR_VALUE>",
        "SERVICENOW_AUTH_TYPE": "<YOUR_VALUE>",
        "SERVICENOW_INSTANCE": "<YOUR_VALUE>"
      }
    }
  }
}
  • SERVICENOW_INSTANCE_URL required — ServiceNow instance URL (e.g., https://dev123456.service-now.com)
  • SERVICENOW_USERNAME required — ServiceNow username
  • SERVICENOW_PASSWORD required secret — ServiceNow password
  • SERVICENOW_AUTH_TYPE — Authentication type (default: basic)
  • SERVICENOW_INSTANCE — Specific instance name from config file (optional)

Related servers

Data from the Official MCP Registry