Connector guide1-minute read6 MCP toolsEN · DE · IT

Znuny を MCP に — あらゆる AI エージェントから Znuny を操作

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

HCBy HelpCode team更新日 1 min read GitHub でオープンソース

クレジットカード不要 · 7日間の試用 · セルフホストの選択肢あり

Znuny

Znuny

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

ツール

6

地域

DE

カテゴリー

Customer Support

認証

Query Param Auth

必要な環境変数

ZNUNY_URLZNUNY_WEBSERVICEZNUNY_USERNAMEZNUNY_PASSWORD
Cloud にワンクリックでインストール

7日間無料トライアル · クレジットカード不要

  • 7日間の無料トライアル
    クレジットカード不要
  • GDPR & SOC 2 ready
    EU データ保管、監査ログ
  • GitHub でオープンソース
    オープンソース · AGPL-3.0
  • ChatGPT、Claude、Gemini に対応
    MCP 対応クライアントすべて

インストール不要。2分以内に動きます。

cloud.anythingmcp.com で無料トライアルを開始し、Znuny をワンクリックで追加して、AI クライアント(Claude、ChatGPT、Copilot、Cursor)を生成された MCP エンドポイントに向けるだけ。Docker も git clone も、開発経験も不要です。

無料トライアルを開始

Summary

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

こう聞いてみよう

Znuny のサンプルプロンプト

プロンプトをクリックでコピー。Claude / ChatGPT / Cursor / Gemini / Copilot / OpenClaw に貼り付けて、このコネクターで実行できます。

Znuny · MCP 経由でライブ
共有
Opus 4.7

Claude は AI のため誤ることがあります。回答をご確認ください。

💡 インストール不要? cloud.anythingmcp.com を直接利用してください。 サインインし、Connectors → Znuny をクリック、認証情報を貼り付け、MCP API キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Znuny

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

セットアップ

A Znuny web service has to be created before any of this works. Znuny does not expose a REST API by default; you build one in the admin UI.

  1. Go to Admin → Web Services → Add web service and import Znuny's bundled GenericTicketConnectorREST.yml (it ships in scripts/examples/webservices/). That file defines exactly the four operations this adapter calls, and the routes below are its routes: GET /Ticket is TicketSearch, POST /Ticket is TicketCreate, GET /Ticket/:TicketID is TicketGet and PATCH /Ticket/:TicketID is TicketUpdate. If you wrote your own web service with different routes, change them here to match.

前提条件: ZNUNY_URL, ZNUNY_WEBSERVICE, ZNUNY_USERNAME, ZNUNY_PASSWORD

ローカルでコネクタをインストール

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

http://localhost:3000/connectors/store を開き、 Znuny を選択し、前提条件に記載された環境変数を入力します。

利用可能なツール

ToolWhat it does
znuny_search_ticketsSearch tickets by queue, state, customer or title fragment (TicketSearch)
znuny_get_ticketRead one ticket by TicketID (TicketGet) with its queue, state, priority, owner, customer and SLA
znuny_get_ticket_articlesRead one ticket's full conversation: every article in order with its sender, channel, subject, body and customer visibility
znuny_create_ticketOpen a real ticket with its first article (TicketCreate)
znuny_add_articleAdd an article to an existing ticket (TicketUpdate)
znuny_update_ticketChange a ticket's state, queue, priority or owner (TicketUpdate) — the move that closes a ticket or hands it to another team

次のステップ

このガイドは役に立ちましたか?

Your Znuny agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

関連ガイド

connectors

Znuny を ChatGPT に接続する方法 — MCP 経由

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

Znuny を Claude に接続する方法 — MCP 経由

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

Znuny を Cursor に接続する方法 — MCP 経由

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

Znuny を Gemini に接続する方法 — MCP 経由

Znuny (the maintained OTRS fork, and the same API as OTOBO): search and read tickets with their articles, open tickets and add articles, over the GenericInterface REST web service on your own instance.

connectors

AFAS Profit を MCP に — あらゆる AI エージェントから AFAS Profit を操作

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

Aruba Fatturazione Elettronica を MCP に — あらゆる AI エージェントから Aruba Fatturazione Elettronica を操作

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.