INDIVIDUAL MCP TOOL
create_print_file_from_artwork
Import an uploaded or generated ChatGPT file reference, then prepare a print-ready file in one call.
LIVE ENDPOINT
https://mcp.grafikit.com/mcp
Connect to this endpoint to inspect the live schema for create_print_file_from_artwork and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.grafikit-mcp]
url = "https://mcp.grafikit.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grafikit-mcp": {
"type": "http",
"url": "https://mcp.grafikit.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grafikit-mcp
Remote MCP URL: https://mcp.grafikit.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"grafikit-mcp": {
"url": "https://mcp.grafikit.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grafikit-mcp": {
"type": "http",
"url": "https://mcp.grafikit.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grafikit-mcp",
"transport": "streamable-http",
"url": "https://mcp.grafikit.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
inspect_artwork_file— Inspect an uploaded/generated artwork file or public HTTPS artwork URL without creating print files.remove_background— Remove the background from an uploaded/generated raster artwork or PDF and return a transparent PNG source_file_url.estimate_sticker_layout— Estimate effective sticker size, maximum pieces per sheet, placement rotation and sheet/copy price without generating print files.estimate_uv_dtf_layout— Estimate UV DTF layout without generating files.preflight_uv_dtf_artwork— Check whether artwork is valid for UV DTF before asking for size or preparing files.add_uv_dtf_spot_channels— Add White and Varnish spot channels to an already-sized transparent PNG and return an RGB PSD URL.analyze_print_bleed— Authoritatively analyze whether a sticker-compatible artwork has enough artwork outside the exact finished cut size.prepare_print_bleed— Generate a source artwork with real outside bleed after explicit user approval.