HackMD MCP Server provides a bridge between AI assistants and the HackMD API, enabling document management operations within collaborative markdown environments. Built by yuna0x0, this TypeScript implementation allows Claude and other AI assistants to create, read, update, and delete notes, manage team documents, and access user information through a standardized interface. The server includes comprehensive authentication handling via API tokens and supports both personal and team-based workflows. It's particularly valuable for users who want AI assistance with document creation and management in HackMD without leaving their conversation context.
yuna0x0