mcp-ipfs logo

mcp-ipfsMCP Server IPFS �놣

(0)
Daniel NikulshynRecensito da Daniel Nikulshyn·Aggiornato luglio 2026

Panoramica

Il server MCP IPFS È un server Node.js che implementa il Model Context Protocol (MCP) per interagire con la piattaforma storacha.network. Avvolge l'interfaccia di linea di comando w3, fornendo strumenti MCP per attività come l'autenticazione, la gestione degli spazi, la gestione dei dati, la condivisione, le deleghe e le prove. Questo server concede ai modelli linguistici e ad altri client MCP di gestire spazi storacha.network, caricare/downloadare dati e svolgere molte altre attività. Il server richiede Node.js 22.0.0 o una versione superiore e il w3 CLI installati globalmente e configurati. È possibile utilizzarlo con qualsiasi client MCP compatibile e può essere distribuito utilizzando NPX o Docker.

Funzionalità chiave

  • Autenticazione & Agent: w3_login, w3_reset, w3_account_ls
  • Gestione degli spazi: w3_space_ls, w3_space_use, w3_space_info, w3_space_add, w3_space_provision
  • Gestione dei dati: w3_up, w3_ls, w3_rm
  • Condivisione: w3_open (genera l'URL w3s.link)
  • Delegazioni e prove: w3_delegation_create, w3_delegation_ls, w3_delegation_revoke, w3_proof_add, w3_proof_ls

Prezzi

Modello
Free
Categoria
Server MCP
Valutazione
Nessuna recensione

Casi d’uso

Integrazione del modello linguistico

Abilita i modelli linguistici a interagire con gli spazi storacha.network e a gestire i dati

Gestione dati automata

Utilizza il server MCP IPFS per automatizzare le attività di caricamento, download e gestione dei dati

Pro & contro

Pro

  • Integrazione nativa con storacha.network
  • Ricezione ampia di funzionalità w3
  • Avvolgimento senza soluzione di continuità delle comandi w3

Contro

  • Richiede Node.js versione 22.0.0 o una superiore
  • Richiede @web3-storage/w3cli installato globalmente e configurato

Recensioni

Accedi per lasciare una recensione.

Nessuna recensione. Sii il primo!

Domande e risposte

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

Fai una domanda

Alternative a Server MCP