Loading MCP server directory, please wait...
ServiceNow ITSM MCP server for Model Context Protocol hosts
npx @getmcp/cli add io.github.mindstone/mcp-server-servicenowRequires Node.js 18+. Community-contributed server. Review source before installing.
SERVICENOW_INSTANCEServiceNow instance name (e.g. acme for acme.service-now.com)
SERVICENOW_USERNAMEServiceNow username
SERVICENOW_PASSWORDServiceNow password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.mindstone/mcp-server-servicenow": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-servicenow"
],
"env": {
"SERVICENOW_INSTANCE": "",
"SERVICENOW_USERNAME": "",
"SERVICENOW_PASSWORD": ""
}
}
}
}