Agent Plugins Marketplace
← All plugins

foliade

v1.2.0

Publish, personalize and enrich PDF catalogues, configure readers, themes, lead forms, tracking links and shelves through 34 OAuth MCP tools.

CodexClaude Code1 Skill1 MCP serverStreamable HTTP

By Foliade0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 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 foliade for Codex and Claude Code

Installs for the current user
codex plugin marketplace add gekkode-dev/foliade-connectors
codex plugin marketplace upgrade foliade
codex plugin add foliade@foliade

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

Compatibility: the page URL and API slug “foliade” remain stable.

  • Codex: foliade@agent-plugin-marketplace → foliade@foliade

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/gekkode-dev/foliade-connectors

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

Plugin files

.agents/plugins/foliade/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/publier-flipbook/SKILL.md
└── .mcp.json

Included Skills1

publier-flipbookskills/publier-flipbook/SKILL.md

Use Foliade to upload and publish PDFs, personalize readers and themes, configure chapters, lead capture, interactive elements, tracking links and digital shelves through OAuth MCP. Supports free guest PDF uploads and account features according to plan.

MCP servers1

foliadeStreamable HTTP
url
https://foliade.gekkode.com/mcp

Plugin manifests2

.agents/plugins/foliade/.codex-plugin/plugin.json
{
  "name": "foliade",
  "version": "1.2.0",
  "description": "Publish, personalize and enrich PDF catalogues, configure readers, themes, lead forms, tracking links and shelves through 34 OAuth MCP tools.",
  "author": {
    "name": "Foliade",
    "email": "[email protected]",
    "url": "https://foliade.gekkode.com/"
  },
  "homepage": "https://foliade.gekkode.com/fr/connecter-codex-flipbook",
  "repository": "https://github.com/gekkode-dev/foliade-connectors",
  "keywords": [
    "flipbook",
    "pdf",
    "catalogue",
    "mcp",
    "publication"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Foliade",
    "shortDescription": "Connect your PDF catalogues to Codex.",
    "longDescription": "34 MCP tools to upload PDFs, personalize readers and brand themes, configure chapters and lead capture, publish interactive content, manage tracking links and digital shelves. Features follow your plan; public changes require your request.",
    "developerName": "Foliade",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://foliade.gekkode.com/",
    "privacyPolicyURL": "https://foliade.gekkode.com/fr/confidentialite",
    "termsOfServiceURL": "https://foliade.gekkode.com/fr/cgu",
    "defaultPrompt": [
      "Create a test PDF and send it to my Foliade account as a private draft.",
      "List my Foliade catalogues.",
      "Publish this PDF in Foliade and give me its public link.",
      "Match this catalogue reader to the colours of its cover using MCP."
    ],
    "brandColor": "#ec3013",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  },
  "mcpServers": "./.mcp.json"
}
.agents/plugins/foliade/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "foliade",
  "displayName": "Foliade",
  "version": "1.2.0",
  "description": "Publish, personalize and enrich PDF catalogues, configure readers, themes, lead forms, tracking links and shelves through 34 OAuth MCP tools.",
  "author": {
    "name": "Foliade",
    "email": "[email protected]",
    "url": "https://foliade.gekkode.com/"
  },
  "homepage": "https://foliade.gekkode.com/fr/connecter-claude-code-flipbook",
  "privacyPolicyUrl": "https://foliade.gekkode.com/en/confidentialite",
  "repository": "https://github.com/gekkode-dev/foliade-connectors",
  "keywords": [
    "flipbook",
    "pdf",
    "catalogue",
    "mcp",
    "publication"
  ],
  "skills": "./skills/",
  "mcpServers": "./.claude-mcp.json"
}

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

[foliade on Agent Plugins Marketplace](https://pluginsmp.com/plugins/foliade)