Back to Apps

ServiceNow MCP Server
by alenthomas2468
High-performance MCP server for managing ServiceNow incidents, users, workflows, and knowledge base articles.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a robust bridge between LLMs and ServiceNow instances, enabling the AI to automate ITSM tasks, manage incidents, and interact with the ServiceNow Knowledge Base and Script Includes.
Tools
incident_tools: Manage and query ServiceNow incidents.user_tools: Handle user and group information.story_tools: Interact with ServiceNow stories.workflow_tools: Manage and monitor workflows.knowledge_base: Query and update KB articles.script_include_tools: Interface with server-side script includes.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"servicenow": {
"command": "python",
"args": ["src/servicenow_mcp/server.py"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 6/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"servicenow": {
"command": "python",
"args": ["src/servicenow_mcp/server.py"]
}
}
}





