MCP Server for ServiceNow
@mady22070
About MCP Server for ServiceNow
This MCP Server for ServiceNow is designed to be both generic and extensible. It leverages a modular approach to handle a wide range of ServiceNow use cases, from core ITSM operations to advanced CMDB management and dynamic workflow orchestration.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ServiceNowMCPServer": {
"command": "python",
"args": [
"-m",
"venv",
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server for ServiceNow?
MCP Server for ServiceNow is a generic, modular, and extensible MCP integration that exposes ServiceNow capabilities as tools for AI agents and external systems. It covers ITSM, ITOM, SAM, HAM, Enhanced CMDB, PPM, Employee Experience, Reporting, Analytics, dynamic tool registration, and workflow orchestration.
How to use MCP Server for ServiceNow?
Clone the repository, create a Python 3.7+ virtual environment, install dependencies (requests, fastapi, uvicorn, MCP SDK), set your ServiceNow instance URL and authentication method (basic or OAuth) in config.py, then run python main.py to start the server using standard I/O transport. Tools are invoked by sending JSON payloads specifying the tool name and arguments.
Key features of MCP Server for ServiceNow
- Generic ServiceNow client with CRUD, queries, Basic & OAuth auth.
- Modular architecture with separate domain modules (ITSM, ITOM, etc.).
- Enhanced CMDB with validation, deduplication, relationship management, enrichment, and audit logging.
- Dynamic tool registration, deregistration, and listing at runtime.
- Workflow orchestration for coordinating complex multi-step processes.
- Rich, configurable prompt templates for AI agent interactions.
Use cases of MCP Server for ServiceNow
- Automate incident management (create, read, update, delete incidents) via AI agents.
- Manage asset lifecycle (SAM license records, HAM asset records) from external orchestration tools.
- Perform enhanced CMDB operations (create/query CI records, deduplicate, manage relationships, enrich data).
- Trigger ITOM events and manage PPM projects through API-driven workflows.
- Orchestrate multi-step access provisioning or other business processes using the workflow module.
FAQ from MCP Server for ServiceNow
What authentication methods are supported?
The server supports both Basic Authentication and OAuth. Set SN_AUTH_METHOD in config.py to either "basic" or "oauth" and provide the corresponding credentials.
What are the runtime requirements?
Python 3.7 or higher is required, along with the packages requests, fastapi, uvicorn, and the MCP SDK.
How are tools invoked?
Tools are invoked by sending a JSON payload with a name field (the tool name) and an arguments object matching the toolβs input schema. The server uses standard I/O transport for development and testing.
Does the server support dynamic tool registration?
Yes, the dynamic_tools module allows registration, deregistration, and listing of new tools at runtime without server restart.
What is the default transport?
The MCP server uses standard I/O transport when started via python main.py, making it suitable for development and testing with MCP-compatible clients.
More Reasoning MCP servers
n8n Workflow Builder MCP
ifmelateMCP server that allow LLM in agent mode builds n8n workflows for you
Node Code Sandbox MCP π οΈ
mozicim# π’π Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
Agentic MCP Client
peakmojoA standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
n8n - Secure Workflow Automation for Technical Teams
n8n-ioFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Sandbox Mcp
pottekkatA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.
Comments