Hanary MCP Server - Task management for Claude Code
Project description
Hanary MCP Server
Hanary MCP Server for Claude Code - workspace-bound task management.
Installation
# Using uvx (recommended)
uvx hanary-mcp --workspace my-project
# Or install globally
uv tool install hanary-mcp
Configuration
Claude Code Setup
Add to your project's .mcp.json:
{
"mcpServers": {
"hanary": {
"command": "uvx",
"args": ["hanary-mcp", "--workspace", "your-workspace-slug"],
"env": {
"HANARY_API_TOKEN": "${HANARY_API_TOKEN}"
}
}
}
}
Or add via CLI:
claude mcp add hanary --transport stdio -- uvx hanary-mcp --workspace your-workspace-slug
Environment Variables
| Variable | Required | Description |
|---|---|---|
HANARY_API_TOKEN |
Yes | Your Hanary API token |
HANARY_API_URL |
No | API URL (default: https://hanary.org) |
Available Tools
Task Management
list_tasks- List tasks in the workspacecreate_task- Create a new taskupdate_task- Update task title/descriptioncomplete_task- Mark task as completeduncomplete_task- Mark task as incompletedelete_task- Soft delete a taskget_top_task- Get highest priority incomplete task
Workspace
get_workspace- Get workspace detailslist_workspace_members- List workspace members
Messages
list_messages- List workspace messagescreate_message- Send a message
Development
# Clone and install
git clone https://github.com/hanary/hanary-mcp.git
cd hanary-mcp
uv sync
# Run locally
HANARY_API_TOKEN=your_token uv run hanary-mcp --workspace test
License
MIT
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
hanary_mcp-0.3.0.tar.gz
(5.3 kB
view details)
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 hanary_mcp-0.3.0.tar.gz.
File metadata
- Download URL: hanary_mcp-0.3.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
92be5186f7c1353ea67b084f8c04a7ced25ca64bf7f7476455b5990bfc2cb3a8
|
|
| MD5 |
c67a650c200c12ecdcf0956dd49aacd4
|
|
| BLAKE2b-256 |
0db821cbdd871d923f33c44bc05ebe1ff90cb15fa78d1cf286945ed9846e517a
|
File details
Details for the file hanary_mcp-0.3.0-py3-none-any.whl.
File metadata
- Download URL: hanary_mcp-0.3.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bdeb51f55d34864c4e8c2cd136626c54ab1bc3fae0cc259946bda4617f10872
|
|
| MD5 |
d67e131fe53e469493ad9a239d0c9014
|
|
| BLAKE2b-256 |
bbc7824527a82a9406284bb92a3362352c08be940441b26d90ac95fab4ec649a
|