plain-mcp

tellahq/plain-mcp

3.3

If you are the rightful owner of plain-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

An MCP server for querying your Plain.com support backlog from Claude.

Tools
4
Resources
0
Prompts
0

Plain.com MCP Server

An MCP server providing comprehensive access to the Plain.com API from Claude, with 77 tools covering support threads, customers, help centers, automation, and more.

Setup

  1. Install dependencies:
bun install
  1. Get your Plain.com API key from Settings → API Keys with full API permissions.

  2. Add to your Claude Code config (~/.claude.json):

{
  "mcpServers": {
    "plain": {
      "command": "bun",
      "args": ["run", "/path/to/plain-mcp/src/index.ts"],
      "env": {
        "PLAIN_API_KEY": "your-api-key"
      }
    }
  }
}
  1. Restart Claude Code to load the MCP server.

Available Tools (77)

Help Centers

ToolDescription
list_help_centersList all help centers in the workspace
get_help_centerGet details of a specific help center
create_help_centerCreate a new help center
update_help_centerUpdate an existing help center
delete_help_centerDelete a help center
update_help_center_custom_domainSet a custom domain for a help center
verify_help_center_custom_domainVerify DNS ownership of a custom domain

Help Center Articles

ToolDescription
list_help_center_articlesList articles in a help center
get_help_center_articleGet a specific help center article by ID
get_help_center_article_by_slugGet a help center article by its URL slug
upsert_help_center_articleCreate or update a help center article
delete_help_center_articleDelete a help center article
generate_help_center_articleAuto-generate an article from a thread using AI

Help Center Article Groups

ToolDescription
list_help_center_article_groupsList article groups (categories) in a help center
get_help_center_article_groupGet a specific article group by ID
create_help_center_article_groupCreate a new article group (category)
update_help_center_article_groupUpdate an article group
delete_help_center_article_groupDelete an article group

Help Center Index

ToolDescription
get_help_center_indexGet the navigation index/structure of a help center
update_help_center_indexUpdate the navigation index/structure

Knowledge Sources

ToolDescription
create_knowledge_sourceCreate a knowledge source for AI to reference
delete_knowledge_sourceDelete a knowledge source

Customers

ToolDescription
upsert_customerCreate or update a customer
delete_customerDelete a customer
get_customerGet detailed customer information by ID
search_customersSearch for customers by email
mark_customer_as_spamMark a customer as spam
unmark_customer_as_spamRemove spam marking from a customer
create_customer_eventCreate a custom event on a customer timeline

Customer Groups

ToolDescription
list_customer_groupsList all customer groups
create_customer_groupCreate a new customer group
add_customer_to_groupsAdd a customer to one or more groups
remove_customer_from_groupsRemove a customer from one or more groups

Threads

ToolDescription
list_threadsList support threads with optional status filter
get_threadGet detailed thread info including conversation timeline
get_queue_statsGet a quick overview of support queue counts
create_threadCreate a new support thread for a customer
update_thread_titleUpdate the title of a thread
delete_threadPermanently delete a thread
assign_threadAssign a thread to a user
unassign_threadRemove assignment from a thread
change_thread_priorityChange the priority of a thread
create_thread_eventCreate a custom event on a thread timeline

Thread Actions

ToolDescription
reply_to_threadReply to a thread (sent via original channel)
mark_thread_doneMark a thread as done/resolved
mark_thread_todoMark a thread as todo (re-open it)
snooze_threadSnooze a thread for a specified duration

Thread Labels

ToolDescription
list_label_typesList all available label types
create_label_typeCreate a new label type
add_labels_to_threadAdd labels to a thread
remove_labels_from_threadRemove labels from a thread

Thread Fields

ToolDescription
list_thread_field_schemasList all custom thread field schemas
upsert_thread_fieldSet a custom field value on a thread

Notes

ToolDescription
create_noteCreate an internal note on a thread (not visible to customer)
delete_noteDelete an internal note from a thread

Communication

ToolDescription
send_emailSend a new email to a customer (starts a new thread)
send_chatSend a chat message to a customer

Companies

ToolDescription
upsert_companyCreate or update a company
delete_companyDelete a company

Tenants

ToolDescription
upsert_tenantCreate or update a tenant
delete_tenantDelete a tenant

Snippets

ToolDescription
list_snippetsList all snippets (canned responses)
create_snippetCreate a new snippet
update_snippetUpdate an existing snippet
delete_snippetDelete a snippet

Webhooks

ToolDescription
list_webhooksList all webhook targets
create_webhookCreate a new webhook target
update_webhookUpdate a webhook target
delete_webhookDelete a webhook target

Autoresponders

ToolDescription
list_autorespondersList all autoresponders
create_autoresponderCreate a new autoresponder
delete_autoresponderDelete an autoresponder

Tiers

ToolDescription
list_tiersList all support tiers
create_tierCreate a new support tier
delete_tierDelete a support tier

Workspace & Users

ToolDescription
get_workspaceGet current workspace information
list_usersList workspace users

Example Usage

Ask Claude:

  • "Show me all todo threads"
  • "Get the details of thread th_xxx"
  • "How many threads need attention?"
  • "Find customer john@example.com"
  • "Reply to thread th_xxx saying we're looking into it"
  • "Mark thread th_xxx as done"
  • "Snooze thread th_xxx for 24 hours"
  • "Add a note to thread th_xxx that this is a billing issue"
  • "Create a new help center article about password resets"
  • "List all snippets"
  • "Assign thread th_xxx to user u_xxx"
  • "Generate a help center article from thread th_xxx"