An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"custom-mcp-file-auto": {
"command": "npx",
"args": [
"-y",
"saranjib/Custom-MCP-File-Automation-Server-with-Claude-Code"
]
}
}
}
Run in terminal:
claude mcp add custom-mcp-file-auto npx -y saranjib/Custom-MCP-File-Automation-Server-with-Claude-Code
Add to .cursor/mcp.json:
{
"mcpServers": {
"custom-mcp-file-auto": {
"command": "npx",
"args": [
"-y",
"saranjib/Custom-MCP-File-Automation-Server-with-Claude-Code"
]
}
}
}