/
by ai.smithery
Interact with your HackMD notes and teams seamlessly. Manage your notes, view reading history, and…
Server configuration and capabilities from the MCP manifest
Size: 2,080 bytes (520 tokens)
Tools Found: 12
Analysis ID: dcmdh4z2
A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.
Stars
Registry ID: a85afd07-0178-49e6-b962-178f24839d99
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/21/2025
Last Release: 9/21/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "hackmd-mcp",
"tools": [
{
"name": "get_user_info",
"description": "Get information about the authenticated user"
},
{
"name": "list_teams",
"description": "List all teams accessible to the user"
},
{
"name": "get_history",
"description": "Get user's reading history"
},
{
"name": "list_team_notes",
"description": "List all notes in a team"
},
{
"name": "create_team_note",
"description": "Create a new note in a team"
},
{
"name": "update_team_note",
"description": "Update an existing note in a team"
},
{
"name": "delete_team_note",
"description": "Delete a note in a team"
},
{
"name": "list_user_notes",
"description": "List all notes owned by the user"
},
{
"name": "get_note",
"description": "Get a note by its ID"
},
{
"name": "create_note",
"description": "Create a new note"
},
{
"name": "update_note",
"description": "Update an existing note"
},
{
"name": "delete_note",
"description": "Delete a note"
}
],
"author": {
"url": "https://yuna0x0.com",
"name": "yuna0x0",
"email": "yuna@yuna0x0.com"
},
"server": {
"type": "node",
"mcp_config": {
"env": {
"HACKMD_API_URL": "${user_config.hackmd_api_url}",
"HACKMD_API_TOKEN": "${user_config.hackmd_api_token}"
},
"args": [
"${__dirname}/dist/index.js"
],
"command": "node"
},
"entry_point": "dist/index.js"
},
"license": "MIT",
"version": "1.5.1",
"homepage": "https://github.com/yuna0x0/hackmd-mcp",
"keywords": [
"api",
"ai",
"mcp",
"hackmd",
"llm",
"mcp-server"
],
"repository": {
"url": "https://github.com/yuna0x0/hackmd-mcp.git",
"type": "git"
},
"description": "A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.",
"user_config": {
"hackmd_api_url": {
"type": "string",
"title": "HackMD API URL",
"default": "https://api.hackmd.io/v1",
"required": false,
"sensitive": false,
"description": "Optional HackMD API URL, defaults to https://api.hackmd.io/v1"
},
"hackmd_api_token": {
"type": "string",
"title": "HackMD API Token",
"required": true,
"sensitive": true,
"description": "Your HackMD API token for API authentication"
}
},
"display_name": "HackMD MCP",
"compatibility": {
"runtimes": {
"node": ">=18.0.0"
},
"platforms": [
"darwin",
"win32",
"linux"
]
},
"manifest_version": "0.1",
"privacy_policies": [
"https://hackmd.io/s/privacy"
]
}Forks
Watchers
Contributors
Last Push: 9/21/2025
Last Release: 9/21/2025
Open Issues: 0