planka-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLANKA_BASE_URL | Yes | Your PLANKA server URL | |
| PLANKA_AGENT_EMAIL | Yes | Agent user email | |
| PLANKA_AGENT_PASSWORD | Yes | Agent user password |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| planka_get_structureA | Get the full project/board/list structure. Use this to understand what projects and boards exist before working with cards. |
| planka_get_boardA | Get a board with all its lists, cards, and labels. Use this to see everything on a board. |
| planka_create_cardB | Create a new card on a board. Optionally add tasks (checklist items) at the same time. |
| planka_get_cardA | Get full details of a card including tasks, comments, labels, and attachments. |
| planka_update_cardB | Update a card's properties (name, description, due date, completion status). |
| planka_move_cardA | Move a card to a different list or position. Use this for workflow transitions (e.g., 'To Do' -> 'In Progress'). |
| planka_delete_cardA | Permanently delete a card. This cannot be undone. |
| planka_create_tasksB | Add one or more tasks (checklist items) to a card. |
| planka_update_taskB | Update a task's name or completion status. |
| planka_delete_taskA | Delete a task from a card. |
| planka_manage_labelsB | Create, update, or delete labels on a board. |
| planka_set_card_labelsC | Add or remove labels from a card. |
| planka_add_commentA | Add a comment to a card. Use this for status updates, notes, or agent activity logs. |
| planka_get_commentsB | Get all comments on a card. |
| planka_manage_listsC | Create, update, or delete lists on a board. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/gogogadgetbytes/planka-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server