
Xaffinity
- 1 repo stars
- Updated April 13, 2026
- oneryalcin/affinity-sdk
xaffinity is a Claude Code plugin marketplace bundling three Affinity CRM integrations—Python SDK, CLI, and MCP server—for developers automating relationship and pipeline data access.
About
xaffinity is the oneryalcin/affinity-sdk marketplace catalog with three plugins: sdk (Python SDK patterns), cli (xaffinity CLI usage plus hooks), and mcp (Affinity MCP server). Install via `/plugin marketplace add oneryalcin/affinity-sdk` and pick plugins such as affinity-crm-sdk-unofficial@xaffinity, affinity-crm-cli-xaffinity-unofficial@xaffinity, or affinity-crm-mcp-unofficial@xaffinity. The SDK plugin teaches typed IDs, context managers, and pagination; the CLI plugin enforces --readonly defaults and --json output; the MCP server connects Claude Desktop or Claude Code to Affinity search and workflow tools via uvx xaffinity-mcp with AFFINITY_API_KEY. affinity-sdk is published on PyPI with optional mcp and cli extras. Reach for xaffinity when building Python scripts, terminal automations, or MCP-driven meeting prep against Affinity CRM data.
- 3 plugins: sdk (Python patterns), cli (--readonly/--json guardrails), mcp (xaffinity-mcp server)
- affinity-python-sdk skill covers typed IDs, context managers, pagination gotchas
- xaffinity-cli-usage skill enforces --readonly default and --json structured output
- MCP via uvx affinity-sdk[mcp] with AFFINITY_API_KEY for Claude Desktop or Code
Xaffinity by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add oneryalcin/affinity-sdkAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | April 13, 2026 |
| Repository | oneryalcin/affinity-sdk ↗ |
How do you integrate Affinity CRM with Claude Code?
Install xaffinity plugins to teach Claude Affinity SDK patterns, xaffinity CLI commands, and MCP CRM workflow tools.
Who is it for?
Developers writing Python or CLI automations against Affinity CRM who want Claude Code skills for SDK pagination, readonly CLI usage, and MCP connectivity.
Skip if: Teams not using Affinity CRM or developers who only need generic CRM concepts without Affinity-specific API patterns.
What you get
Installed SDK, CLI, or MCP Affinity plugins with typed API patterns, readonly CLI guardrails, and MCP search tools.
- Installed Affinity plugin
- MCP or CLI CRM connectivity
By the numbers
- 3 plugins in xaffinity marketplace: sdk, cli, and mcp
- affinity-sdk published on PyPI with optional mcp and cli install extras
Plugins in this marketplace
3 plugins - install individually after you add the marketplace.
Recommended Marketplaces
How it compares
Use xaffinity when Affinity CRM is your system of record and you need SDK, CLI, and MCP skills tuned to its typed API—not generic CRM templates.
FAQ
How many plugins does the Xaffinity marketplace include?
Xaffinity lists three Claude Code plugins in oneryalcin/affinity-sdk: sdk for Python SDK development patterns, cli for Xaffinity command-line usage with API-key guard hooks, and mcp for an Affinity MCP server supporting search, workflows, and relationship intelligence tools.
How do you connect Affinity MCP to Claude Desktop?
Xaffinity MCP installs via uvx with affinity-sdk[mcp] from the affinity-sdk repository, running Xaffinity-mcp on stdio. Add AFFINITY_API_KEY to claude_desktop_config.json, or download the .mcpb bundle from GitHub Releases after pipx installing affinity-sdk[cli].