The dapp-local-mcp server manages file storage for decentralized applications. It exposes file operations like read, write, and delete through a stdio interface. It connects to local file systems and integrates with decentralized storage protocols. Developers use it to build and test dApps with local file management before deploying to a live network.
The dapp-local-mcp server manages file storage for decentralized applications. It exposes file operations like read, write, and delete through a stdio interface. It connects to local file systems and integrates with decentralized storage protocols. Developers use it to build and test dApps with local file management before deploying to a live network.
npx -y dapp-local-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dapp-local-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y dapp-local-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from dapp-local-mcp?"
No configuration required. This server works out of the box.
"What resources are available in dapp-local-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in dapp-local-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in dapp-local-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.