Install the Chrome extension
Download the ZIP, unzip it, open chrome://extensions, enable Developer mode, choose Load unpacked, and select the extension folder.
Copy this message into your AI coding agent. The agent can read the linked Markdown guide, install the MCP bridge, and configure itself.
Let AI agents write Markdown books into your local browser and publish them from OpenMMD.
OpenMMD stores projects in your browser. The MCP bridge keeps that local-first model: your AI client talks to a local npm MCP server, the Chrome extension connects to your OpenMMD tab, and the page bridge saves through OpenMMD itself.
Download the ZIP, unzip it, open chrome://extensions, enable Developer mode, choose Load unpacked, and select the extension folder.
Add @openmmd/mcp through npx. The server listens locally on ws://127.0.0.1:17273 for the extension.
Keep the Studio tab open. The extension connects the local MCP server to the page bridge only while the page is available.
Copy this message into your AI coding agent. The agent can read the linked Markdown guide, install the MCP bridge, and configure itself.
{
"mcpServers": {
"openmmd": {
"command": "npx",
"args": ["-y", "@openmmd/mcp"]
}
}
}Book projects only contain Markdown chapters. When an agent calls openmmd_share_book, OpenMMD uploads the book landing page, manifest, and all chapter Markdown files to R2 under a stable URL.