vikunja-rust-mcp

brianluby/vikunja-rust-mcp
★ 0 stars Rust Other Updated 3d ago
Rust based MCP server for Vikunja Project management app
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "vikunja-rust-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "vikunja-rust-mcp"
      ]
    }
  }
}