By remoteoss
Access Remote's HR, payroll, contractor, time-off, and expense tools directly from Claude Code via the Remote MCP server.
Authenticate to the Remote.com REST API and obtain access tokens for an integration. Use when setting up API access, choosing between customer (API token) and partner (OAuth) auth, implementing the four partner flows (client_credentials, authorization_code, refresh_token, JWT bearer assertion), getting company consent, picking the environment/base host, handling token lifecycle/refresh, or resolving 401/403 errors. Do NOT use for the in-editor Remote MCP session (browser OAuth, handled by the host plugin), endpoint discovery (remote-api-integration), form bodies (remote-api-forms), onboarding (remote-api-onboarding), or webhooks (remote-api-webhooks).
Build and validate request bodies for Remote.com's dynamic JSON-Schema form endpoints - the schema-first mechanism behind most REST writes. Use when fetching a form schema (GET /v1/countries/{country_code}/{form}, /v1/companies/schema, /v1/contract-amendments/schema, and similar), honoring required/enum/oneOf/if-then-else, handling conditionally-forbidden fields or x-jsf-* presentation/currency, or 422 validation on any form-driven write - company creation, personal-details, contract amendments, terminations, contractor onboarding, legal-entity details, benefits. For the multi-form hire sequence use remote-api-onboarding. Do NOT use to operate via the MCP, for auth (remote-api-auth), endpoint discovery (remote-api-integration), or webhooks (remote-api-webhooks).
Build integrations that call the Remote.com REST API (developer.remote.com) - global HR/payroll/EOR. Use when finding the right endpoint or scope, reading an endpoint's contract, calling REST endpoints, encoding money/dates, paging, or handling errors and rate limits - the entry point and router for any Remote REST integration task. Do NOT use to operate your own workspace (use the Remote MCP operator skills), to obtain tokens (remote-api-auth), to build a dynamic-form body (remote-api-forms), to run the hire sequence (remote-api-onboarding), or for webhooks (remote-api-webhooks).
Hire/onboard employees and contractors through the Remote.com REST API - the multi-form sequence built on remote-api-forms. Use when creating an employment (hire/onboard): the basic-information then address then personal-details then contract then pricing sequence (POST then PATCH then invite), and the EOR vs Global Payroll vs contractor variants. For generic form mechanics and non-hire form writes (amendments, personal-details, company creation) use remote-api-forms. Do NOT use to operate via the MCP, for auth (remote-api-auth), or webhooks (remote-api-webhooks).
Receive and verify Remote.com webhooks in an integration. Use when subscribing to events (POST /v1/webhook-callbacks), building a receiver, verifying the X-Remote-Signature HMAC, parsing the flat event payload, deduping/idempotency, or choosing which event_type to listen for. Covers HMAC-SHA256 hex over raw_body + ':' + millisecond timestamp. Do NOT use to operate via the MCP, for auth (remote-api-auth), outbound API calls (remote-api-integration), or form writes/onboarding (remote-api-forms / remote-api-onboarding).
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Official Remote plugin for AI coding assistants. Access Remote's global employment platform — employments, payroll, contractors, time off, expenses, and timesheets — directly from your AI coding tool.
Supports Claude Code, Cursor, Codex, and Gemini CLI.
The plugin gives your AI assistant the tools and context to act on your Remote workspace. Anything available through the Remote API — employments, time off, expenses, timesheets, payroll, contractors, leave policies, and more — can be driven from natural-language prompts in your editor. The plugin handles authentication, exposes Remote MCP tools, and ships task-specific skills that encode best practices, validation, and PII guardrails so the assistant stays accurate and safe.
/plugin marketplace add remoteoss/remote-for-ai
/plugin install remote@remote-plugin-marketplace
Restart Claude Code, then verify with:
/help # Should list /remote:* skills
/mcp # Should show the `remote` MCP server
The first time a Remote tool is invoked, Claude will prompt you to authenticate via OAuth in your browser.
Search for Remote in Cursor Settings > Plugins and install. Or, for development:
git clone https://github.com/remoteoss/remote-for-ai
ln -s "$PWD/remote-for-ai" ~/.cursor/plugins/local/remote
codex plugin marketplace add remoteoss/remote-for-ai
Then run /plugins from inside Codex, select Remote, and install.
gemini extensions install https://github.com/remoteoss/remote-for-ai
This bridges the HTTP MCP endpoint via npx mcp-remote@latest, since Gemini CLI currently only supports stdio MCP servers.
git clone https://github.com/remoteoss/remote-for-ai
# Claude Code
claude --plugin-dir ./remote-for-ai
# Cursor
ln -s "$PWD/remote-for-ai" ~/.cursor/plugins/local/remote
# Codex
codex --plugin-dir ./remote-for-ai
# Gemini CLI
gemini extensions install ./remote-for-ai
The plugin ships a growing library of task-specific skills under skills/. Each skill encodes a single workflow with the right Remote MCP tools, validation steps, and PII handling rules baked in.
You don't need to know skill names: your AI client reads their descriptions and loads the right one based on your prompt. Browse the skills/ directory to see what's currently available, or run /help from Claude Code to list them. To add a new skill, see CONTRIBUTING.md.
The plugin configures the Remote MCP server (HTTP transport, OAuth 2.0) automatically on install. No API keys to copy-paste; first-call OAuth handles authentication.
See CONTRIBUTING.md for how to add new skills.
MIT
npx claudepluginhub remoteoss/remote-for-ai --plugin remoteDexter language server for Elixir (.ex, .exs, .heex)
Skill that drives the `remotecli` binary against the Remote.com partner API.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Plugin that includes the Figma MCP server and Skills for common workflows
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Claude Code settings and skills for spec-driven development workflows