pwdev-excalidraw
v0.1.0Visual planning with Excalidraw diagrams through an MCP server, portable across Claude Code and Codex.
By Paulo SoaresLicense: Apache-2.02 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install pwdev-excalidraw for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pwdev-excalidraw@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pwdev-solucoes/pwdev-claude-marketplaceClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/pwdev-excalidraw/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/excalidraw/SKILL.md└── .mcp.json
Included Skills1
Cria diagramas Excalidraw para apoiar planejamento, arquitetura e decisões.
MCP servers1
- url
- https://mcp.excalidraw.com/mcp
Plugin manifests2
{
"name": "pwdev-excalidraw",
"version": "0.1.0",
"description": "Visual planning with Excalidraw diagrams through an MCP server, portable across Claude Code and Codex.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"codex",
"excalidraw",
"mcp",
"planning",
"architecture",
"diagramming"
],
"skills": "./skills/",
"interface": {
"displayName": "PWDEV Excalidraw",
"shortDescription": "Visual planning with Excalidraw",
"longDescription": "Create and review editable Excalidraw diagrams for architecture, user flows, dependencies, roadmaps, decisions, and risks. The skill is runtime-neutral and uses the configured Excalidraw MCP server when available.",
"developerName": "PWDEV Solucoes",
"category": "Planning",
"capabilities": [
"Interactive",
"Write"
],
"defaultPrompt": [
"Create an Excalidraw architecture diagram for this plan.",
"Visualize the user flow and dependencies without changing code.",
"Review this proposal visually and highlight risks and unknowns."
]
}
}{
"name": "pwdev-excalidraw",
"displayName": "PWDEV Excalidraw — Planejamento Visual",
"version": "0.1.0",
"description": "Planejamento visual com diagramas Excalidraw via servidor MCP oficial — arquitetura, fluxos, dependências, decisões e roadmaps editáveis.",
"author": {
"name": "Paulo Soares",
"url": "https://github.com/soarescbm"
},
"homepage": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"repository": "https://github.com/pwdev-solucoes/pwdev-claude-marketplace",
"license": "Apache-2.0",
"keywords": [
"claude-code",
"claude-plugin",
"excalidraw",
"diagram",
"planning",
"architecture",
"mcp",
"pt-br"
],
"mcpServers": "./.mcp.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[pwdev-excalidraw on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pwdev-excalidraw)