Provides a stdio-based Habitica MCP sample server for early integration testing.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "habitica-mcp" yet — see the docs or source repo.
Connect to the habitica-mcp service and call the exposed hello-world tool. Return the full response so I can verify stdio communication works correctly.
The hello-world tool response and confirmation that the MCP service connects and runs properly.
List the resource and prompt currently exposed by habitica-mcp, and show their names, purposes, and example invocation methods.
A clear inventory of available resources and prompts to understand the server’s current capabilities.
Use habitica-mcp as a test MCP service and design a minimal integration test flow: start the server, discover tools, call hello-world, and validate the response.
A concise integration test procedure or script outline for local development and CI validation.
Demo MCP server for calculations, time checks, notes, and code review prompts.
Generate greetings and inspect server info for quick MCP testing and demos.
Return personalized greetings to demonstrate basic MCP tool integration.
A lightweight MCP tool for greetings, addition, time zones, and templated resources.
Test all MCP protocol features when building and validating clients.
Aggregate MCP servers and REST APIs into one unified AI tool gateway.