SavePinner Pinterest URL Tools for VS Code
io.github.jiankn/savepinner
Parse, validate, classify, and normalize Pinterest URLs locally without network requests.
client:VS Code
transport:stdio
runtime:npm
Install SavePinner Pinterest URL Tools in VS Code
.vscode/mcp.json
{
"servers": {
"savepinner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs