Back to directory
pinatacloud/pinata-mcp

pinatacloud/pinata-mcp

@PinataCloud

A Model Context Protocol (MCP) server that provides Claude with access to Pinata for interacting with Public and Private IPFS through Pinata's API.

pinataipfsmcp-servercloud-storagefile-managementapiclaudestoragecloud

Installation & Configuration

{
  "mcpServers": {
    "pinata": {
      "command": "npx",
      "args": [
        "pinata-mcp",
        "/path/to/allowed/directory"
      ],
      "env": {
        "PINATA_JWT": "<YOUR_JWT>",
        "GATEWAY_URL": "example.mypinata.cloud"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15