A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
| Tool name | Description | Destructive? |
|---|---|---|
| list_team_notes | ✓ no | |
| create_team_note | ✓ no | |
| update_team_note | ✓ no | |
| delete_team_note⚠ | ⚠ yes | |
| get_history | ✓ no |
| list_teams | ✓ no | |
| list_user_notes | ✓ no | |
| get_note | ✓ no | |
| create_note | ✓ no | |
| update_note | ✓ no | |
| delete_note⚠ | ⚠ yes | |
| get_user_info | ✓ no |
{
"mcpServers": {
"hackmd": {
"command": "npx",
"args": [
"-y",
"hackmd-mcp"
]
}
}
}