Back to MCP Servers
Ipfs
upload and manipulation of IPFS storage
cloud-platformsrag
By alexbakers
Installation
npx -y mcp-ipfsConfiguration
{
"mcpServers": {
"mcp-ipfs": {
"command": "npx",
"args": ["-y", "mcp-ipfs"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes