ServiceNow MCP Server
@Vel-12
关于 ServiceNow MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ServiceNow": {
"command": "python",
"args": [
"-m",
"servicenow_mcp.cli"
],
"env": {
"SERVICENOW_INSTANCE_URL": "",
"SERVICENOW_USERNAME": "",
"SERVICENOW_PASSWORD": "",
"SERVICENOW_AUTH_TYPE": ""
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
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
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论