io.github.gogogadgetbytes/planka
Quality Score
81
/100
MCP server for PLANKA kanban boards. Full CRUD for cards, tasks, comments, and labels.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<planka_base_url>",
"PLANKA_AGENT_EMAIL": "<planka_agent_email>",
"PLANKA_AGENT_PASSWORD": "<your-planka_agent_password>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<planka_base_url>",
"PLANKA_AGENT_EMAIL": "<planka_agent_email>",
"PLANKA_AGENT_PASSWORD": "<your-planka_agent_password>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @gogogadgetbytes/planka-mcp§02 Environment variables
PLANKA_BASE_URLrequired
PLANKA server URL (e.g., https://planka.example.com)
PLANKA_AGENT_EMAILrequired
Email/username for PLANKA authentication
PLANKA_AGENT_PASSWORDrequiredsecret
Password for PLANKA authentication
§03 MCP Quality Score · methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.