LocalBoards

florian-strasser/LocalBoards
★ 1 stars TypeScript API Integration Updated 9d ago
LocalBoards is an open-source (MIT License), self-hosted Kanban board system with an integrated REST API and MCP-Server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "localboards": {
      "command": "npx",
      "args": [
        "-y",
        "florian-strasser/LocalBoards"
      ]
    }
  }
}

README Excerpt

LocalBoards is an open-source (MIT License), self-hosted Kanban board system. It allows users to create boards, invite collaborators, and manage Kanban cards. It also includes admin features for user management. All data is stored in your own database, with no reliance on external services. We support real-time multiplayer updates. When you edit a card, area, or rename it, the changes are instantly reflected for all users viewing the board. Comments on cards are also updated in real-time across

Topics

kanbanmcpmcp-servernuxtnuxtjsproject-managementrest-apiself-hostedvuevuejs