For tools that support the Model Context Protocol, Emberflow provides an MCP server with these tools:
| Tool | What it does |
|---|---|
ember_publish |
Publish a markdown file and get a live URL back |
ember_update |
Update an existing document |
ember_list |
List all your published documents |
ember_delete |
Delete a document |
The MCP server handles auth automatically — it stores your session locally after the first sign-in.
Setup
Add the Emberflow MCP server to your tool's configuration:
{
"mcpServers": {
"emberflow": {
"command": "npx",
"args": ["-y", "emberflow-skills", "mcp"]
}
}
}Usage
Once configured, your AI tool can call the MCP tools directly. For example:
Publish this architecture overview to EmberflowThe AI will use the ember_publish tool to publish the document and return the live URL.