Skip to content

Unable to start the MCP File System in Windows #1469

@JordiDevMX

Description

@JordiDevMX

Filesystem Failed Error

I've tried 2 ways and none of them worked out. I'd appreciate any help:

Image

Image

I belive I have installed all I need:

Image

Image

And no, writing together my username doesn't fix the issue:

Image

mcp.log:

2025-04-17T04:45:39.311Z [info] [filesystem] Initializing server...
2025-04-17T04:45:39.332Z [info] [filesystem] Server started and connected successfully
2025-04-17T04:45:39.334Z [info] [filesystem] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
2025-04-17T04:45:42.401Z [info] [filesystem] Server transport closed
2025-04-17T04:45:42.401Z [info] [filesystem] Client transport closed
2025-04-17T04:45:42.401Z [info] [filesystem] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-04-17T04:45:42.401Z [error] [filesystem] Server disconnected. For troubleshooting guidance, please visit our debugging documentation
2025-04-17T04:45:42.402Z [info] [filesystem] Client transport closed
2025-04-17T04:48:30.039Z [info] [filesystem] Initializing server...
2025-04-17T04:48:30.053Z [info] [filesystem] Server started and connected successfully
2025-04-17T04:48:30.154Z [info] [filesystem] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
2025-04-17T04:48:30.990Z [info] [filesystem] Server transport closed
2025-04-17T04:48:30.990Z [info] [filesystem] Client transport closed
2025-04-17T04:48:30.990Z [info] [filesystem] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-04-17T04:48:30.990Z [error] [filesystem] Server disconnected. For troubleshooting guidance, please visit our debugging documentation
2025-04-17T04:48:30.990Z [info] [filesystem] Client transport closed

mcp-server-filesystem.log

2025-04-17T04:45:39.310Z [filesystem] [info] Initializing server...
2025-04-17T04:45:39.331Z [filesystem] [info] Server started and connected successfully
2025-04-17T04:45:39.334Z [filesystem] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
Error accessing directory C:\Users\MysticKarax\Desktop: Error: ENOENT: no such file or directory, stat 'C:\Users\MysticKarax\Desktop'
at async Object.stat (node:internal/fs/promises:1032:18)
at async file:///C:/Users/Mystic%20Karax/AppData/Local/npm-cache/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:33:23
at async Promise.all (index 0)
at async file:///C:/Users/Mystic%20Karax/AppData/Local/npm-cache/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:31:1 {
errno: -4058,
code: 'ENOENT',
syscall: 'stat',
path: 'C:\Users\MysticKarax\Desktop'
}
2025-04-17T04:45:42.401Z [filesystem] [info] Server transport closed
2025-04-17T04:45:42.401Z [filesystem] [info] Client transport closed
2025-04-17T04:45:42.401Z [filesystem] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-04-17T04:45:42.401Z [filesystem] [error] Server disconnected. For troubleshooting guidance, please visit our debugging documentation {"context":"connection"}
2025-04-17T04:45:42.402Z [filesystem] [info] Client transport closed
2025-04-17T04:48:30.039Z [filesystem] [info] Initializing server...
2025-04-17T04:48:30.053Z [filesystem] [info] Server started and connected successfully
2025-04-17T04:48:30.154Z [filesystem] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
Error accessing directory C:\Users\MysticKarax\Desktop: Error: ENOENT: no such file or directory, stat 'C:\Users\MysticKarax\Desktop'
at async Object.stat (node:internal/fs/promises:1032:18)
at async file:///C:/Users/Mystic%20Karax/AppData/Local/npm-cache/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:33:23
at async Promise.all (index 0)
at async file:///C:/Users/Mystic%20Karax/AppData/Local/npm-cache/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:31:1 {
errno: -4058,
code: 'ENOENT',
syscall: 'stat',
path: 'C:\Users\MysticKarax\Desktop'
}
2025-04-17T04:48:30.989Z [filesystem] [info] Server transport closed
2025-04-17T04:48:30.990Z [filesystem] [info] Client transport closed
2025-04-17T04:48:30.990Z [filesystem] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. console.error('...') in JavaScript, print('...', file=sys.stderr) in python) and it will appear in this log.
2025-04-17T04:48:30.990Z [filesystem] [error] Server disconnected. For troubleshooting guidance, please visit our debugging documentation {"context":"connection"}
2025-04-17T04:48:30.990Z [filesystem] [info] Client transport closed

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingserver-filesystemReference implementation for the Filesystem MCP server - src/filesystem

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions