pinterest mcp for Cursor
io.github.mrfentmen/pinterest-mcp
MCP server for Pinterest: account, boards, pins. Needs a free Pinterest access token.
client:Cursor
transport:stdio
runtime:npm
Install pinterest mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pinterest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/pinterest-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs