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}"
}
}
}
}然后在 shell 环境中设置 PLAIN_API_KEY(例如 .zshrc、.envrc 或密钥管理器)。
使用其他 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 问题、Jira 问题或通用来源get_thread_links- 列出线程上的链接unlink_thread- 按链接 ID 移除链接
get_thread 和 get_thread_by_ref 还会在 links 数组中返回线程的前 25 个链接。
附件
get_attachment_download_url- 获取临时下载 URLget_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- 创建或更新文章(始终保存为草稿)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