Click on "Install 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., "@mcp-file-operlist files in the current directory"
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.
file-operator mcp server
a mcp server for file operation
Installing via Smithery
To install file-operator for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @Reculi/file-operator --client claude
Environment requirement
you have to make sure you installed uv
Server Configuration
{
"mcpServers": {
"file-operator": {
"command": "uv",
"args": [
"--directory",
"PATH\TO\YOUR\WEATHER\MCP\SERVER",
"run",
"list_dict.py"
]
}
}
}