Install skills
Install Claude Code skills to automate Merge Link, sync, post-connection, and validation. Each skill guides Claude through the work step by step.
Two installs make a coding agent useful on Merge: the Claude Code skill plugin, which walks Claude through the work step by step, and the documentation MCP server, which lets any agent search and read these docs while it works.
Install the skills
Run these two commands in your terminal:
Restart Claude Code or run /reload-plugins to load the skills.
Invoke a skill
After installing, open Claude Code and invoke a skill directly:
Or describe what you want, and Claude picks the right skill automatically.
Install the documentation MCP server
Merge serves this documentation over MCP at https://docs.merge.dev/_mcp/server, so a coding agent can search and read the docs while it works instead of relying on what it already knows. The server needs no API key.
Any MCP client can connect to the same URL over streamable HTTP.
First-time setup
Implementation
Build the connection flow: the linked_accounts table, link-token and token-exchange endpoints, and your Connect button or App Marketplace UI.
Pull data from Merge. A webhook handler covers incremental sync (recommended), with polling as a development starting point and production fallback.
Build the ongoing integration management surface: settings page, sync status, relinking, field mapping, and data scope filtering.