# Usage This document provides instructions on how to add and use the Vikunja MCP server with the Gemini CLI. ## Prerequisites Before adding the MCP server, you need to set the following environment variables: ```bash export VIKUNJA_URL="" export VIKUNJA_USERNAME="" export VIKUNJA_PASSWORD="" ``` ## Adding the MCP Server To add the Vikunja MCP server to the Gemini CLI, use the following command: ```bash gemini mcp add --name vikunja --command "python main.py" ``` ## Starting the MCP Server To start the Vikunja MCP server, use the following command: ```bash gemini mcp start vikunja ``` ## Stopping the MCP Server To stop the Vikunja MCP server, use the following command: ```bash gemini mcp stop vikunja ``` ## Removing the MCP Server To remove the Vikunja MCP server from the Gemini CLI, use the following command: ```bash gemini mcp remove vikunja ```