CodePic for Claude Desktop
io.github.abelce/codepic
AI agent draws editable hand-drawn diagrams (flowchart, ER, architecture) via MCP, not static images
client:Claude Desktop
transport:streamable-http
tools:7
Install CodePic in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"codepic": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://codepic.cc/api/mcp/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs