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.
Server Config
{
"mcpServers": {
"habitica-mcp-server": {
"command": "npx",
"args": [
"-y",
"habitica-mcp-server"
],
"env": {
"HABITICA_USER_ID": "your-id",
"HABITICA_API_TOKEN": "your-token"
}
}
}
}