CREATE WITH YOUR AI · NFT-STUDIO MCP
Your idea.
A conversation.
An NFT.
Connect the Studio to your AI once. Then choose a starting point, shape the idea together, and ask for changes until it feels right. Your wallet approves the mint.
Already installed? Update your existing MCP to get the interactive guide.
Clone and build
You’ll need Node.js 22.13 or newer (with npm), Git, and Codex. These commands work in Windows PowerShell, macOS Terminal, and Linux.
git clone https://github.com/BEACNpool/NFT-Studio.git
cd NFT-Studio
npm --prefix mcp ci
npm --prefix mcp run buildOnly the MCP package needs to be installed. No wallet is needed for setup or creative work.
Connect Codex
With the Codex CLI installed and signed in, run this from the NFT-Studio checkout. The installer checks the MCP before adding it and preserves conflicting settings.
node mcp/install-codex.mjs --install
codexStart Codex in this checkout to discover the included $nft-studio skill. It teaches the workflow and file limits; no extra model-provider API key is needed. Inspect setup first with node mcp/install-codex.mjs --check.
Read the public agent skill · Official Codex MCP setup
Using another MCP client?
Replace /absolute/path/NFT-Studio with the absolute path to your checkout. Keep the /mcp/dist/cli.mjs suffix.
{
"mcpServers": {
"beacn-nft-studio": {
"command": "node",
"args": [
"/absolute/path/NFT-Studio/mcp/dist/cli.mjs"
]
}
}
}Launch the compiled file with node, as shown. Your client may use a different settings wrapper.
Open the creative menu
$nft-studio Open the creative menu and guide me. Ask one question at a time, show me a preview, and let me revise before wallet review.Your AI will offer Create something new, Explore minted originals, or Bring my own files. Pick a number or answer in your own words. You can go back, pause, or change direction.
Have a complete idea already? Ask for it in one prompt. The guide won’t force an interview. After a preview, choose Make a change, Prepare for wallet review, or Keep it without minting.
Open the review link your agent returns to see its exact files. Connect a compatible browser wallet, review the destination and costs, then approve signing and submission. Save the confirmed receipt.
Already using NFT-Studio?
In your existing NFT-Studio checkout, update and rebuild. Then start a new Codex session so it discovers the new tools.
git pull --ff-only
npm --prefix mcp ci
npm --prefix mcp run build
node mcp/install-codex.mjs --checkSetup isn’t working?
If a command is missing, install its prerequisite and reopen your terminal. If Git reports local changes or a conflict, keep your files and resolve that message before updating; don’t reset your work.
If your AI cannot see the guide, run the check above, restart the AI session, and ask it to list NFT-Studio tools. This version includes studio_guide and studio_inspiration. In Codex, start from the checkout to use $nft-studio.
Native question forms depend on your MCP client. The same guide works as numbered questions in chat. If you only have a browser-based chat with remote connectors, this local setup cannot be connected by pasting this page’s URL.