MCP Catalogs
Home

mcp-ipfs vs mcp-server-chart

Side-by-side comparison to help you pick between these two MCP servers.

mcp-ipfs
by alexbakers
mcp-server-chart
by antvis
Stars★ 16★ 4,068
30d uses10,239
Score3584
Official
Categories
Cloud StorageDeveloper ToolsFile System
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit13 mo agothis month

mcp-ipfs · Summary

An MCP server that wraps the w3 CLI to enable language models to interact with IPFS via storacha.network.

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

mcp-ipfs · Use cases

  • Enable AI assistants to manage IPFS spaces and upload files
  • Allow language models to generate and share w3s links
  • Provide AI with capabilities to manage Web3 storage delegations and proofs

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

mcp-ipfs · Install

Installation

  1. Install prerequisites:

- Node.js 22.0.0 or higher - w3 CLI: npm install -g @web3-storage/w3cli - Configure w3: w3 login <your-email@example.com>

  1. Set environment variable:

export W3_LOGIN_EMAIL="your-email@example.com"

  1. Configure your MCP client:
{
  "mcpServers": {
    "ipfs": {
      "command": "npx",
      "args": ["-y", "mcp-ipfs"],
      "env": {
        "W3_LOGIN_EMAIL": "your-email@example.com"
      }
    }
  }
}

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.