vikunja-mcp
@AnthonyUtt
vikunja-mcp について
Basic MCP server for interacting with Vikunja to-do app
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"vikunja": {
"command": "npx",
"args": [
"-y",
"vikunja-mcp"
],
"env": {
"VIKUNJA_API_BASE": "https://app.vikunja.cloud",
"VIKUNJA_API_TOKEN": ""
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is vikunja-mcp?
vikunja-mcp is a basic Model Context Protocol server for Vikunja, a task management platform. It enables AI assistants like Claude to interact with Vikunja to manage projects and tasks.
How to use vikunja-mcp?
Install it via npx or build locally, then configure your MCP client with the vikunja-mcp command and environment variables VIKUNJA_API_BASE and VIKUNJA_API_TOKEN. For example, add a "vikunja" entry under mcpServers in your Claude configuration.
Key features of vikunja-mcp
- List all projects
- Get a project by its ID
- List all tasks across projects
- List tasks within a specific project
- Add a task with title, description, and done fields
- Update and delete existing tasks
Use cases of vikunja-mcp
- List all projects and their details
- View tasks in a specific project
- Add new tasks to a project
- Update or delete tasks via conversation
FAQ from vikunja-mcp
What dependencies or runtime are required?
Node.js and either npx (for quick start) or a local clone with pnpm installed for building.
How does authentication work?
You provide a Vikunja API token via the VIKUNJA_API_TOKEN environment variable. The token must have appropriate permissions for the operations you intend to use.
What transport does the server use?
It runs as a subprocess via stdio – the command and arguments are specified in the client’s MCP server configuration.
What are the limits of the "add task" operation?
Only the title, description, and done fields are supported when adding a task.
Where are my data stored?
All data resides in your Vikunja instance, which is accessed via the VIKUNJA_API_BASE URL you configure. The server does not store anything locally.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント