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.
Tools
get_user_profile
get_tasks
create_task
score_task
update_task
delete_task
get_stats
buy_reward
get_inventory
cast_spell
get_tags
create_tag
get_pets
feed_pet
hatch_pet
get_mounts
equip_item
get_notifications
read_notification
get_shop
buy_item
add_checklist_item
update_checklist_item
delete_checklist_item
get_task_checklist
score_checklist_item
Server Config
{
"mcpServers": {
"habitica-mcp-server": {
"command": "npx",
"args": [
"-y",
"habitica-mcp-server"
],
"env": {
"HABITICA_USER_ID": "your-id",
"HABITICA_API_TOKEN": "your-token"
}
}
}
}