Registry / devops / mfa-servicenow-mcp

mfa-servicenow-mcp

JSON →
library1.15.16pypypi✓ verified 80d ago

A Model Context Protocol (MCP) server implementation for ServiceNow, version 1.15.16. Released regularly; provides MCP tools to interact with ServiceNow records.

pip install mfa-servicenow-mcp
INSTALL
IMPORT
SIG · MFA-SERVICENOW-MCP
M
mfa-servicenow-mcp
devopspythonv1.15.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ServiceNowMCP
from servicenow_mcp import ServiceNowMCP
from mfa_servicenow_mcp import mcp

Run the MCP server; requires ServiceNow credentials set as environment variables.

import os from mfa_servicenow_mcp import mcp # Environment variables for authentication # SERVICE_NOW_INSTANCE, SERVICE_NOW_USERNAME, SERVICE_NOW_PASSWORD # or set them in a .env file if __name__ == "__main__": mcp.run()
Debug
Known issues
breakingThe service now instance URL must not include trailing slash. Version 1.15.0+ enforces this.
fix
Ensure SERVICE_NOW_INSTANCE ends without a slash (e.g., 'https://dev123456.service-now.com').
affects: >=1.15.0
deprecatedDirect import from 'mfa_servicenow_mcp.server' is deprecated; import from 'mfa_servicenow_mcp' directly.
fix
Use 'from mfa_servicenow_mcp import mcp' instead.
affects: >=1.14.0
gotchaThe MCP server will fail silently if credentials are missing. Always check console logs for auth errors.
fix
Verify environment variables are set and correct before running.
affects: all
Upgrade
Version history
1.15.16latest on PyPI · released Jun 5, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

mfa-servicenow-mcp — pip install mfa-servicenow-mcp · libregistry