Freshservice MCP server
Freshservice MCP 服务器
概述
强大的 MCP(模型控制协议)服务器实现,可与 Freshservice 无缝集成,使 AI 模型能够与 Freshservice 模块交互并执行各种 IT 服务管理操作。此集成桥使您的 AI 助手能够管理和解决 IT 服务工单,从而简化您的支持工作流程。
Related MCP server: Freshdesk MCP Server by CData
主要特点
企业级 Freshservice 集成:与 Freshservice API 端点直接、安全地通信
AI 模型兼容性:使 Claude 和其他 AI 模型能够通过 Freshservice 执行服务台操作
自动化 ITSM 管理:高效处理票证创建、更新、响应和资产管理
工作流程加速:减少日常 IT 服务任务中的人工干预
支持的 Freshservice 模块
该 MCP 服务器目前支持广泛的 Freshservice 模块的操作:
门票
对话
产品
请求者
代理商
代理组
请求者组
预设回复
预设回复文件夹
工作区
解决方案类别
解决方案文件夹
解决方案文章
组件和工具
该服务器为 Freshservice 操作提供了全面的工具包:
票务管理
工具 | 描述 | 关键参数 |
| 创建新的服务票据 |
|
| 更新现有票证 |
|
| 删除票证 |
|
| 查找符合条件的票证 |
|
| 检索票证字段定义 | 没有任何 |
| 列出所有票证并分页 |
|
| 检索单张票的详细信息 |
|
入门
通过 Smithery 安装
要通过 Smithery 自动安装 freshservice_mcp:
npx -y @smithery/cli install @effytech/freshservice_mcp --client claude先决条件
Freshservice 帐户(在freshservice.com注册)
Freshservice API 密钥
已安装
uvx(pip install uv或brew install uv)
配置
从管理面板生成您的 Freshservice API 密钥:
导航至配置文件设置 → API 设置
复制您的 API 密钥以进行配置
设置您的域和身份验证详细信息,如下所示
与 Claude Desktop 一起使用
从官方网站安装Claude Desktop
将以下配置添加到您的
claude_desktop_config.json:
"mcpServers": {
"freshservice-mcp": {
"command": "uvx",
"args": [
"freshservice-mcp"
],
"env": {
"FRESHSERVICE_API_KEY": "<YOUR_FRESHSERVICE_API_KEY>",
"FRESHSERVICE_DOMAIN": "<YOUR_FRESHSERVICE_DOMAIN>"
}
}
}重要提示:将<YOUR_FRESHSERVICE_API_KEY>替换为您的实际 API 密钥,并将<YOUR_FRESHSERVICE_DOMAIN>替换为您的域名(例如, yourcompany.freshservice.com )
示例操作
配置完成后,您可以要求 Claude 执行如下操作:
创建一个新的事件单,主题为‘市场部门的网络连接问题’,描述为‘用户无法连接到市场区域的 Wi-Fi’,并将优先级设置为高”
“将变更请求 #45678 的状态更新为‘已批准’”
“列出过去 24 小时内报告的所有重大事件”
“显示资产标签为‘LT-2023-087’的笔记本电脑的资产详细信息”
“创建下周二凌晨 2 点的预定服务器维护变更请求”
测试
为了测试目的,您可以手动启动服务器:
uvx freshservice-mcp --env FRESHSERVICE_API_KEY=<your_api_key> --env FRESHSERVICE_DOMAIN=<your_domain>故障排除
验证您的 Freshservice API 密钥和域是否正确
确保与 Freshservice 服务器的网络连接正常
检查 API 速率限制和配额
验证
uvx命令是否在您的 PATH 中可用
执照
此 MCP 服务器采用 MIT 许可证。请参阅项目仓库中的 LICENSE 文件以了解更多详细信息。
其他资源
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server for seamless integration with peripheral devices connected to your computer. Control, monitor, and manage hardware devices through a unified API.5MIT
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Freshdesk data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).1MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA comprehensive MCP server that provides 159 tools for interacting with the Freshservice ITSM platform, covering modules such as tickets, assets, and project management. It enables users to manage service desk operations and configuration through the Model Context Protocol.
- AlicenseCqualityDmaintenanceAn MCP server implementation that integrates with Freshdesk, enabling AI models to interact with Freshdesk modules and perform various support operations.59MIT
Related MCP Connectors
MCP server for AI access to SmartBear tools, including BugSnag, Reflect, Swagger, PactFlow, QTM4J.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/effytech/freshservice_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server