prodialabs/mcp
3.2
If you are the rightful owner of mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The prodia-mcp is a model context protocol server that interfaces with the Prodia API to generate images from text prompts, saving the results to disk.
prodia-mcp
a model context protocol (mcp) server that connects to the prodia api to generate images from text prompts. it exposes a single job
tool over stdio transport and saves the resulting image to disk.
requirements
- node.js v16+
- a valid prodia api token in
PRODIA_TOKEN
installation
git clone https://github.com/your-org/prodia-mcp.git
cd prodia-mcp
npm install
npm run build
set your token:
export PRODIA_TOKEN=xxx
add to claude code as an mcp server:
claude mcp add \
-e "PRODIA_TOKEN=$PRODIA_TOKEN" \
-- prodia node $PWD/build/index.js
development
- format:
npm run format
- build:
npm run build
license
mit