trackmcp
Back to directory
Procrustes5

relation-mcp-server

View on GitHub
0 stars JavaScriptServers & Infrastructure Updated Apr 24, 2025

Documentation

Relation MCP Server

概要

このプロジェクトは、Model Context Protocol (MCP)を使用してRelation APIにアクセスするためのサーバーです。

RelationのC機能をMCPを通じて利用できるようにすることで、AIアシスタントからRelationの顧客管理やチケット管理などの機能を簡単に利用できます。

詳しくは Re:lation開発者ページをご覧ください。

機能

  • 顧客情報の取得・検索・作成
  • チケットの検索・更新
  • テンプレートの検索
  • メール送信
  • ラベル一覧取得
  • ユーザー一覧取得
  • 受信箱一覧取得

使用方法

1. パッケージのインストール

code
npm install -g relation-mcp-server

2. mcp.jsonの設定

json
{
  "relation-api": {
    "command": "relation-mcp-server",
    "env": {
      "RELATION_API_TOKEN": "あなたのトークン",
      "RELATION_SUBDOMAIN": "あなたのサブドメイン"
    }
  }
}

認証

すべてのAPIの利用にアクセストークンが必要です。

Re:lation 画面左下ツールアイコン(システム設定)より、[API トークン] でアクセストークンを発行・確認することができます。

ライセンス

MIT

Frequently asked questions

What is relation-mcp-server?

relation-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install relation-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is relation-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/Procrustes5/relation-mcp-server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP