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.1.0.tar.gz
(4.5 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.1.0.tar.gz.
File metadata
- Download URL: hanary_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4813ff0d2e08e63b1fa75e7d3d3d91adf2ba9cc6a56e3ec46d88ccdc19a9c6c
|
|
| MD5 |
33d8af7e512f1b2a05ca5529c26d00c5
|
|
| BLAKE2b-256 |
c0839f902d8ffd508244d72c7736ee245ad75d9556d1f60cf240ff37a8769714
|
File details
Details for the file hanary_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hanary_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acd25f2b516e359f4fe7d1e00ea97d2ee30220db4896d13d69e45a282b7e887f
|
|
| MD5 |
7f8a2e0f7e6e118011d51c7b5873692b
|
|
| BLAKE2b-256 |
bdd302edd4f42e92a51e20d0da4643e8cc2d7d08560dbe157fce3d6ba15e80d7
|