Vikunja MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VIKUNJA_URL | No | Your Vikunja API base URL | https://try.vikunja.io/api/v1 |
| VIKUNJA_TOKEN | Yes | Your Vikunja API token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsC | List all projects the user has access to |
| get_projectC | Get a specific project by ID |
| create_projectC | Create a new project |
| update_projectC | Update an existing project |
| delete_projectC | Delete a project by ID |
| list_project_childrenC | List all child projects of a project |
| move_projectC | Move a project to a different parent or position |
| list_tasksB | List all tasks across all projects |
| list_project_tasksC | List all tasks for a specific project |
| get_taskC | Get a specific task by ID |
| create_taskC | Create a new task in a project |
| update_taskC | Update an existing task |
| delete_taskC | Delete a task by ID |
| complete_taskC | Mark a task as done |
| reopen_taskC | Reopen a completed task |
| move_taskC | Move a task to a different project or position |
| add_task_assigneeC | Add a user as assignee to a task |
| remove_task_assigneeC | Remove a user from task assignees |
| list_task_assigneesC | List all assignees for a task |
| add_task_labelC | Add a label to a task |
| remove_task_labelC | Remove a label from a task |
| list_task_labelsC | List all labels for a task |
| list_labelsC | List all available labels |
| list_task_relationsC | List all relations for a task |
| create_subtaskC | Create a subtask under a parent task |
| list_subtasksB | List all subtasks for a task |
| delete_task_attachmentC | Delete an attachment from a task |
| move_task_to_bucketC | Move a task to a different kanban bucket |
| list_commentsC | List all comments for a specific task |
| delete_commentC | Delete a comment from a task |
| create_relationC | Create a relation between two tasks |
| delete_relationC | Delete a relation between two tasks |
| list_attachmentsC | List all attachments for a specific task |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Wosh-i/vikunja-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server