Stats
Actions
Tags
From servicenow
Connects remotely to ServiceNow MCP endpoint (https://mcp.servicenow.com/mcp) for IT service management, incident tracking, ticketing, and enterprise workflows. Requires ServiceNow credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"servicenow": {
"command": "uvx",
"args": [
"mcp-server-servicenow"
],
"env": {
"SERVICENOW_PASSWORD": "${SERVICENOW_PASSWORD}",
"SERVICENOW_USERNAME": "${SERVICENOW_USERNAME}",
"SERVICENOW_AUTH_TYPE": "${SERVICENOW_AUTH_TYPE}",
"SERVICENOW_CLIENT_ID": "${SERVICENOW_CLIENT_ID}",
"SERVICENOW_INSTANCE_URL": "${SERVICENOW_INSTANCE_URL}",
"SERVICENOW_CLIENT_SECRET": "${SERVICENOW_CLIENT_SECRET}"
}
}
}
}Replace placeholder values for: SERVICENOW_PASSWORD, SERVICENOW_AUTH_TYPE, SERVICENOW_CLIENT_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
SERVICENOW_PASSWORD=${SERVICENOW_PASSWORD}SERVICENOW_USERNAME=${SERVICENOW_USERNAME}SERVICENOW_AUTH_TYPE=${SERVICENOW_AUTH_TYPE}SERVICENOW_CLIENT_ID=${SERVICENOW_CLIENT_ID}SERVICENOW_INSTANCE_URL=${SERVICENOW_INSTANCE_URL}SERVICENOW_CLIENT_SECRET=${SERVICENOW_CLIENT_SECRET}Sensitive values you must provide — never committed to source control
npx claudepluginhub kylburns89/servicenow-claude-plugins --plugin plugin