Habitica Mcp Server
About
A Model Context Protocol (MCP) server that lets AI assistants seamlessly interact with the Habitica API – create tasks, track habits, raise pets and enjoy gamified productivity.
Details
- Author
- iBreaker
- Downloads
- 259
- Categories
- Other
Jump to
- Smart task management – create, view, update, delete all task types
- Habit tracking – record completions and build healthy routines
- Pet raising – hatch and feed pets, watch them grow
- Mount collection – manage and equip various mounts
- Shop & rewards – browse and buy in-game items
- Skill system – cast class skills to enhance gameplay
- User profile – fetch detailed user information and stats
- Tag management – create and manage tags for organisation
- Notification centre – read and manage system notifications
- Inventory – list all owned items and equipment
- Natural-language control – operate Habitica via conversation
- Task suggestions – AI can create tasks on demand
- Progress reporting – automatically track and summarise progress
- Personalised experience – tailored recommendations based on behaviour
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Habitica Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
—
get_user_profile
Get user profile
get_tasks
Get tasks list
create_task
Create new task
score_task
Score task / habit
update_task
Update task
delete_task
Delete task
get_stats
Get user stats
buy_reward
Buy reward
get_inventory
Get inventory
cast_spell
Cast spell
get_tags
Get tags list
create_tag
Create tag
get_pets
获取宠物列表
feed_pet
喂养宠物
hatch_pet
孵化宠物
get_mounts
获取坐骑列表
equip_item
装备物品
get_notifications
获取通知列表
read_notification
标记通知为已读
get_shop
获取商店物品
buy_item
购买商店物品
add_checklist_item
Add checklist item to task
update_checklist_item
Update checklist item
delete_checklist_item
Delete checklist item
get_task_checklist
Get task checklist items
score_checklist_item
Score checklist item (mark complete/incomplete)
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"habitica mcp server": {
"habitica-mcp-server": {
"command": "npx",
"args": [
"-y",
"habitica-mcp-server"
],
"env": {
"HABITICA_USER_ID": "your-id",
"HABITICA_API_TOKEN": "your-token"
}
}
}
}
}
McpServers
{
"habitica-mcp-server": {
"command": "npx",
"args": [
"-y",
"habitica-mcp-server"
],
"env": {
"HABITICA_USER_ID": "your-id",
"HABITICA_API_TOKEN": "your-token"
}
}
}
✨ Features
🎮 Core Gameplay Features
- 📋 Smart task management – create / view / update / delete all task types - 🎯 Habit tracking – record habit completions and build healthy routines - 🐾 Pet raising – hatch and feed pets, watch them grow - 🏇 Mount collection – manage and equip all kinds of mounts - 🛍️ Shop & rewards – browse and buy in-game items - ⚡ Skill system – cast class skills to enhance gameplay📊 Data-oriented Features
- 👤 User profile – fetch detailed user information and stats - 🏷️ Tag management – create and manage tags for better organisation - 📬 Notification centre – read and manage system notifications - 📦 Inventory – list every item and piece of equipment you own🤖 AI Integration Highlights
- 🧠 Natural-language control – operate Habitica via conversation - 📝 Task suggestions – AI can create tasks on demand - 📈 Progress reporting – automatically track and summarise progress - 🎨 Personalised experience – tailored recommendations based on your habitsSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



