getdigitalcraft mcp render for Cursor
io.github.gene12williams-design/getdigitalcraft-mcp-render
Deterministic image rendering with exact typography. Pay per call in USDC, no account.
client:Cursor
transport:stdio
runtime:npm
Install getdigitalcraft mcp render in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"getdigitalcraft-mcp-render": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getdigitalcraft-mcp-render"
],
"env": {
"X402_PRIVATE_KEY": "<X402_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs