Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"jsoncanvas": {
"args": [
"-y",
"mcp-remote",
"https://jsoncanvas.mcpcentral.io/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Create, validate, edit, export (markdown/svg/png/mermaid), and search JSON Canvas files.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for io.mcpcentral/jsoncanvas and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A remote Model Context Protocol server for working with
JSON Canvas files — the open infinite-canvas format used by
Obsidian. Create, validate, read, edit, export, and
search .canvas files, with an inline interactive canvas viewer.
Hosted by MCPCentral at https://jsoncanvas.mcpcentral.io/mcp
(Streamable HTTP). This repository is the public listing for the
MCP Registry; the server itself is closed-source.
mcp-name: io.mcpcentral/jsoncanvas
The endpoint requires Microsoft Entra OAuth via the MCPCentral gateway
(login.mcpcentral.io). MCP clients perform the standard OAuth flow automatically: an
unauthenticated request returns 401 with a WWW-Authenticate pointing at the
RFC 9728 metadata at
/.well-known/oauth-protected-resource, and the client takes you through sign-in. Canvases are
stored privately per authenticated user.
Claude Code
claude mcp add jsoncanvas --transport http https://jsoncanvas.mcpcentral.io/mcp
Claude Desktop / other clients via mcp-remote
{
"mcpServers": {
"jsoncanvas": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://jsoncanvas.mcpcentral.io/mcp"]
}
}
}
Any MCP client that supports remote Streamable HTTP servers with OAuth (Claude, Goose, OpenAI connectors, MCP Inspector) can connect.
| Tool | Description |
|---|---|
create_canvas | Create a canvas from nodes (+ optional edges); stored under a date-prefixed .canvas name. |
validate_canvas | Validate canvas data against the JSON Canvas 1.0 spec. |
read_canvas | Read a stored canvas and return its nodes and edges. |
list_canvases | List your stored canvases. |
edit_canvas | Atomic batch add/update/remove of nodes and edges (removing a node cascades its edges). |
export_canvas | Export to markdown, svg, mermaid, or png (full-fidelity raster via Browser Rendering). |
search_canvases | Case-insensitive field-level search across your canvases. |
create_canvas, read_canvas, and edit_canvas carry MCP Apps UI metadata so supporting hosts
render the result inline in an interactive pan/zoom viewer.
canvas://schema — JSON Schema for canvas files.canvas://examples/basic — a simple two-node example canvas.ui://canvas/viewer.html — the interactive read-only viewer (MCP Apps UI).MIT.