SavePinner Pinterest URL Tools
Rank #39,185io.github.jiankn/savepinner
Parse, validate, classify, and normalize Pinterest URLs locally without network requests.
SavePinner Pinterest URL Tools is a Model Context Protocol (MCP) server published by jiankn. It ranks #39,185 of 115,591 servers tracked on MCP Toplist. SavePinner Pinterest URL Tools is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 1, 2026 and most recently updated on Aug 1, 2026.
Ranks ahead of 76,406 of 115,591 servers on MCP Toplist.
Use SavePinner Pinterest URL Tools
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add savepinner -- npx -y savepinner-mcp[mcp_servers.savepinner]
command = "npx"
args = ["-y", "savepinner-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"savepinner": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"savepinner": {
"command": "npx",
"args": [
"-y",
"savepinner-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jiankn%2Fsavepinner)<a href="https://mcptoplist.com/server/io.github.jiankn%2Fsavepinner"><img src="https://mcptoplist.com/badge/io.github.jiankn%2Fsavepinner.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jiankn
Other servers by jiankn
View all jiankn servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 1, 2026 |
Frequently asked questions
- Who maintains SavePinner Pinterest URL Tools?
- SavePinner Pinterest URL Tools is maintained by jiankn, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is SavePinner Pinterest URL Tools listed on the Official MCP Registry?
- Yes — SavePinner Pinterest URL Tools is listed on the Official MCP Registry, alongside Glama.
- How many versions does SavePinner Pinterest URL Tools have?
- MCP Toplist tracks 1 version of SavePinner Pinterest URL Tools, most recently published on Aug 1, 2026.
- Where can I find the source code for SavePinner Pinterest URL Tools?
- The source code for SavePinner Pinterest URL Tools is hosted at github.com/jiankn/savepinner-mcp.