relation-mcp-server
Documentation
Relation MCP Server
概要
このプロジェクトは、Model Context Protocol (MCP)を使用してRelation APIにアクセスするためのサーバーです。
RelationのC機能をMCPを通じて利用できるようにすることで、AIアシスタントからRelationの顧客管理やチケット管理などの機能を簡単に利用できます。
詳しくは Re:lation開発者ページをご覧ください。
機能
- 顧客情報の取得・検索・作成
- チケットの検索・更新
- テンプレートの検索
- メール送信
- ラベル一覧取得
- ユーザー一覧取得
- 受信箱一覧取得
使用方法
1. パッケージのインストール
npm install -g relation-mcp-server2. mcp.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
An MCP server that installs other MCP servers for you JavaScript-based implementation. Trusted by 1400+ developers. Trusted by 1400+ developers.
MCP server for interacting with the iOS simulator JavaScript-based implementation. Trusted by 1200+ developers. Trusted by 1200+ developers.
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only...
This is an MCP server that allows you to directly download transcripts of YouTube videos. JavaScript-based implementation.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
An AI-powered task-management system you can drop into Cursor, Lovable, Windsurf, Roo, and others. Built for the Model Context Protocol to enhance AI capabiliti
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP