Back to MCP directory
publicPublicdnsLocal runtime

mcpnew

一个用于Claude AI集成的ServiceNow MCP服务器,提供事件管理、邮件处理和服务请求工具。

article

README

🚀 ServiceNow MCP Server

这是一个用于集成Claude AI的ServiceNow MCP服务器,提供了事件管理、邮件处理和服务请求等工具,助力高效的服务管理。

🚀 快速开始

安装

使用npm进行全局安装:

npm install -g mcp-servicenow

使用步骤

  1. 创建一个 .env 文件,并填入你的ServiceNow凭证:
SERVICE_NOW_INSTANCE=your-instance
SERVICE_NOW_USERNAME=your-username
SERVICE_NOW_PASSWORD=your-password
  1. 启动服务器:
mcp-servicenow
  1. 配置Claude AI以使用此MCP服务器:
{
  "mcp": {
    "url": "http://localhost:3000",
    "protocolVersion": "2025-06-18"
  }
}

✨ 主要特性

  • 在ServiceNow中创建事件
  • 管理服务请求
  • 发送和管理邮件
  • 浏览ServiceNow目录
  • 请求目录项

🤝 贡献代码

  1. 分叉仓库
  2. 创建你的特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交你的更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到该分支 (git push origin feature/AmazingFeature)
  5. 打开一个拉取请求

📄 许可证

本项目采用MIT许可证 - 详情请参阅 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client