Loading languages...
HA

hackmd-mcp

@yuna0x031

This is a Model Context Protocol (MCP) server for interacting with the [HackMD API](https://hackmd.io/@hackmd-api/developer-portal). It allows AI assistants to perform operations such as: - Get user information - List user's notes - Create, read, update, and delete notes - View read history - Work with team notes

hackmd
notes
api
ai

# mcpServer Config

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

# stdio

npx -y hackmd-mcp
Transport:
stdio
Language:
JavaScript
Updated:7/23/2025