Extensible Claude Code plugin that bundles MCP servers for daily workflow tools
npx claudepluginhub piyu7994/nexusExtensible Claude Code plugin that bundles MCP servers for daily workflow tools. Supports Jira and Figma, with more coming.
Share bugs, ideas, or general feedback.
A Claude Code plugin that bundles MCP servers for daily workflow tools. Currently supports Jira (via official Atlassian MCP) and Figma (via official Figma MCP).
# Register the marketplace
claude plugin marketplace add Piyu7994/nexus
# Install the plugin
claude plugin install nexus@nexus
git clone https://github.com/Piyu7994/nexus.git nexus
claude --plugin-dir /path/to/nexus/plugin
claude plugin update nexus@nexus
Restart your Claude Code session after updating for changes to take effect.
Note:
claude plugin installre-installs the current cached version — useupdateto pull the latest.
/nexus:jira/nexus:figma whoamiTip: If Figma responses get truncated, set
MAX_MCP_OUTPUT_TOKENS=50000in your environment before starting Claude Code.
OAuth tokens are managed automatically by mcp-remote.
/nexus:jira <what you want to do>
| Command | What it does |
|---|---|
/nexus:jira search open bugs in PROJ | Search issues using JQL |
/nexus:jira create a story in PROJ | Create a single Jira issue |
/nexus:jira update story points on PROJ-123 to 5 | Update issue fields |
/nexus:jira move PROJ-123 to In Progress | Transition issue status |
/nexus:jira assign PROJ-123 to alice@company.com | Assign a team member |
/nexus:jira break down feature from spec.md into PROJ-100 | Generate a full ticket hierarchy (stories, tasks, subtasks) under an epic from a feature spec |
The most powerful workflow — give it a feature spec and an epic key:
/nexus:jira break down feature from docs/feature-spec.md into PROJ-100
It will:
/nexus:figma <what you want to do>
| Command | What it does |
|---|---|
/nexus:figma get design context for <url> | Extract code-ready design context (React+Tailwind) |
/nexus:figma extract design tokens from <url> | Get variables and styles (colors, spacing, typography) |
/nexus:figma take a screenshot of <url> | Screenshot a Figma selection |
/nexus:figma search design system for button | Search connected design libraries |
/nexus:figma create a new Figma file | Create a blank Design or FigJam file |
/nexus:figma generate a flowchart from mermaid: ... | Generate a FigJam diagram |
/nexus:figma set up Code Connect mappings | Map Figma components to code components |
Figma MCP has strict rate limits based on your plan:
| Plan / Seat | Limit |
|---|---|
| Starter or View/Collab seats | 6 calls/month |
| Dev/Full on Professional | 15 calls/min, 200/day |
| Dev/Full on Organization | 20 calls/min, 200/day |
| Dev/Full on Enterprise | Unlimited/min, 600/day |
The plugin automatically detects your plan and warns before each call on low-tier plans.
All 13 Jira tools from the official Atlassian MCP server:
createJiraIssue, editJiraIssue, getJiraIssuesearchJiraIssuesUsingJqltransitionJiraIssue, getTransitionsForJiraIssueaddCommentToJiraIssue, addWorklogToJiraIssuegetJiraProjectIssueTypesMetadata, getJiraIssueTypeMetaWithFieldsgetVisibleJiraProjectsListlookupJiraAccountIdgetJiraIssueRemoteIssueLinksAll 16 tools from the official Figma MCP server:
get_design_context — extract code-ready design contextget_variable_defs — get design tokens (colors, spacing, typography)get_metadata — get layer tree structure (IDs, names, types, positions)get_screenshot — screenshot a selectionget_figjam — convert FigJam board to XML