Skip to main content
The Salty plugin connects Claude Code to your Salty workspace: the 15 MCP tools (people, companies, deals, notes, tasks, activities, schema) plus a skill that teaches Claude Salty’s conventions. Authorization is OAuth 2.1 + PKCE — Claude opens a browser on first use, so there’s no API key to paste.

Install

That’s it. Make a CRM request — e.g. “find people at acme.com in Salty” — and Claude opens a browser to approve access to your workspace. Need a workspace? Sign up at trysalty.com.

What’s included

  • 15 MCP toolssearch / get / create / update for people, companies, and deals; add_note, log_activity; get_schema, add_attribute. There are no delete_* tools by design — deletion is recoverable soft-delete (30-day trash) through REST/CLI under human review.
  • A salty skill — Claude automatically applies Salty’s conventions: the structured search-filter grammar ({field: {equals: …}}), cursor pagination, parent references for notes/activities, and value_cents as a string-encoded bigint.

Other clients

Any MCP-compliant client (Claude.ai, ChatGPT, Cursor, Windsurf, Claude Desktop) can connect to the same server at $SALTY_MCP/mcp — see MCP server. Prefer the terminal? The salty CLI (npm i -g salty-cli) wraps the same REST API. The plugin + marketplace are open source (MIT): github.com/ankshvayt/salty-plugin.