Gives Claude direct access to your local filesystem through a streamable HTTP transport. You get basic file operations like reading and writing files, listing directory contents, and creating folders. Built with Smithery's CLI, so it runs as a remote MCP server rather than a local process. Reach for this when you want Claude to work with files in your workspace without manually copying content back and forth. The setup is straightforward if you have a Smithery API key. The source shows minimal documentation beyond the getting started steps, but the core use case is clear: let Claude manipulate files directly instead of you acting as the middleman for every read and write operation.
An MCP server built with Smithery CLI
Run the server:
uv run dev
Test interactively:
uv run playground
Try saying "Say hello to John" to test the example tool.