FilDOS MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FilDOS MCP Serverupload my project report to the 'work' folder on Filecoin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FilDOS MCP Server
AI-powered decentralized file storage on Filecoin - Built for autonomous agents using Model Context Protocol (MCP)
What is FilDOS MCP?
FilDOS MCP Server enables AI agents to autonomously manage files on the Filecoin network. Upload, organize, and search files on decentralized storage through simple MCP tool calls.
Related MCP server: MCP Filesystem Server
Key Features
📁 Folder Management - Create and manage folder NFTs with access control
📤 File Operations - Upload files to Filecoin and organize them seamlessly
🔍 Semantic Search - AI-powered file search using embeddings
Quick Setup
Prerequisites
Node.js 18 or higher
A Filecoin wallet private key
Access to Filecoin Calibration Network (testnet)
Installation
Clone and install dependencies
git clone https://github.com/ArqosLabs/FilDOS-MCP.git cd FilDOS-MCP npm installConfigure environment variables
cp .env.example .envEdit
.envwith your configuration:# Required: Your wallet private key (get test FIL from faucet) PRIVATE_KEY=your_private_key_hereGo to fildos.cloud, setup your account, add tokens and configure storage for usage.
Build the server
npm run build
Adding to Claude Desktop
Add this configuration to your Claude Desktop config file:
{
"mcpServers": {
"fildos": {
"command": "node",
"args": ["/absolute/path/to/FilDOS-MCP/build/index.js"]
}
}
}Restart Claude Desktop to load the server.
Resources
This server cannot be deployed
Maintenance
Related MCP Connectors
Persistent file storage for AI agents via MCP and curl. Upload, download, and version files.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI agents with seamless access to Filecoin's decentralized storage network for persistent file storage and dataset management. It features automatic payment handling, CDN support, and cost estimation tools for efficient storage operations.9 npm12MIT
- AlicenseNot gradedqualityDmaintenanceProvides file system operations (list, read, write, search) via MCP, enabling an AI agent to manage files through natural language.1,140 npmMIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language file operations and intelligent file analysis via MCP, supporting CRUD actions and multi-step reasoning for directory management.1-
- AlicenseAqualityDmaintenanceMCP server for Shelby Protocol that enables AI agents to read, write, and manage files on decentralized storage (Aptos) through tools like upload, download, list, delete, and account info.51MIT