Loading MCP server directory, please wait...
A highly customizable MCP server for ServiceNow API integration
npx @getmcp/cli add io.github.asklokesh/servicenow-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
SERVICENOW_API_KEYAPI Key for SERVICENOW
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/servicenow-mcp-server": {
"command": "uvx",
"args": [
"servicenow-mcp-server"
],
"env": {
"SERVICENOW_API_KEY": "",
"SERVICENOW_API_URL": ""
}
}
}
}