Skip to content
VS Code

pinterest mcp for VS Code

io.github.mrfentmen/pinterest-mcp

MCP server for Pinterest: account, boards, pins. Needs a free Pinterest access token.

client:VS Code transport:stdio runtime:npm

Install pinterest mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "pinterest-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/pinterest-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pinterest mcp in other clients