This MCP server interfaces with the HackMD API, allowing LLM clients to access and manage HackMD notes, teams, user profiles, and history data.
From the registry: Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and…
Please install the `yuna0x0-hackmd-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or later required (https://nodejs.org)
- **HackMD API Token** — Create API token at https://hackmd.io/settings#api (https://hackmd.io/settings#api)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","hackmd-mcp"]
- required environment variables:
- `HACKMD_API_TOKEN`: HackMD API token (example: `<your-hackmd-api-token>`)
Note: HackMD note management: user profile, teams, notes, team notes, reading history. HACKMD_API_URL optional for self-hosted instances.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.HACKMD_API_TOKENrequiredHackMD API Token (Required for all operations)Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…