MCP.so
登录

Freshservice MCP Server

@effytech

关于 Freshservice MCP Server

MCP server created for Freshservice, allowing AI models to interact with Freshservice modules

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

effytech

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "freshservice_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@effytech/freshservice_mcp",
        "--client",
        "claude"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Freshservice MCP Server?

A Model Context Protocol server that integrates with Freshservice, enabling AI models to interact with Freshservice modules and perform IT service management operations such as ticket creation, updates, and asset management.

How to use Freshservice MCP Server?

Install via Smithery (npx -y @smithery/cli install @effytech/freshservice_mcp --client claude) or configure manually in Claude Desktop by adding a freshservice-mcp entry with command: "uvx", args: ["freshservice-mcp"], and environment variables FRESHSERVICE_API_KEY and FRESHSERVICE_DOMAIN. For testing, run uvx freshservice-mcp --env FRESHSERVICE_API_KEY=<api_key> --env FRESHSERVICE_DOMAIN=<domain>.

Key features of Freshservice MCP Server

  • Enterprise-grade Freshservice API integration
  • AI model compatibility (Claude and others)
  • Automated ITSM management for routine tasks
  • Workflow acceleration through reduced manual intervention
  • Supports 13 Freshservice modules

Use cases of Freshservice MCP Server

  • Create and manage incident tickets from AI chat
  • Update change request statuses and approvals
  • Search and list critical tickets by criteria
  • Retrieve asset details by tag or ID
  • Schedule and create change requests

FAQ from Freshservice MCP Server

What prerequisites are needed?

A Freshservice account, a Freshservice API key, and uvx installed (via pip install uv or brew install uv).

How do I configure the server with Claude Desktop?

Add a freshservice-mcp entry to claude_desktop_config.json with command: "uvx", args: ["freshservice-mcp"], and environment variables FRESHSERVICE_API_KEY and FRESHSERVICE_DOMAIN.

Which Freshservice modules does the server support?

Tickets, Conversations, Products, Requesters, Agents, Agent Groups, Requester Groups, Canned Responses, Canned Response Folders, Workspaces, Solution Categories, Solution Folders, and Solution Articles.

How can I test the server manually?

Run uvx freshservice-mcp --env FRESHSERVICE_API_KEY=<your_api_key> --env FRESHSERVICE_DOMAIN=<your_domain>.

What should I do if I encounter issues?

Verify your API key and domain, ensure network connectivity to Freshservice servers, check API rate limits and quotas, and confirm uvx is available in your PATH.

评论

其他 分类下的更多 MCP 服务器