Planka V2
@goldpulpy
关于 Planka V2
Connect Claude, Cursor, Codex, and other MCP clients directly to your Planka v2.x boards.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents

EverArt
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论