Production-grade MCP server for file operations - TypeScript implementation from CrashBytes tutorial
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-file-server-type": {
"command": "npx",
"args": [
"-y",
"CrashBytes/mcp-file-server-typescript"
]
}
}
}
Run in terminal:
claude mcp add mcp-file-server-type npx -y CrashBytes/mcp-file-server-typescript
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-file-server-type": {
"command": "npx",
"args": [
"-y",
"CrashBytes/mcp-file-server-typescript"
]
}
}
}