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
AdvancedEstimated 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"
}
}
}
}
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
Additional Resources
Author Information
Related MCPs
anilist-mcp
52
The AniList MCP Server is a Model Context Protocol (MCP) server that interfaces with the AniList API, allowing users to access and interact with data related to anime, manga, characters, staff, and users. It provides detailed information retrieval, search capabilities, and advanced filtering options for effective data management.