MCP server for the 1WLF Task Management System
Project description
1WLF TMS — MCP Server
Connect AI assistants to the 1WLF Task Management System. Manage organizations, projects, and tasks through natural language via Claude Code, Claude Desktop, or any MCP-compatible client.
Quick Start
Claude Code
claude mcp add tms -- uvx 1wlf-tms-mcp
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tms": {
"command": "uvx",
"args": ["1wlf-tms-mcp"]
}
}
}
Requires uv to be installed.
uvxhandles downloading and running the server automatically — no manual Python setup needed.
pip
pip install 1wlf-tms-mcp
tms-mcp # runs the stdio server
Usage
Start a session and authenticate first:
"Log into TMS as user@example.com"
Then interact naturally:
"What organizations do I belong to?"
"List all blocked tasks in project 5"
"Create a high-priority bug 'Fix login redirect' in project 3"
"Show me task 42 with its audit history"
"Move task 42 to done and assign task 15 to user 7"
Tools
| Tool | Description |
|---|---|
tms_login |
Authenticate with email and password (required first) |
tms_whoami |
Get current user info |
tms_list_organizations |
List your organizations with optional task stats |
tms_list_projects |
List projects, filter by organization |
tms_get_project |
Project details and members |
tms_list_tasks |
List and filter tasks by status, priority, assignee |
tms_get_task |
Task details, subtasks, and audit log |
tms_create_task |
Create tasks and subtasks |
tms_update_task |
Update any task field |
tms_delete_task |
Delete a task and its subtasks |
tms_search_users |
Find users by name or email |
Task Fields
| Field | Values |
|---|---|
| Status | backlog · todo · in-progress · blocked · testing · in-review · done |
| Priority | low · medium · high · critical |
| Type | task · story · feature |
| Category | feature · bug · improvement · maintenance |
| Difficulty | 1 to 5 |
Self-Hosted
Override the API URL for your own TMS instance:
{
"mcpServers": {
"tms": {
"command": "uvx",
"args": ["1wlf-tms-mcp"],
"env": {
"TMS_API_URL": "https://your-tms-api.example.com"
}
}
}
}
Requirements
- Python 3.10+
- A 1WLF TMS account
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file 1wlf_tms_mcp-0.1.2.tar.gz.
File metadata
- Download URL: 1wlf_tms_mcp-0.1.2.tar.gz
- Upload date:
- Size: 9.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d68253dd1ce142f69f7a40b4784ac312a9930deece6971fa63a1adf4f357a9
|
|
| MD5 |
54697aabb73eb3bffde4059410f808f1
|
|
| BLAKE2b-256 |
a4ff8735d89b15de5cda0121ecbecb583cbcbb44008792cd1a33bf4727f48031
|
File details
Details for the file 1wlf_tms_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: 1wlf_tms_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8586953721cf7a953ba991aa2fd9ddf70c120cf72c8d2cdfef98a913145a8dc
|
|
| MD5 |
7a1a739f46c6bb54abaea29aae4a7ac0
|
|
| BLAKE2b-256 |
a64d231ff0d923bb3e260e5660c7396bb57de669e80704a92b982a859a236e42
|