SavePinner Pinterest URL Tools for Grok
io.github.jiankn/savepinner
Parse, validate, classify, and normalize Pinterest URLs locally without network requests.
client:Grok
transport:stdio
runtime:npm
Install SavePinner Pinterest URL Tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"savepinner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs