viot-tasktisk
MCP server for qlda-viot task tracking, providing tools to view dashboard, update work, get item details, and add tasks via natural language.
README
viot-tasktisk
MCP server for qlda-viot task tracking. Exposes 4 high-level skills to Claude — no raw API fiddling needed.
| Tool | What it does |
|---|---|
dashboard |
My tasks grouped by urgency + weekly priorities (one call overview) |
update_work |
Set status / due / priority on a task or item |
get_item |
Full item detail with all child tasks |
add_task |
Create a task under an item |
Install
Requires Node.js ≥ 20.
macOS / Linux
Run the installer — it asks whether to install globally or for the current user only, then launches the setup wizard:
curl -fsSL https://raw.githubusercontent.com/Iot-Viet-Solution/viot-tasktisk/main/install.sh | bash
The wizard prompts for:
- QLDA API URL (default
http://localhost:3100) - Username
- Password (hidden input)
Config is saved to ~/.config/viot-tasktisk/config.json (mode 0600).
The wizard prints the exact snippet to paste into Claude Desktop when done.
Install options explained
| Global | User | |
|---|---|---|
| Who can use it | Everyone on the machine | Current user only |
| Needs sudo | Sometimes (depends on npm setup) | Never |
| Install prefix | system npm global | ~/.npm-global |
| PATH change needed | No | Yes (installer offers to do it) |
Windows
npm install -g https://github.com/Iot-Viet-Solution/viot-tasktisk/releases/latest/download/viot-tasktisk-1.0.0.tgz
viot-tasktisk setup
Manual install (without the script)
# Global
npm install -g https://github.com/Iot-Viet-Solution/viot-tasktisk/releases/latest/download/viot-tasktisk-1.0.0.tgz
viot-tasktisk setup
# User-local
npm install -g --prefix ~/.npm-global https://github.com/Iot-Viet-Solution/viot-tasktisk/releases/latest/download/viot-tasktisk-1.0.0.tgz
export PATH="$HOME/.npm-global/bin:$PATH" # add to ~/.zshrc or ~/.bashrc
viot-tasktisk setup
Claude integration
viot-tasktisk setup offers to auto-configure both Claude products at the end of the wizard.
To re-run just the config step (without re-entering credentials):
viot-tasktisk configure
This writes viot-tasks into mcpServers in the appropriate config file for each product:
| Product | Config file | Format |
|---|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
JSON mcpServers |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
JSON mcpServers |
| Claude Desktop (Linux) | ~/.config/Claude/claude_desktop_config.json |
JSON mcpServers |
| Claude Code (CLI) | ~/.claude/settings.json |
JSON mcpServers |
| VS Code | platform user settings.json |
JSON mcp.servers |
| Antigravity CLI (Google) | ~/.gemini/config/mcp_config.json |
JSON mcpServers |
| Codex CLI (OpenAI) | ~/.codex/config.toml |
TOML [mcp_servers.viot-tasks] |
Restart Claude Desktop / reload Claude Code after configuring.
User-local install:
configureautomatically uses the full binary path (~/.npm-global/bin/viot-tasktisk) for Claude Desktop, which doesn't inherit your shell PATH. Claude Code runs in the terminal so it always uses the short name.
Override via env vars
Env vars take priority over the config file — useful for CI or Docker:
QLDA_URL=http://your-server:3100 \
QLDA_USERNAME=thanh \
QLDA_PASSWORD=secret \
viot-tasktisk
Update
viot-tasktisk update
Pulls the latest version from GitHub and reinstalls using the same prefix (global or user-local) that was used when you first installed. Prints a reminder to restart Claude Desktop.
Re-configure
viot-tasktisk setup
Development
git clone https://github.com/Iot-Viet-Solution/viot-tasktisk
cd viot-tasktisk
npm install
npm run dev # run directly with tsx (no build needed)
npm run build # rebuild dist/index.js
npm run typecheck # type check only
The prebuilt dist/index.js is committed so the GitHub install needs no build step.
When you change source, run npm run build and commit dist/index.js.
Seed accounts (for testing against local qlda-viot)
| Username | Role | Password |
|---|---|---|
cuong |
admin | 123456 |
tu |
tuvan | 123456 |
thanh |
dev | 123456 |
qanh |
qa | 123456 |
Default URL: http://localhost:3100
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.