ServiceNow MCP Server
@Vel-12
About ServiceNow MCP Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ServiceNow": {
"command": "python",
"args": [
"-m",
"servicenow_mcp.cli"
],
"env": {
"SERVICENOW_INSTANCE_URL": "",
"SERVICENOW_USERNAME": "",
"SERVICENOW_PASSWORD": "",
"SERVICENOW_AUTH_TYPE": ""
}
}
}
}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 ServiceNow MCP Server?
A Model Context Protocol (MCP) server implementation that enables Claude to connect to ServiceNow instances, retrieve data, and perform actions through the ServiceNow API. It serves as a bridge between Claude and ServiceNow for seamless integration.
How to use ServiceNow MCP Server?
Install with Python 3.11+, clone the repository, create a virtual environment, install the package, and configure a .env file with ServiceNow credentials. Start the server with python -m servicenow_mcp.cli for stdio mode or servicenow-mcp-sse for SSE mode. Optionally set the MCP_TOOL_PACKAGE environment variable to load a subset of tools. Integration with Claude Desktop is configured via a JSON file.
Key features of ServiceNow MCP Server
- Connect using Basic, OAuth, or API Key authentication
- Query, create, update, and delete ServiceNow records
- Execute ServiceNow scripts and workflows
- Access and optimize the ServiceNow Service Catalog
- Debug mode for troubleshooting
- Supports both stdio and SSE communication
Use cases of ServiceNow MCP Server?
- Manage incidents, change requests, and workflows from Claude
- Create and update service catalog items and categories
- Administer knowledge bases, articles, users, and groups
- Manage script includes and changesets for development
- Create UI policies and actions for catalog items
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments