MCP Hub
Back to servers

HackMD MCP Server

Enables interaction with HackMD via its API to manage personal and team notes. It supports listing, reading, creating, updating, and deleting notes, as well as accessing user history and profile information.

glama
Updated
Mar 31, 2026

@zyx1121/hackmd-mcp

MCP server for HackMD — list, read, create, update, and delete notes via Claude Code.

Setup

1. Get API Token

  1. 登入 HackMD
  2. 進入 Settings → API
  3. Create API token,取一個名稱
  4. 複製 token(關掉視窗後就看不到了)

2. Configure MCP

{
  "mcpServers": {
    "hackmd": {
      "command": "npx",
      "args": ["-y", "@zyx1121/hackmd-mcp"],
      "env": {
        "HACKMD_API_TOKEN": "your-token-here"
      }
    }
  }
}

Tools

ToolDescription
get_meGet current user profile
list_notesList all notes
get_noteGet a note (with content)
create_noteCreate a new note
update_noteUpdate content or permissions
delete_noteDelete a note
get_historyGet reading history
list_teamsList teams
list_team_notesList notes of a team
create_team_noteCreate a note in a team
update_team_noteUpdate a team note
delete_team_noteDelete a team note

Reviews

No reviews yet

Sign in to write a review