vikunja-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vikunja-mcplist my tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
vikunja-mcp
Vikunja REST API를 Claude에서 직접 사용할 수 있도록 래핑한 커스텀 MCP 서버
기존 오픈소스 vikunja-mcp의 한계(description 덮어쓰기 버그, position 미지원, 커스터마이징 불가)를 해결하기 위해 TypeScript + MCP SDK로 직접 구현했습니다.
모든 업데이트는 기존 값을 GET으로 먼저 조회한 뒤 변경 필드만 덮어쓰는 방식으로 처리하여, description 등 미포함 필드가 빈 값으로 초기화되는 버그를 원천 차단합니다.
사용 기술
TypeScript
MCP SDK (
@modelcontextprotocol/sdk)supergateway (stdio → HTTP/SSE 변환)
Node.js 22
Docker
GitHub Actions
Related MCP server: Vikunja MCP Server
주요 특징
description 보존 — 업데이트 시 GET 후 POST 방식으로 모든 필드 보존
position 지원 — 전용 엔드포인트(
POST /tasks/{id}/position)로 태스크 순서 변경전체 API 커버 — Vikunja REST API의 주요 엔드포인트를 모두 지원
도메인별 모듈 분리 — 툴을 기능별 파일로 분리해 유지보수 용이
supergateway 번들 — stdio → HTTP/SSE 변환을 이미지 내에 포함, 단일 컨테이너로 운영
CI/CD 자동화 — PR → 빌드 검증, main push → ghcr.io 이미지 배포
지원 툴
도메인 | 툴 |
프로젝트 |
|
태스크 |
|
댓글 |
|
라벨 |
|
담당자 |
|
관계 |
|
유저 |
|
컨테이너 이미지
ghcr.io/dev-montyoh/vikunja-mcp:latestCI/CD
PR → main: npm 빌드 검증
push → main: ARM64 Docker 이미지 빌드 및 ghcr.io push
문서
개발 가이드 → — 로컬 실행 · 환경변수 · 브랜치 전략
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev-montyoh/vikunja-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server