Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.gogogadgetbytes/planka

NPM · @GOGOGADGETBYTES/PLANKA-MCP · SCANNED SEP 22

MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.

0 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 230 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 987 tokens (~65/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "planka_delete_card" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 15 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.gogogadgetbytes/planka MCP server?

io.github.gogogadgetbytes/planka runs locally as an npm package, launched with npx -y @gogogadgetbytes/planka-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @gogogadgetbytes/planka-mcp

# add to Claude Code
claude mcp add gogogadgetbytes-planka -- npx -y @gogogadgetbytes/planka-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "gogogadgetbytes-planka": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gogogadgetbytes-planka": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add gogogadgetbytes-planka -- npx -y @gogogadgetbytes/planka-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gogogadgetbytes-planka": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gogogadgetbytes-planka --command npx --arg -y --arg @gogogadgetbytes/planka-mcp
# ~/.hermes/config.yaml
mcp_servers:
  gogogadgetbytes-planka:
    command: "npx"
    args: ["-y", "@gogogadgetbytes/planka-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gogogadgetbytes-planka": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add gogogadgetbytes-planka -t stdio -c npx -a -y @gogogadgetbytes/planka-mcp
// mcp.json
{
  "mcpServers": {
    "gogogadgetbytes-planka": {
      "command": "npx",
      "args": [
        "-y",
        "@gogogadgetbytes/planka-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: fail → unverified functional
  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 19 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 14 Sept 26 +1
    • Security disclosure: fail → unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Sept 2026 · Analysed npm/@gogogadgetbytes/planka-mcp@1.0.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 15 exposed · ~987 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
planka_add_comment ~53

Add a comment to a card. Use this for status updates, notes, or agent activity logs.

NameTypeReqDescription
cardIdstringyesThe card ID
textstringyesComment text (markdown supported)

No output schema declared.

No examples provided.

planka_create_card ~111

Create a new card on a board. Optionally add tasks (checklist items) at the same time.

NameTypeReqDescription
descriptionstringCard description (markdown supported)
dueDatestringDue date in ISO format
labelIdsarrayOptional: Label IDs to attach
listIdstringyesThe list to create the card in
namestringyesCard title
tasksarrayOptional: Task names to add as a checklist

No output schema declared.

No examples provided.

planka_create_tasks ~46

Add one or more tasks (checklist items) to a card.

NameTypeReqDescription
cardIdstringyesThe card ID
tasksarrayyesTask names to create

No output schema declared.

No examples provided.

planka_delete_card ~34

Permanently delete a card. This cannot be undone.

NameTypeReqDescription
cardIdstringyesThe card ID to delete

No output schema declared.

No examples provided.

planka_delete_task ~30

Delete a task from a card.

NameTypeReqDescription
taskIdstringyesThe task ID to delete

No output schema declared.

No examples provided.

planka_get_board ~59

Get a board with all its lists, cards, and labels. Use this to see everything on a board.

NameTypeReqDescription
boardIdstringyesThe board ID
includeTaskCountsbooleanInclude task completion counts for each card

No output schema declared.

No examples provided.

planka_get_card ~37

Get full details of a card including tasks, comments, labels, and attachments.

NameTypeReqDescription
cardIdstringyesThe card ID

No output schema declared.

No examples provided.

planka_get_comments ~28

Get all comments on a card.

NameTypeReqDescription
cardIdstringyesThe card ID

No output schema declared.

No examples provided.

planka_get_structure ~50

Get the full project/board/list structure. Use this to understand what projects and boards exist before working with cards.

NameTypeReqDescription
projectIdstringOptional: Get structure for a specific project only

No output schema declared.

No examples provided.

planka_manage_labels ~180

Create, update, or delete labels on a board.

NameTypeReqDescription
actionstringyesAction to perform
boardIdstringBoard ID (required for create)
colorstringLabel color. Valid colors: berry-red, pumpkin-orange, lagoon-blue, pink-tulip, light-mud, orange-peel, bright-moss, antique-blue, dark-granite, lagune-blue, sunny-grass, morning-sky, light-orange, mi…
labelIdstringLabel ID (required for update/delete)
namestringLabel name

No output schema declared.

No examples provided.

planka_manage_lists ~78

Create, update, or delete lists on a board.

NameTypeReqDescription
actionstringyesAction to perform
boardIdstringBoard ID (required for create)
listIdstringList ID (required for update/delete)
namestringList name
positionnumberList position

No output schema declared.

No examples provided.

planka_move_card ~81

Move a card to a different list or position. Use this for workflow transitions (e.g., 'To Do' -> 'In Progress').

NameTypeReqDescription
cardIdstringyesThe card ID
listIdstringyesTarget list ID
positionnumberPosition in the list (lower = higher). Default: end of list

No output schema declared.

No examples provided.

planka_set_card_labels ~56

Add or remove labels from a card.

NameTypeReqDescription
addLabelIdsarrayLabel IDs to add
cardIdstringyesThe card ID
removeLabelIdsarrayLabel IDs to remove

No output schema declared.

No examples provided.

planka_update_card ~91

Update a card's properties (name, description, due date, completion status).

NameTypeReqDescription
cardIdstringyesThe card ID
descriptionstring|nullNew description (null to clear)
dueDatestring|nullNew due date (null to clear)
isCompletedbooleanMark card as complete/incomplete
namestringNew card title

No output schema declared.

No examples provided.

planka_update_task ~53

Update a task's name or completion status.

NameTypeReqDescription
isCompletedbooleanMark as complete/incomplete
namestringNew task name
taskIdstringyesThe task ID

No output schema declared.

No examples provided.

Common questions

What is the io.github.gogogadgetbytes/planka MCP server?

io.github.gogogadgetbytes/planka is an MCP server listed in the public MCP registry as io.github.gogogadgetbytes/planka. MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels. This page covers its npm package (@gogogadgetbytes/planka-mcp).

Is the io.github.gogogadgetbytes/planka MCP server safe to use?

io.github.gogogadgetbytes/planka scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.gogogadgetbytes/planka MCP server expose?

io.github.gogogadgetbytes/planka exposes 15 tools: planka_get_structure, planka_get_board, planka_create_card, planka_get_card, planka_update_card, and 10 more. Their descriptions and schemas cost roughly 987 tokens of context every time the server is loaded.

Is the io.github.gogogadgetbytes/planka MCP server still maintained?

io.github.gogogadgetbytes/planka is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.gogogadgetbytes/planka MCP server under?

io.github.gogogadgetbytes/planka declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.