AI & ML
Trust: 32/100 (Limited)HackMD Guide
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
51 starsby yuna0x0
Quick Start
Install
npx hackmd-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-yuna0x0-hackmd-mcp": {
"command": "npx",
"args": [
"hackmd-mcp"
]
}
}
}