MCP servers that can create a label

4 verified servers expose a tool that can create a label

Labels are how teams categorize work: a color and a name that mark an issue, a card, or a work item so it can be filtered and found. Creating one makes a new category, so an agent setting up a board or a triage scheme can define the tags before applying them.

These verified servers let an agent create a label.

Top pick

GitHub

GitHub

Official

GitHub's official remote MCP server for repos, issues, pull requests, Actions, and code search.

version-control30,334
Tool:
  • label_write

GitHub's label_write creates a repository label (it also updates and deletes), the category an agent applies to issues and pull requests.

Pick 2

Linear

Linear

Official

Linear's official remote MCP server lets agents create, search, and update issues and projects.

productivity
Tool:
  • create_issue_label

On Linear, create_issue_label adds a label for issues, the tag a triage scheme applies to categorize work in a team.

Pick 3

Trello

Jarad DeLorenzo

Community

Maintained Trello MCP server: full board, list, card, checklist, label, member, and attachment management across boards and workspaces.

productivity
Tool:
  • create_label

Trello labels are colored tags on a board, and create_label makes one an agent can attach to cards.

Pick 4

Plane

Plane

Official

Plane's official MCP server exposes its full project API — work items, cycles, modules, and more — to agents.

project-management235
Tool:
  • create_label

For work items in a project, create_label defines a Plane label an agent files or filters by.

What to know

A label is a small piece of taxonomy, and creating one is usually the setup step before tagging things with it. The trackers here mean roughly the same by it: GitHub and Linear create labels for issues, Trello for cards on a board, Plane for work items in a project. What you set is a name and usually a color, and the label then becomes a value the agent can apply to items or filter by. Defining the scheme up front is how an agent files things consistently rather than inventing ad-hoc tags.

The label set changes slowly, so an agent that creates the categories once and remembers them avoids the common failure: minting a near-duplicate, urgent versus Urgent versus high-priority, that splits what should be one bucket. Holding which labels exist keeps the taxonomy clean.

Questions

What does a label apply to?
Whatever the tracker organizes: GitHub and Linear labels tag issues (and PRs on GitHub); Trello labels tag cards on a board; Plane labels tag work items. The label is a reusable category an agent creates once, then applies to items or filters by.
How do I avoid duplicate labels?
List the existing labels before creating one, and keep a record of the scheme. An agent with no memory of the labels in use mints near-duplicates like urgent and Urgent, which split one bucket into two. Reusing an existing label keeps filtering clean.