habitica-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@habitica-mcpsay hello"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
habitica-mcp
Habitica Model Context Protocol server built with Effect v4 beta.
This repo is intentionally small while the MCP surface is being shaped. The first executable server exposes a deterministic hello-world tool, resource, and prompt over stdio.
Requirements
Node.js
>=22.12.0pnpm
>=10
Related MCP server: Basic MCP Server
Install
pnpm installCommands
pnpm dev # run the stdio MCP server from TypeScript
pnpm build # emit dist
pnpm check # full deterministic gate used by Lefthook
pnpm test # run unit tests
pnpm test:coverage # run unit tests with 100% coverage threshold
pnpm e2e # run strict effect-bdd Gherkin tests
pnpm mutation # run Stryker with 100% mutation thresholdDeterministic Gate
pnpm check runs build, typecheck, lint, format check, 100% unit coverage,
strict effect-bdd Gherkin e2e, 100% Stryker mutation coverage for the
deterministic core, and knip.
Lefthook runs pnpm check on pre-commit:
pnpm prepareMCP Config
Use the local TypeScript entrypoint while developing:
{
"mcpServers": {
"habitica": {
"command": "pnpm",
"args": ["--dir", "/absolute/path/to/habitica-mcp", "dev"]
}
}
}After pnpm build, use the package binary:
{
"mcpServers": {
"habitica": {
"command": "node",
"args": ["/absolute/path/to/habitica-mcp/dist/main.js"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tatemz/habitica-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server