feat: add Higgsfield (CLI + MCP) to integrations catalog (v6.53.0)#203
Merged
Conversation
Add Higgsfield AI to the integrations catalog (Design category): the official hosted MCP server (`https://mcp.higgsfield.ai/mcp`, browser OAuth, no API key) and its companion CLI `@higgsfield/cli`. CLI key matches the MCP name so MCP_HAS_CLI auto-links them. Also reconcile the integrations-count drift across docs: INTEGRATIONS.md, README.md, and all 9 translated READMEs carried four different stale figures (21/23/24/27). Catalog now ships 31 MCP + 10 CLI across 10 categories; every doc reflects that. INTEGRATIONS.md tables gain the 9 entries they were previously missing (comet-bridge, dbhub, datadog, github, mailgun, posthog, serena, claude-context, repomix). Release v6.53.0: manifest + 9 installer TK_TOOLKIT_REF pins bumped in lockstep (REL-03 green); test-integrations-tui.sh row counts 30 -> 31. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CI 'Test Install Features' caught hardcoded catalog counts not exercised by local 'make check': test-mcp-selector (S1), test-mcp-catalog-load (T2/T4), test-integrations-catalog (A5/A8), test-catalog-serena (range). Higgsfield bumped the catalog to 31 MCP + 10 CLI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Higgsfield AI to the integrations catalog as a Design-category entry — both the official hosted MCP server and its companion CLI — and reconciles a long-standing integrations-count drift across the docs.
Higgsfield is an AI image + video generation platform (30+ models: Nano Banana, FLUX.2, Veo, Kling). The MCP is a hosted remote endpoint authenticated by browser OAuth against a Higgsfield account — no API key, no env vars.
Changes
Catalog (
scripts/lib/integrations-catalog.json)higgsfieldMCP entry (Design):--transport http higgsfield https://mcp.higgsfield.ai/mcp,requires_oauth: true,default_scope: user, noenv_var_keys.higgsfieldcompanion CLI (@higgsfield/cli):detect_cmd: higgsfield; darwinbrew install higgsfield-ai/tap/higgsfield, linuxnpm install -g @higgsfield/cli@latest; post-installhiggsfield auth login. CLI key matches the MCP name →MCP_HAS_CLIauto-links for--cli-only/--mcp-only.Doc count reconciliation (#3)
INTEGRATIONS.md,README.md, and all 9 translated READMEs carried four different stale figures (21 / 23 / 24 / 27). Catalog now ships 31 MCP + 10 CLI across 10 categories; every doc updated.INTEGRATIONS.mdtables gained the 9 entries they were previously missing: comet-bridge, dbhub, datadog, github, mailgun, posthog, serena, claude-context, repomix.Release v6.53.0
manifest.jsonversion/updated/build_date → 6.53.0 / 2026-05-30.TK_TOOLKIT_REFdefaults bumped in lockstep (REL-03 strict green).test-integrations-tui.shA3 row-count assertions 30 → 31.Validation
python3 scripts/validate-integrations-catalog.py→ 31 mcp + 10 cli PASSEDtest-integrations-tui.sh30/0 ·test-integrations-foundation.sh32/0 ·test-toolkit-ref-pinned.sh(REL-03) 9/9make check→ all checks passed🤖 Generated with Claude Code