HacknPlan 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., "@HacknPlan MCPlist my projects"
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.
HacknPlan MCP Server
Connect Claude directly to your HacknPlan game dev projects.
Setup
1. Get your API key
Log in to HacknPlan
Go to Profile → Settings → API Beta → Create
Name it (e.g.
claude-mcp), select desired scopes, click CreateCopy the key
2. Install dependencies
npm install3. Configure Claude Desktop
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hacknplan": {
"command": "node",
"args": ["/absolute/path/to/hacknplan-mcp/index.js"],
"env": {
"HACKNPLAN_API_KEY": "your_api_key_here"
}
}
}
}4. Restart Claude Desktop
Related MCP server: hae-mcp
Available Tools
Projects
Tool | Description |
| List all projects in your workspace |
| Get project details |
| Create a new project ( |
| Partially update a project's name or description (PATCH) |
| Full replacement of a project (PUT) |
| Permanently delete a project |
| Archive (close) a project |
| Reopen a closed project |
| Get progress and burndown metrics for a project |
| Transfer project ownership to another user |
Boards
Tool | Description |
| List boards in a project (optionally include closed) |
| Get board details |
| Create a new board (optionally attach to a milestone) |
| Partially update a board (PATCH) |
| Full replacement of a board (PUT) |
| Permanently delete a board (optionally remove work items) |
| Archive (close) a board |
| Reopen a closed board |
| Get progress and burndown metrics for a board |
| Set the default board for a project |
| Remove the default board setting |
Milestones
Tool | Description |
| List milestones in a project |
| Get milestone details (optionally embed boards) |
| Create a milestone with optional dates |
| Partially update a milestone (PATCH) |
| Full replacement of a milestone (PUT) |
| Permanently delete a milestone (optionally cascade to boards/work items) |
| Mark a milestone complete |
| Reopen a closed milestone |
| Get progress and burndown metrics for a milestone |
Work Items
Tool | Description |
| List work items with filters (board, milestone, stage, category, user, completion, search, sort) |
| Get full work item details |
| Create a task with title, description, priority, assignee, estimate, due date, tags |
| Update any field on a work item (PATCH) |
| Create a copy of an existing work item |
| Delete a work item |
| List attachments on a work item |
| Get a specific work item attachment |
| Delete a work item attachment |
Categories
Tool | Description |
| List work item categories in a project |
| Get category details |
| Create a new category |
| Partially update a category (PATCH) |
| Delete a category |
Stages
Tool | Description |
| List workflow stages in a project |
| Get stage details |
| Create a new stage |
| Partially update a stage (PATCH) |
| Delete a stage |
Importance Levels
Tool | Description |
| List importance levels in a project |
| Get importance level details |
| Create a new importance level |
| Partially update an importance level (PATCH) |
| Delete an importance level |
Users & Roles
Tool | Description |
| Get your own user info |
| List users in a project |
| Get a specific user's project membership |
| Add a user to a project |
| Partially update a user's project membership (PATCH) |
| Full replacement of a user's project membership (PUT) |
| Add an entire team to a project |
| List roles in a project |
| Get a specific role |
| Create a new role |
| Partially update a role (PATCH) |
| Full replacement of a role (PUT) |
| Delete a role |
Tags
Tool | Description |
| List tags in a project |
| Create a new tag (with optional hex color) |
| Partially update a tag (PATCH) |
| Full replacement of a tag (PUT) |
| Delete a tag |
Design Elements (GDD)
Tool | Description |
| List design elements (GDD documents) in a project |
| Get design element details |
| Create a new design element |
| Partially update a design element (PATCH) |
| Full replacement of a design element (PUT) |
| Delete a design element |
| Get metrics for a design element |
| List design element types in a project |
| Get a specific design element type |
| Create a new design element type |
| Partially update a design element type (PATCH) |
| Full replacement of a design element type (PUT) |
| Delete a design element type |
| List attachments on a design element |
| Get a specific design element attachment |
| Delete a design element attachment |
| List comments on a design element |
| Add a comment to a design element |
| Update a design element comment (PUT) |
| Delete a design element comment |
Events, Files & Webhooks
Tool | Description |
| List activity events for a project |
| List files stored in a project |
| Delete a file from a project |
| Get file storage quota and usage |
| List all available webhook event types |
| List webhooks configured for a project |
| Create a webhook for a project |
| Get webhook details |
| Partially update a webhook (PATCH) |
| Full replacement of a webhook (PUT) |
| Delete a webhook |
Example prompts
"Show me all work items in my Maze Racer project"
"Create a task called 'Implement leaderboard' in the Programming board, high priority"
"Close the current milestone and list what's still open"
"What tasks are assigned to me and not completed?"
"Create a GDD document for the combat system"
"Set up a webhook to notify my server when work items change"
Notes
The HacknPlan API is still in public beta — rate limit is 5 calls/second
API key needs appropriate scopes for the operations you want to perform
Categories, stages, and importance levels return 403 on write operations for most accounts (list/get still work)
create_work_itemrequiresboardId;importanceLevelIddefaults to 3 (Normal)When creating a work item with a
stageId, the handler issues a follow-up PATCH since the API ignoresstageIdon POST
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jompereira/HacknPlan-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server