mcp-plain
@orbitlogistics/mcp-plain
Plain カスタマーサポートプラットフォーム用の MCP サーバー。スレッドやヘルプセンター記事などの管理ツールを Model Context Protocol 経由で提供します。
セットアップ
Claude Code を使用する場合
プロジェクトの .claude/settings.json に追加します:
{
"mcpServers": {
"plain": {
"command": "npx",
"args": ["-y", "@orbitlogistics/mcp-plain@latest"],
"env": {
"PLAIN_API_KEY": "${PLAIN_API_KEY}"
}
}
}
}次に、シェル環境(例: .zshrc、.envrc、またはシークレットマネージャー)で PLAIN_API_KEY を設定します。
その他の MCP クライアントを使用する場合
サーバーを直接実行します:
PLAIN_API_KEY=plainApiKey_xxx npx @orbitlogistics/mcp-plain@latestRelated MCP server: plane-mcp-server
ツール
注: このサーバーは Plain API の全機能をカバーしているわけではありません。実際に使用しているエンドポイントのみを対象としています。追加のメソッドが必要な場合は、PR を歓迎します!
スレッド
list_threads- フィルター(ステータス、優先度、ラベル、顧客、テナント)でスレッドを一覧表示しますget_thread- ID でスレッドの詳細を取得します(タイムラインを含む)get_thread_by_ref- 参照番号でスレッドを取得します(例: T-510)get_thread_fields- スレッドのカスタムフィールド値を取得しますcreate_thread- 新しいスレッドを作成します(必要に応じてメールアドレスで顧客を自動作成します)reply_to_thread- 元のチャネルを通じて返信を送信しますmark_thread_as_done- スレッドを解決済みとしてマークしますupsert_thread_field- カスタムフィールド値を設定/更新しますadd_internal_note- 内部メモを投稿します(顧客には表示されません)add_labels- スレッドにカテゴリラベルを追加しますget_label_types- 利用可能なラベルタイプを一覧表示します
スレッドリンク
link_threads- スレッドを別の Plain スレッド、Linear の issue、Jira の issue、または汎用ソースにリンクしますget_thread_links- スレッド上のリンクを一覧表示しますunlink_thread- リンク ID でリンクを削除します
get_thread と get_thread_by_ref は、スレッドの最初の 25 件のリンクを links 配列でも返します。
添付ファイル
get_attachment_download_url- 一時的なダウンロード URL を取得しますget_attachment_content- 添付ファイルのコンテンツを取得します(テキストまたは base64)
ヘルプセンター
list_help_centers- すべてのヘルプセンターを一覧表示しますget_help_center- ヘルプセンターの構造を取得します(グループと記事)list_help_center_articles- 記事を全文付きで一覧表示しますget_help_center_article- ID で記事を取得しますget_help_center_article_by_slug- URL スラッグで記事を取得しますupsert_help_center_article- 記事を作成または更新します(常に DRAFT として保存されます)create_help_center_article_group- 記事グループを作成しますdelete_help_center_article_group- 空の記事グループを削除します
開発
pnpm install
pnpm test
pnpm buildライセンス
MIT
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 gradedqualityDmaintenanceAn MCP server for the Plane project management platform that enables users to manage workspaces, projects, and work items. It supports full CRUD operations for issues while providing access to cycles, modules, labels, and workflow states.MIT
- AlicenseBqualityDmaintenanceMCP server for Plane integration, enabling AI agents to interact with Plane APIs and services for project management tasks.100MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for integrating AI agents with the Plane project management platform, providing tools to manage projects, work items, cycles, modules, and more.MIT
- AlicenseBqualityAmaintenanceUnofficial MCP server for self-hosted Plane Community Edition, enabling project management tasks like managing work items, cycles, modules, and initiatives via natural language.1001MIT
Related MCP Connectors
MCP server for interacting with the Supabase platform
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A basic MCP server to operate on the Postman API.
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/orbit-logistics/mcp-plain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server