shootproof mcp for Cursor
io.github.mrfentmen/shootproof-mcp
ShootProof studio brands, galleries and orders.
client:Cursor
transport:stdio
runtime:npm
Install shootproof mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shootproof-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shootproof-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs