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.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント