Back to Home
roelven icon

another-planka-mcp

Verified Safe

by roelven

Overview

Enables AI chat clients to read and update Planka kanban boards via the Model Context Protocol (MCP).

Installation

Run Command
python mcp_server.py

Environment Variables

  • PLANKA_BASE_URL
  • PLANKA_API_TOKEN
  • PLANKA_EMAIL
  • PLANKA_PASSWORD
  • PLANKA_API_KEY

Security Notes

The server correctly retrieves API credentials from environment variables (`PLANKA_API_TOKEN`, `PLANKA_EMAIL`/`PLANKA_PASSWORD`, `PLANKA_API_KEY`) ensuring sensitive information is not hardcoded. It uses `httpx` for network requests, which is a robust library. Permissions are inherited from the authenticated Planka user, so access is restricted to what the user can see/do in Planka. No obvious malicious patterns, `eval` usage, or obfuscation were found. Users should ensure `PLANKA_BASE_URL` points to a trusted Planka instance, preferably over HTTPS.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-18

Tags

PlankaKanbanProject ManagementAI IntegrationMCP