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/mcpOther MCP clients — add to your config:
{ "opencanvas": { "type": "http", "url": "https://app.getopencanvas.dev/mcp" } }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