picright for Cursor
io.github.chloepark85/picright
License-aware images for markdown: CC/stock search, screenshots, Mermaid diagrams, provenance
client:Cursor
transport:stdio
runtime:npm
Install picright in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"picright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"picright-mcp"
],
"env": {
"PIXABAY_API_KEY": "<PIXABAY_API_KEY>",
"PEXELS_API_KEY": "<PEXELS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs