nextcloud-deck-mcp-server

vatlnetwork/nextcloud-deck-mcp-server
★ 0 stars Go 💻 Code/Dev Tools Updated 2d ago
This is a MCP server for connecting your AI code editor to your nextcloud deck kanban board. This was built with Cursor in mind but it could probably be adapted to work with other AI code editors as well
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nextcloud-deck-mcp-s": {
      "command": "go",
      "args": [
        "run",
        "github.com/vatlnetwork/nextcloud-deck-mcp-server@latest"
      ]
    }
  }
}