opencanvasv0.1 beta
1

Connect the MCP

Paste into your agent — it adds the server itself:

Add the opencanvas MCP server to this agent: it's a remote HTTP (streamable) MCP server at https://app.getopencanvas.dev/mcp. Register it as "opencanvas" using whatever mechanism this agent uses for MCP servers, then connect and confirm its tools are available.

Claude Code

claude mcp add --transport http opencanvas https://app.getopencanvas.dev/mcp

Other MCP clients — add to your config:

{ "opencanvas": { "type": "http", "url": "https://app.getopencanvas.dev/mcp" } }
2

Add the skill

Optional but recommended — gives your agent the authoring guidance. skill.md

Paste into your agent — it installs the skill itself:

Install the opencanvas prototype skill: fetch https://app.getopencanvas.dev/skill.md and add it as a SKILL.md in whichever directory your agent loads skills from, then load it.

Or the skills CLI — any agent:

npx skills add bjoern2000/opencanvas-skills
Beta — no accounts yet. opencanvas has no login or authentication right now. Each project lives at a non-guessable URL and editing requires a secret key passed in the URL — so treat your links like passwords and don't put confidential data in yet. Full authentication is coming soon.