Server data from the Official MCP Registry
ServiceNow MCP server — 450+ tools (ITSM, ITOM, CMDB, scripting) for Claude, ChatGPT & any AI.
ServiceNow MCP server — 450+ tools (ITSM, ITOM, CMDB, scripting) for Claude, ChatGPT & any AI.
NowAIKit is a comprehensive ServiceNow MCP server with 450+ tools for ITSM, CMDB, and enterprise automation. The codebase demonstrates reasonable security practices with write-protection flags and permission scoping, but has several moderate concerns: credential handling via environment variables without explicit encryption guidance, broad network access appropriate to its purpose, and limited evidence of input validation in the visible code samples. The permissions (network_http, env_vars) align well with category baseline for Developer Tools, but users should understand the credential exposure risk when deploying in shared environments. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).
4 files analyzed · 8 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: SERVICENOW_INSTANCE_URL
Environment variable: SERVICENOW_AUTH_METHOD
Environment variable: SERVICENOW_BASIC_USERNAME
Environment variable: SERVICENOW_BASIC_PASSWORD
Environment variable: WRITE_ENABLED
Environment variable: SCRIPTING_ENABLED
Environment variable: CMDB_WRITE_ENABLED
Environment variable: NOW_ASSIST_ENABLED
Environment variable: ATF_ENABLED
Environment variable: MCP_TOOL_PACKAGE
Environment variable: TRANSPORT
Environment variable: PORT
Environment variable: NOWAIKIT_API_KEY
Environment variable: FLUENT_ENABLED
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-aartiq-nowaikit": {
"env": {
"PORT": "your-port-here",
"TRANSPORT": "your-transport-here",
"ATF_ENABLED": "your-atf-enabled-here",
"WRITE_ENABLED": "your-write-enabled-here",
"FLUENT_ENABLED": "your-fluent-enabled-here",
"MCP_TOOL_PACKAGE": "your-mcp-tool-package-here",
"NOWAIKIT_API_KEY": "your-nowaikit-api-key-here",
"SCRIPTING_ENABLED": "your-scripting-enabled-here",
"CMDB_WRITE_ENABLED": "your-cmdb-write-enabled-here",
"NOW_ASSIST_ENABLED": "your-now-assist-enabled-here",
"SERVICENOW_AUTH_METHOD": "your-servicenow-auth-method-here",
"SERVICENOW_INSTANCE_URL": "your-servicenow-instance-url-here",
"SERVICENOW_BASIC_PASSWORD": "your-servicenow-basic-password-here",
"SERVICENOW_BASIC_USERNAME": "your-servicenow-basic-username-here"
},
"args": [
"-y",
"nowaikit"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.