Back to Home
roland-kiraly icon

habitica_mcp_server

Verified Safe

by roland-kiraly

Overview

An MCP server that enables clients to interact with the Habitica API for task and stat management.

Installation

Run Command
npm run dev

Environment Variables

  • HABITICA_USER_ID
  • HABITICA_API_TOKEN

Security Notes

The server code itself is straightforward, acting as an API wrapper without 'eval', obfuscation, or obvious malicious patterns. Hardcoded secrets are avoided by requiring environment variables. The primary security considerations are the secure handling of HABITICA_USER_ID and HABITICA_API_TOKEN environment variables in the deployment environment and the trustworthiness of the MCP client spawning this server via stdio.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-12-10

Tags

HabiticaTask ManagementMCPAPI ClientNode.js