agentskills.codes
CO

connectors-directory-spec

Authoritative reference for submitting tdmcp to the Anthropic Connectors Directory as a Claude Desktop Extension (MCPB). Use whenever drafting, checking, or fixing the submission — it defines the two submission paths, why tdmcp is a Desktop Extension (never a remote connector), every form field, the

Install

mkdir -p .claude/skills/connectors-directory-spec && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/13412" && unzip -o skill.zip -d .claude/skills/connectors-directory-spec && rm skill.zip

Installs to .claude/skills/connectors-directory-spec

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Authoritative reference for submitting tdmcp to the Anthropic Connectors Directory as a Claude Desktop Extension (MCPB). Use whenever drafting, checking, or fixing the submission — it defines the two submission paths, why tdmcp is a Desktop Extension (never a remote connector), every form field, the rejection-causing gates, and the local-only compliance story. Read this before writing any submission deliverable.
415 charsno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)

About this skill

Anthropic Connectors Directory — tdmcp submission spec

The "Claude marketplace" is the Anthropic Connectors Directory, surfaced in Claude Desktop at Settings → Extensions → Browse extensions ("Anthropic-reviewed tools"). There are two submission paths with separate forms — picking the wrong one wastes a ~2-week review cycle.

Path decision — tdmcp is a Desktop Extension (MCPB)

PathFortdmcp?
Remote MCP server (internet-hosted, OAuth 2.0) → MCP Directory formSaaS-style connectors Claude reaches over the networkNO
Desktop Extension (local MCP server bundled as MCPB) → Desktop extension formLocal servers that run on the user's machineYES

Why local: tdmcp is a Node/stdio server that talks to a Python bridge running inside TouchDesigner at 127.0.0.1:9980. It cannot be hosted remotely — it must run next to TD on the artist's machine. So OAuth/hosting requirements do not apply; ignore them. Submit via the Desktop extension form (linked from the official submission docs page).

.dxt was renamed to .mcpb (MCP Bundle). Existing .dxt still installs, but new submissions should ship .mcpb. See the mcpb-bundle skill.

Approval gates (these cause rejection)

GateRequirementtdmcp status
Privacy policyPresent + complete. Missing = immediate rejection.TODO — docs-author writes it (local-only ⇒ short)
Tool annotationsEvery tool has safety hints (readOnlyHint/destructiveHint). Missing = ~30% of all rejections.PASS — all tools annotated (verified in src/tools/**)
Production-readyNot beta. Stable, versioned, installable.PASS — v0.3.0 on npm + MCP registry
Public docs URLSetup + usage docs.PASS — https://pantani.github.io/tdmcp/
Data-handling statementWhat data is handled and where it goes.TODO — trivial (see below)
BrandingLogo / icon.PASS — docs/public/logo-400.png (400×400) + favicon
Installable bundleA valid .mcpb.TODO — bundle-engineer migrates .dxt.mcpb

The local-only compliance story (reuse everywhere)

tdmcp's compliance answers are simple because of what it is — state it plainly:

  • Runs entirely on the user's machine. No accounts, no sign-in, no cloud.
  • The MCP server only makes HTTP calls to the user's own TouchDesigner bridge on 127.0.0.1:9980 (configurable host/port). No other network egress.
  • Collects no user data, no telemetry, no analytics, sends nothing to the author or any third party.
  • The user's AI client (Claude/Cursor/Codex) processes prompts under that client's privacy policy — tdmcp adds no data collection of its own.
  • Security note worth stating: the bridge executes Python inside TD and listens on 9980; for untrusted networks the user sets TDMCP_BRIDGE_TOKEN / TDMCP_BRIDGE_ALLOW_EXEC=0 (already documented in the architecture docs).

This is the basis for both the privacy policy page and the form's data/compliance fields.

Form field map (Desktop extension form)

For each field: the canonical answer or who drafts it. Known repo facts are filled.

FieldAnswer / source
Nametdmcp
Display nameTouchDesigner (tdmcp) (from dxt/manifest.json)
Tagline (one-liner)docs-author — reuse docs/index.md hero
Descriptiondocs-author — reuse what-is-tdmcp + README; mention 100+ tools, knowledge base, create→verify→preview
Use casesdocs-author — VJ/live audiovisual, generative art, audio-reactive, projection mapping (see prompt-cookbook)
CategoryCreative / media tools
Transportstdio (Claude Desktop spawns the local server)
AuthNone (local)
Tools list + annotationsarchitect derives from src/tools/**; each tool's title/readOnlyHint/destructiveHint
Data handling / compliancethe local-only story above
Privacy policy URLthe new page docs-author publishes (e.g. https://pantani.github.io/tdmcp/privacy)
Public docs URLhttps://pantani.github.io/tdmcp/
Repohttps://github.com/Pantani/tdmcp
npm@dpantani/tdmcp
MCP registry idio.github.Pantani/tdmcp
LicenseMIT (verify LICENSE)
Logo / brandingdocs/public/logo-400.png, favicon
Bundletdmcp.mcpb (from the migrated build)
Support channelNEEDS HUMAN INPUT — GitHub Issues URL is the likely answer; confirm
Test account credentialsNEEDS HUMAN INPUT — likely N/A (no auth); note "local tool, no account"
Production-ready confirmationYes — v0.3.0

Distinguish from what's already done

  • MCP Registry (io.github.Pantani/tdmcp, active) is the open registry — already done, feeds PulseMCP etc. It is not the Anthropic directory.
  • desktopextensions.com and awesome-* lists are community discovery, not the official directory.

Sources

  • Submitting to the Connectors Directory — claude.com/docs/connectors/building/submission
  • Connectors Directory FAQ — support.claude.com (article 11596036)
  • Desktop Extensions — anthropic.com/engineering/desktop-extensions

Search skills

Search the agent skills registry