feat(third_party): add Excalidraw plugin - #353
Merged
Merged
Conversation
This was referenced Sep 10, 2026
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 17:55
c7dbdaa to
e08285c
Compare
minupalaniappan
force-pushed
the
minu/plugin-daloopa
branch
2 times, most recently
from
September 10, 2026 20:14
86e8ce0 to
29f6fc1
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 20:14
e08285c to
7ad62fb
Compare
minupalaniappan
force-pushed
the
minu/plugin-daloopa
branch
from
September 10, 2026 21:18
29f6fc1 to
d5eef27
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 21:18
7ad62fb to
4573b2f
Compare
minupalaniappan
force-pushed
the
minu/plugin-daloopa
branch
from
September 10, 2026 21:36
d5eef27 to
dd3b5bb
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 21:36
4573b2f to
529e3af
Compare
minupalaniappan
force-pushed
the
minu/plugin-daloopa
branch
from
September 10, 2026 21:47
dd3b5bb to
b2e7abe
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 21:47
529e3af to
30baab7
Compare
minupalaniappan
force-pushed
the
minu/plugin-daloopa
branch
from
September 10, 2026 21:55
b2e7abe to
97355a5
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 21:55
30baab7 to
ae97d2c
Compare
minupalaniappan
force-pushed
the
minu/plugin-excalidraw
branch
from
September 10, 2026 22:29
ae97d2c to
f4a9669
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
third_party/marketplace plugin, in the Attio (Add Attio third-party MCP plugin #339) / Hunter (Add Hunter third-party MCP plugin (API key header auth) #340) shape.all) and the Cursor marketplace does not. The server URL matches Grok's productionconnector_catalog.mcp_server_url..cursor-plugin/marketplace.jsonand the root README table.main; bottom of the stack now that feat(third_party): add Gamma plugin #347, feat(third_party): add Webull plugin #348, feat(third_party): add S&P Global plugin #349, feat(third_party): add Interactive Brokers plugin #350, feat(third_party): add Meltwater plugin #351, feat(third_party): add Daloopa plugin #352 have merged.https://mcp.excalidraw.com/mcpinitializeandtools/listsucceed unauthenticated (tools:create_view,export_to_excalidraw,save_checkpoint,read_checkpoint,read_me).allMCP
{ "mcpServers": { "excalidraw": { "type": "http", "url": "https://mcp.excalidraw.com/mcp" } } }Stack
Split from #345 into one PR per plugin. Independent plugins come first; the two with external prerequisites (Coinbase, BigQuery) are last so they never block the others.
gammafeat(third_party): add Gamma plugin #347 ✅ mergedwebullfeat(third_party): add Webull plugin #348 ✅ mergedsp-globalfeat(third_party): add S&P Global plugin #349 ✅ mergedinteractive-brokersfeat(third_party): add Interactive Brokers plugin #350 ✅ mergedmeltwaterfeat(third_party): add Meltwater plugin #351 ✅ mergeddaloopafeat(third_party): add Daloopa plugin #352 ✅ merged7.
excalidrawfeat(third_party): add Excalidraw plugin #353 ← this PRcoinbasefeat(third_party): add Coinbase plugin #354google-cloud-bigqueryfeat(third_party): add Google Cloud BigQuery plugin #355Test plan
node scripts/validate-plugins.mjspasses on this branchmarketplace.json,plugin.json, and README table descriptions are identicalcreate_viewNotes
api.excalidraw.com/api/v1/mcp).https://mcp.excalidraw.com308-redirects to/mcp; the plugin uses the final URL.Note
Low Risk
Additive marketplace entry and documentation only; no changes to core app logic, with traffic going to a public third-party MCP endpoint.
Overview
Adds a new Excalidraw third-party marketplace plugin so Cursor agents can draw and export hand-drawn diagrams from chat via Excalidraw’s hosted MCP server.
The plugin lives under
third_party/excalidraw/with the usual manifest (plugin.json),mcp.jsonpointing athttps://mcp.excalidraw.com/mcp(HTTP, no auth), README/changelog/license, and Cursor 3.13.0 minimum. Excalidraw is registered in.cursor-plugin/marketplace.jsonand the root README plugin table with the same description as other integrations.Docs call out the open-source MCP endpoint (not Excalidraw+’s authenticated API) and agent capabilities: create diagram views, export
.excalidrawfiles, and session checkpoints.Reviewed by Cursor Bugbot for commit f4a9669. Bugbot is set up for automated code reviews on this repo. Configure here.