mcp-file-server-typescript

CrashBytes/mcp-file-server-typescript
★ 0 stars TypeScript 📦 Other Updated today
Production-grade MCP server for file operations - TypeScript implementation from CrashBytes tutorial
View on GitHub →

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"
      ]
    }
  }
}