1. Overview
mcp-scapple is an MCP server that lets AI assistants read, write, and render .scap files from Scapple, the brainstorming tool by Literature & Latte.
2. Info
- Developer: binaryloader
- Version: 1.0.1
- License: MIT
- Requirements: Node.js 18+
- GitHub: binaryloader/mcp-scapple
- npm: @binaryloader/mcp-scapple
3. Features
- read-scapple: Parse a
.scapfile into structured JSON with notes, shapes, styles, and connections - write-scapple: Create a
.scapfile from structured note data with automatic bidirectional connection management - text-to-scapple: Convert indented text, bullet lists, or numbered lists into Scapple diagrams with automatic layout
- scapple-to-image: Render a
.scapfile to PNG with full theme support (colors, fonts, shadows, patterns)
4. Install
npx @binaryloader/mcp-scapple
Leave a comment