juehang/svikmcp
3.2
If you are the rightful owner of svikmcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
SimpleVIKunjaMCP is a lightweight Model Context Protocol (MCP) server designed to work seamlessly with the Vikunja API, providing a streamlined interface for task management.
svikmcp
SimpleVIKunjaMCP
Lightweight MCP server for vikunja that operates as a thin shell over the API.
Usage
Install the package:
pip install -e .
Run the server:
svikmcp --api-key YOUR_API_KEY --server-url https://try.vikunja.io
Run unit tests:
pytest
Run integration tests:
pytest -m integration --api-key YOUR_KEY --server-url YOUR_URL