viot-tasktisk

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.

Category
访问服务器

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: configure automatically 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

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选