Skip to content
Cursor

SavePinner Pinterest URL Tools for Cursor

io.github.jiankn/savepinner

Parse, validate, classify, and normalize Pinterest URLs locally without network requests.

client:Cursor transport:stdio runtime:npm

Install SavePinner Pinterest URL Tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "savepinner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "savepinner-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SavePinner Pinterest URL Tools in other clients