MCP Server
Active
MIT
SavePinner Pinterest URL Tools MCP Server
io.github.jiankn/savepinner
What is the SavePinner Pinterest URL Tools MCP server?
Parse, validate, classify, and normalize Pinterest URLs locally without network requests.
How to install SavePinner Pinterest URL Tools
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"savepinner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Claude Code
claude mcp add savepinner -- npx -y savepinner-mcpRelated MCP servers
zoxide-doctor
Active
Read-only local zoxide diagnostics for MCP clients.
0
View repository →JavaScript
MIT