add claude desktop extension - #15
Merged
Merged
Conversation
itsdouges
force-pushed
the
mcp/claude-desktop-mcpb
branch
from
August 3, 2026 06:08
e6fc40c to
a5dd266
Compare
itsdouges
force-pushed
the
mcp/claude-desktop-mcpb
branch
from
August 3, 2026 06:14
a5dd266 to
33690c9
Compare
itsdouges
force-pushed
the
mcp/claude-desktop-mcpb
branch
from
August 5, 2026 03:14
b2d6a16 to
5c66367
Compare
itsdouges
force-pushed
the
mcp/claude-desktop-mcpb
branch
from
August 5, 2026 05:43
5c66367 to
a1fa271
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4ada99c. Configure here.
Ship a Claude Desktop extension that registers the Paper MCP server via the already-installed ~/.paper/bin/paper CLI, with no bundled server or binary. Co-authored-by: Cursor <cursoragent@cursor.com>
itsdouges
force-pushed
the
mcp/claude-desktop-mcpb
branch
from
August 7, 2026 17:43
925ae8c to
978b6b2
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.

Adds a new Claude Desktop extension so users can one-click install from Paper.
Note
Low Risk
Changes are packaging, validation, and documentation around an external MCP binary path; no runtime auth or application logic in this repo.
Overview
Adds a Claude Desktop install path via a config-only MCPB bundle at
claude-extensions/paper-desktop/dist/paper.mcpb, which wires MCP to the locally installed Paper Desktop binary (~/.paper/bin/paper mcp) instead of bundling server code.Packaging & manifest: New
pack.tsbuilds a deterministic zip (fixed mtimes/modes,TZ=UTC) withmanifest.json, assets, and README injected aslong_descriptionviascripts/mcpb-manifest.mjs. Symlinks for README/assets point at the existingplugins/paper-desktopcontent.Build/CI: Root
buildnow runs MCPB manifest validation (@anthropic-ai/mcpb validate) andpack:mcpb; CI addsvalidate-mcpb-artifact.mjsso the committedpaper.mcpbstays in sync after a fresh pack..gitignoreis adjusted to track only**/dist/paper.mcpb.Docs: Root README documents drag-and-install for Claude Desktop;
plugins/paper-desktop/README.mdis lightly reworded for generic “agent” language.Reviewed by Cursor Bugbot for commit 978b6b2. Bugbot is set up for automated code reviews on this repo. Configure here.