Planka
Rank #20,152io.github.gogogadgetbytes/planka
MCP server providing planka capabilities
Planka is a Model Context Protocol (MCP) server published by gogogadgetbytes. It ranks #20,152 of 132,113 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Planka is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Feb 3, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 111,961 of 132,113 servers on MCP Toplist.
Use Planka
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add planka -e "PLANKA_BASE_URL=<your PLANKA_BASE_URL>" -e "PLANKA_AGENT_EMAIL=<your PLANKA_AGENT_EMAIL>" -e "PLANKA_AGENT_PASSWORD=<your PLANKA_AGENT_PASSWORD>" -- npx -y @gogogadgetbytes/planka-mcpReplace each placeholder with your own value before saving.
[mcp_servers.planka]
command = "npx"
args = ["-y", "@gogogadgetbytes/planka-mcp"]
[mcp_servers.planka.env]
PLANKA_BASE_URL = "<your PLANKA_BASE_URL>"
PLANKA_AGENT_EMAIL = "<your PLANKA_AGENT_EMAIL>"
PLANKA_AGENT_PASSWORD = "<your PLANKA_AGENT_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"planka": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"planka": {
"command": "npx",
"args": [
"-y",
"@gogogadgetbytes/planka-mcp"
],
"env": {
"PLANKA_BASE_URL": "<your PLANKA_BASE_URL>",
"PLANKA_AGENT_EMAIL": "<your PLANKA_AGENT_EMAIL>",
"PLANKA_AGENT_PASSWORD": "<your PLANKA_AGENT_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.gogogadgetbytes%2Fplanka)<a href="https://mcptoplist.com/server/io.github.gogogadgetbytes%2Fplanka"><img src="https://mcptoplist.com/badge/io.github.gogogadgetbytes%2Fplanka.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
gogogadgetbytes
Other servers by gogogadgetbytes
View all gogogadgetbytes servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Planka?
- Planka is maintained by gogogadgetbytes, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Planka listed on the Official MCP Registry?
- Yes — Planka is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Planka have?
- MCP Toplist tracks 2 versions of Planka, most recently published on Feb 3, 2026.
- Where can I find the source code for Planka?
- The source code for Planka is hosted at github.com/gogogadgetbytes/planka-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.