Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Vikunja Mcp

    Basic MCP server for interacting with Vikunja to-do app

    0 stars
    TypeScript
    Updated Jun 5, 2025

    Table of Contents

    • Currently Supported
    • Installation

    Table of Contents

    • Currently Supported
    • Installation

    Documentation

    vikunja-mcp

    Basic MCP server for Vikunja, maybe will add more features in the future

    Currently Supported

    • List projects
    • Get project by ID
    • List all tasks
    • List tasks in project
    • Add task to project
    • N.B. - Only supports title, description, and done fields
    • Update task
    • Delete task

    Installation

    Via npx:

    json
    {
        "mcpServers": {
            // ... other config
            "vikunja": {
                "command": "npx",
                "args": [
                    "-y",
                    "vikunja-mcp"
                ],
                "env": [
                    "VIKUNJA_API_BASE": "https://app.vikunja.cloud",
                    "VIKUNJA_API_TOKEN": ""
                ]
            }
        }
    }

    Or local build:

    bash
    git clone https://github.com/AnthonyUtt/vikunja-mcp && cd vikunja-mcp
    pnpm install
    pnpm build

    Then, in Claude config:

    json
    {
        "mcpServers": {
            // ... other config
            "vikunja": {
                "command": "node",
                "args": [
                    "/path/to/dist/index.js"
                ],
                "env": [
                    "VIKUNJA_API_BASE": "https://app.vikunja.cloud",
                    "VIKUNJA_API_TOKEN": ""
                ]
            }
        }
    }

    Similar MCP

    Based on tags & features

    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Wave

      TypeScript00
    • GL

      Glm Mcp Server

      TypeScript·
      3
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75
    • MC

      Mcgravity

      TypeScript·
      71

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k