mirai-mcp

kauanhindlmayer/mirai-mcp

3.2

If you are the rightful owner of mirai-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Mirai MCP Server is designed to facilitate interaction with the Mirai project management platform through a model context protocol server.

Tools
2
Resources
0
Prompts
0

Mirai MCP Server

MCP server for interacting with Mirai project management platform.

Quick Start

1. Install & Build

npm install
npm run build

2. Add to Claude Code

claude mcp add mirai-mcp --scope user node /path/to/mirai-mcp/dist/index.js

Then restart Claude Code.

3. Add to GitHub Copilot (VS Code)

Create a .vscode/mcp.json file in your workspace:

{
  "servers": {
    "mirai-mcp": {
      "type": "stdio",
      "command": "node",
      "args": ["/path/to/mirai-mcp/dist/index.js"]
    }
  }
}

Replace /path/to/mirai-mcp with the actual path to your installation.

Available Tools

Authentication

  • mirai_login - Authenticate with email and password

Projects

  • mirai_list_projects - List organizations and projects

Work Items

  • mirai_list_work_items - Retrieve a paginated list of work items for a project with filtering options
  • mirai_get_work_item - Get detailed information about a specific work item by ID
  • mirai_create_work_item - Create a new work item in a specified project

Wiki Pages

  • mirai_list_wiki_pages - List wiki pages in a project
  • mirai_get_wiki_page - Get detailed information about a specific wiki page by ID
  • mirai_create_wiki_page - Create a new wiki page in a specified project

License

MIT