hackmd-mcp

A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.

GitHub Stars

35

User Rating

Not Rated

Favorites

0

Views

27

Forks

7

Issues

0

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

1Add this server to your mcp.json / claude_desktop_config.json:
json
{
  "mcpServers": {
    "hackmd": {
      "command": "npx",
      "args": ["-y", "hackmd-mcp"],
      "env": {
        "HACKMD_API_TOKEN": "your_api_token"
      }
    }
  }
}
You may also optionally set the HACKMD_API_URL environment variable if you need to use a different HackMD API endpoint.
2Restart your MCP client (e.g., Claude Desktop)
3Use the tools to interact with HackMD