One installable FAPI plugin for Codex and Claude Code. It combines reusable FAPI workflow skills with the production FAPI MCP server at https://mcp.fapi.cz/mcp.
Authentication uses OAuth. The repository does not contain API tokens, usernames, client secrets, or custom authentication headers.
fapi-account-activation— prepare an account for its first sale.fapi-billing-setup— configure billing identity, VAT, currency, invoice defaults, and bank accounts.fapi-default-notification-templates— work safely with default notification and reminder templates.fapi-invoice-create— create and verify invoices, proformas, simplified invoices, and credit notes.fapi-product-create— create and update reusable product catalog items.fapi-sales-email-communication-create— create email communication for a sales flow.fapi-sales-form-create— create a complete FAPI sales form.fapi-upsell-order-bump— configure order bumps and upsells on an existing form.
codex plugin marketplace add fapi-cz/fapi-ai-plugin
codex plugin add fapi@fapiCodex requests FAPI OAuth authorization during installation because the marketplace uses authentication: "ON_INSTALL".
To refresh the marketplace and reinstall the current plugin version:
codex plugin marketplace upgrade fapi
codex plugin remove fapi@fapi
codex plugin add fapi@fapiTo remove the plugin and marketplace:
codex plugin remove fapi@fapi
codex plugin marketplace remove fapiclaude plugin marketplace add fapi-cz/fapi-ai-plugin
claude plugin install fapi@fapiClaude Code starts the FAPI OAuth flow when it activates the MCP connection.
To refresh the marketplace and update the plugin:
claude plugin marketplace update fapi
claude plugin update fapi@fapiTo remove the plugin and marketplace:
claude plugin uninstall fapi@fapi
claude plugin marketplace remove fapiRetry the connection from the host's plugin or MCP settings. Do not add a static token to .mcp.json; the FAPI MCP server is designed to authenticate through OAuth.
Confirm that https://mcp.fapi.cz/mcp is reachable and that the OAuth connection is active. Restart the host after installing or updating the plugin so it reloads the cached plugin version.
Refresh the marketplace and update or reinstall the plugin with the commands above. Released changes must bump the version in both plugin manifests.
templates/fapi-template-skill/ is an authoring template for new FAPI skills. It is intentionally outside plugins/fapi/skills/ and is not installed with the plugin.