Back to Home
bhandary icon

my-servicenow-mcp-server

Verified Safe

by bhandary

Overview

Provides a Model Context Protocol (MCP) server that enables AI agents to access and manipulate ServiceNow data through a secure API.

Installation

Run Command
python main.py --transport streamable-http

Environment Variables

  • SERVICENOW_INSTANCE_URL
  • SERVICENOW_USERNAME
  • SERVICENOW_PASSWORD

Security Notes

No `eval` or obfuscation found. Credentials are primarily retrieved from environment variables or command-line arguments, which is a good practice. The server binds to `0.0.0.0` by default, making it accessible externally if not properly firewalled. Currently, only Basic Authentication is directly supported via the `main` function's command-line parsing, although classes for Token and OAuth authentication exist.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-18

Tags

ServiceNowMCPAI AgentIntegrationAutomation