mcp-ipfs logo

mcp-ipfs"IPFS MCP 服务"

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

这是一个基于 Node.js 的服务器,它实现了 Model Context 协议 (MCP)用于与 storacha.network 平台进行互动。它将 w3 命令行界面进行包装,提供 MCP 工具来完成任务,如认证、空间管理、数据管理、共享、代理和证明。这个服务器为语言模型和其他 MCP 客户端提供了管理 storacha.network 空间、上传下载数据以及执行各种其他任务的能力。这个服务器要求 Node.js 22.0.0 或更高版本以及全局安装并配置的 w3 CLI 才能运行。它也可以与任何兼容 MCP 的客户端进行使用,以及使用 NPX 或 Docker 来进行部署。

主要功能

  • 认证和代理: w3_login, w3_reset, w3_account_ls
  • 空间管理: w3_space_ls, w3_space_use, w3_space_info, w3_space_add, w3_space_provision
  • 数据管理: w3_up, w3_ls, w3_rm
  • 共享: w3_open (生成 w3s.link URL)
  • 代理和证明: w3_delegation_create, w3_delegation_ls, w3_delegation_revoke, w3_proof_add, w3_proof_ls

价格

模型
Free
评分
暂无评价

使用场景

语言模型集成

使语言模型能够与storacha.network空間进行互动以及管理数据

自动化数据管理

使用IPFS MCP服务来自动化数据上传、下载和管理任务

优点 & 缺点

优点

  • 原生与 storacha.network 集成
  • 广泛的 w3 功能覆盖
  • 无缝地包装 w3 命令

缺点

  • 要求 Node.js 版本 22.0.0 或更高版本
  • 要求全局安装并配置的 @web3-storage/w3cli

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What is required to generate a sharable link for uploaded data?

Use the w3_open command (exposed by the server) which creates a w3s.link URL for the specified object, enabling easy sharing of content stored on storacha.network.

Asked by Kwabena Asante · Mar 3, 2026

Can I use MCP IPFS Server with any MCP-compatible client?

Yes, the server is designed to be a generic MCP endpoint. After configuring the client to point to this server, any MCP-compatible tool can perform space management, upload/download, and other actions via the wrapped w3 commands.

Asked by Ximena Torres · Jan 18, 2026

How does MCP IPFS Server simplify using the w3 CLI?

It wraps all w3 CLI commands behind a Node.js server, exposing MCP tools like authentication, space and data management, sharing, delegations, and proofs through a single API, so clients don’t need to call the CLI directly.

Asked by Winifred Adeyemi · Dec 30, 2025

What are the minimum system requirements to run MCP IPFS Server?

You need Node.js version 22.0.0 or higher and the @web3-storage/w3cli package installed globally and configured. The server can also be deployed via Docker if you prefer not to install Node directly.

Asked by Sven Bergqvist · Dec 27, 2025

提问

服务配缩器 的替代品