Planka V2
@goldpulpy
About Planka V2
Connect Claude, Cursor, Codex, and other MCP clients directly to your Planka v2.x boards.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"planka-mcp": {
"command": "npx",
"args": [
"-y",
"@goldpulpy/planka-v2-mcp@latest"
],
"env": {
"PLANKA_BASE_URL": "https://your-planka-instance.com",
"PLANKA_AGENT_EMAIL": "[email protected]",
"PLANKA_AGENT_PASSWORD": "your-secure-password",
"PLANKA_IGNORE_SSL": "true"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Planka V2?
Planka V2 is an MCP server that connects AI agents (Claude, Cursor, Codex, etc.) directly to Planka v2.x boards. It exposes the Planka v2 API through the Model Context Protocol, giving agents structured, secure access to projects, boards, cards, tasks, comments, labels, and workflows. It is built specifically for Planka v2.x and is not compatible with Planka v1.x.
How to use Planka V2?
Configure your MCP client with the command npx -y @goldpulpy/planka-v2-mcp@latest and set the required environment variables: PLANKA_BASE_URL, PLANKA_AGENT_EMAIL, PLANKA_AGENT_PASSWORD, and optionally PLANKA_IGNORE_SSL. After configuration, verify the connection by asking a read-only query such as "List my Planka projects." Detailed configuration examples are provided for Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Antigravity, Codex CLI, Continue, Zed, and any other MCP-compatible client.
Key features of Planka V2
- Full project and board management
- Complete card lifecycle management
- Task lists and individual tasks support
- Comments, labels, and card assignments
- Card time tracking with stopwatch
- Project and board aggregate summaries
- Self-hosted and cloud Planka support
Use cases of Planka V2
- Create a project with multiple boards using natural language
- Create a card with a checklist of tasks in one step
- Automate workflow: find overdue cards, move them, add comments, and generate a project summary
- Manage board membership and assign card members by ID, email, or username
- Query project summaries or board details via conversational interface
FAQ from Planka V2
Which Planka versions does this MCP support?
It is tested with Planka 2.0.0-rc.2 and 2.1.1. Newer 2.x versions are expected to work. Planka v1.x is not supported.
What environment variables are required?
You must set PLANKA_BASE_URL, PLANKA_AGENT_EMAIL, and PLANKA_AGENT_PASSWORD. Optionally, set PLANKA_IGNORE_SSL to "true" for self-signed certificates in trusted local environments.
Which MCP clients are supported?
The server works with Claude Desktop, Claude Code, Cursor, Windsurf, Cline, Antigravity, Codex CLI, Continue, Zed, and any client that supports the standard stdio command/args/env configuration.
How does authentication work?
The server authenticates against your Planka instance using the agent email and password provided in the environment variables. No additional tokens or API keys are required.
Where does my data live?
All data remains in your Planka instance (self-hosted or cloud). The MCP server only acts as a bridge, communicating via the Planka API. No data is stored or processed externally.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
ICSS
chokcoco不止于 CSS
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments