HackMD MCP ServerServer

yuna0x0
GitHub
note-takingcontent-managementapp-automation

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for interacting with the HackMD API. It enables AI assistants to perform operations such as retrieving user information, listing user notes, creating, reading, updating, and deleting notes, viewing read history, and working with team notes on the HackMD collaborative markdown platform.

📝 JSON Entries

{
  "mcpServers": [
    {
      "hackmd": {
        "env": {
          "HACKMD_API_TOKEN": "your_api_token"
        },
        "args": [
          "-y",
          "hackmd-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

get_user_infolist_user_notesget_notecreate_noteupdate_notedelete_noteget_historylist_teamslist_team_notescreate_team_noteupdate_team_notedelete_team_note

Features

  • User information retrieval
  • Note management capabilities
  • Collaborative note editing

💬 Example Queries

  • Can you help me manage my HackMD notes?
  • Please list all my notes.