Agent Plugins Marketplace
All plugins

affinity-mcp

v0.1.4

Connect to Affinity by Canva's local MCP server for SDK scripting and document previews.

Codex1 Skill1 MCP serverstdio

By PaloexizLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Sep 10, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install affinity-mcp for Codex

Installs for the current user
codex plugin marketplace add Paloexiz/Affinity-MCP
codex plugin marketplace upgrade affinity-mcp
codex plugin add affinity-mcp@affinity-mcp

Paste and run these commands in a terminal with Codex. They add and refresh the affinity-mcp catalog, then install this plugin.

Compatibility: the page URL and API slug “affinity-mcp” remain stable.

  • Codex: affinity-mcp@agent-plugin-marketplaceaffinity-mcp@affinity-mcp

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Paloexiz/Affinity-MCP

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

affinity-mcp/
├── .codex-plugin/plugin.json
├── skills/affinity-mcp/SKILL.md
└── .mcp.json

Included Skills1

affinity-mcpskills/affinity-mcp/SKILL.md

Use when the user asks to connect Codex or ZCode to Affinity by Canva, automate Affinity through MCP, list or manage Affinity scripts, read the Affinity SDK documentation, execute Affinity JavaScript, or render Affinity document/spread/selection previews.

MCP servers1

affinity-by-canvastdio
command
node
args
scripts/affinity-mcp-proxy.mjs
cwd
.
env.AFFINITY_MCP_BASE_URL
http://localhost:6767
env.AFFINITY_MCP_PROTOCOL_VERSION
2025-11-25

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "affinity-mcp",
  "version": "0.1.4",
  "description": "Connect to Affinity by Canva's local MCP server for SDK scripting and document previews.",
  "author": {
    "name": "Paloexiz",
    "url": "https://github.com/Paloexiz"
  },
  "repository": "https://github.com/Paloexiz/Affinity-MCP",
  "license": "MIT",
  "skills": "./skills/",
  "mcpServers": {
    "affinity-by-canva": {
      "command": "node",
      "args": [
        "scripts/affinity-mcp-proxy.mjs"
      ],
      "cwd": ".",
      "env": {
        "AFFINITY_MCP_BASE_URL": "http://localhost:6767",
        "AFFINITY_MCP_PROTOCOL_VERSION": "2025-11-25"
      }
    }
  },
  "interface": {
    "displayName": "Affinity MCP",
    "shortDescription": "Control Affinity through its local MCP server.",
    "developerName": "Paloexiz",
    "category": "Productivity",
    "capabilities": [
      "MCP",
      "Local",
      "Automation"
    ],
    "brandColor": "#9CFF65",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "defaultPrompt": [
      "Read the Affinity SDK preamble.",
      "List open Affinity documents.",
      "Render the current Affinity spread."
    ],
    "longDescription": "Connect Codex to Affinity by Canva's local MCP server. Read SDK documentation, execute Affinity scripts and render document previews through a dependency-free local proxy."
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[affinity-mcp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/affinity-mcp)