Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to use windows path for file system server #502

Open
ThakurAnunaya opened this issue Jan 10, 2025 · 2 comments
Open

Not able to use windows path for file system server #502

ThakurAnunaya opened this issue Jan 10, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@ThakurAnunaya
Copy link

Describe the bug
Not able to use windows path for file system server

To Reproduce
Steps to reproduce the behavior:

  1. Edit the claude config file as below
    {
    "mcpServers": {
    "filesystem": {
    "command": "npx",
    "args": [
    "-y",
    "@modelcontextprotocol/server-filesystem",
    "C:\Users\xxxxxxx\Documents"
    ]
    }
    }
    }

  2. Open claude desktop.
    Expected behavior
    Claude desktop client should launch successfully.

Logs
No logs.

Additional context
Add any other context about the problem here.

image

@ThakurAnunaya ThakurAnunaya added the bug Something isn't working label Jan 10, 2025
@rsuk-mb
Copy link

rsuk-mb commented Jan 11, 2025

You need to escape the \ character - e.g. “ C:\Users\xxxxxxx\Documents”

@ThakurAnunaya
Copy link
Author

Sorry it's still doesn't work
image

{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-filesystem", "C:/Users/xxxxx/Documents"]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants