Skip to main content
Glama

@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

Tool

Description

get_me

Get current user profile

list_notes

List all notes

get_note

Get a note (with content)

create_note

Create a new note

update_note

Update content or permissions

delete_note

Delete a note

get_history

Get reading history

list_teams

List teams

list_team_notes

List notes of a team

create_team_note

Create a note in a team

update_team_note

Update a team note

delete_team_note

Delete a team note

-
security - not tested
F
license - not found
-
quality - not tested

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

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/zyx1121/hackmd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server