affinity-mcp
v0.1.4Connect to Affinity by Canva's local MCP server for SDK scripting and document previews.
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
codex plugin marketplace add Paloexiz/Affinity-MCP
codex plugin marketplace upgrade affinity-mcp
codex plugin add affinity-mcp@affinity-mcpPaste 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-marketplace→affinity-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-MCPClone 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
├── .codex-plugin/plugin.json├── skills/affinity-mcp/SKILL.md└── .mcp.json
Included Skills1
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
- 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
{
"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."
}
}For maintainers
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)