ipfs toolkit for Claude Desktop
io.tkllabs.bh.mcp-servers/ipfs-toolkit
Store, retrieve, and pin encrypted files on IPFS via MCP tools for AI agents and workflows
client:Claude Desktop
transport:streamable-http
Install ipfs toolkit in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"ipfs-toolkit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-servers.bh.tkllabs.io:9780/ipfs-mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs