Hackmd MCP
未认领A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
aiapihackmdllmmcpmcp-server
安装
$
npx @modelcontextprotocol/inspector -e HACKMD_API_TOKEN=your_api_token npx hackmd-mcp工具(12 个)
create_note
Create a new note
create_team_note
Create a new note in a team
delete_note
Delete a note
delete_team_note
Delete a note in a team
get_history
Get user's reading history
get_note
Get a note by its ID
get_user_info
Get information about the authenticated user
list_team_notes
List all notes in a team
list_teams
List all teams accessible to the user
list_user_notes
List all notes owned by the user
update_note
Update an existing note
update_team_note
Update an existing note in a team