Freshservice MCP server
Freshservice MCP サーバー
概要
Freshserviceとシームレスに統合する強力なMCP(モデル制御プロトコル)サーバー実装により、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