MCP.so
登录

MCP Server

@AleksanStark

关于 MCP Server

暂无概览

基本信息

分类

其他

许可证

Apache-2.0

运行时

node

传输方式

stdio

发布者

AleksanStark

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ipfs-mcp": {
      "command": "node",
      "args": [
        "/Absolute/path/to/mcp-ipfs-server/build/index.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server?

MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with the InterPlanetary File System (IPFS) for decentralized data storage and sharing, and leverages Claude AI to process and enhance interactions. It is intended for users who need to manage files in a distributed, fault-tolerant manner via MCP-compatible clients such as Claude Code or Claude Desktop.

How to use MCP Server?

Install Node.js (version 18+) and npm or yarn. For Claude Code, run claude mcp add and provide the server command and arguments. For Claude Desktop, add a JSON configuration block to claude_desktop_config.json. After setup, start Claude Code or Claude Desktop and use natural language prompts to perform file operations on IPFS.

Key features of MCP Server

  • Upload files to IPFS
  • Retrieve files by Content Identifier (CID)
  • Pin files to prevent garbage collection
  • List directory contents by CID
  • Unpin files by CID
  • Integrates with Claude AI for natural language commands

Use cases of MCP Server

  • Decentralized file storage and retrieval using IPFS
  • Pinning important files to ensure persistence
  • Managing content-addressed directories for data sharing
  • Integrating file operations into MCP-compatible applications

FAQ from MCP Server

What are the system requirements for MCP Server?

Node.js (version 18 or later) and npm or yarn. An IPFS daemon must also be running; the automated deployment script installs and starts Kubo (go‑IPFS).

How do I install MCP Server?

You can either manually configure it in Claude Code or Claude Desktop, or run the provided bash script that installs Node.js, IPFS Kubo, firewall rules, and the server source code, then builds the project.

What file operations does MCP Server support?

The server supports upload-file, get-file, pin-file, list-folder, and unpin-file – all by CID.

How do I start using MCP Server after installation?

Launch Claude

评论

其他 分类下的更多 MCP 服务器