-
|
When I tried quickStart, I created the sqlite3 database and configured claude config.jso. After restarting, I got some errors and i make some try follow the Troubleshooting |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 6 replies
-
|
I have solved the problem. |
Beta Was this translation helpful? Give feedback.
-
|
I encountered the same issue while following the Server tutorial in the docs. I had installed uv using I think the Claude Desktop App does not source the file where I added |
Beta Was this translation helpful? Give feedback.
-
|
I managed to make it working on Windows by checking the UVX installation as mentioned by @kun321 |
Beta Was this translation helpful? Give feedback.
-
|
Took a look and didn't like how the uv/uvx installer did it. They added a file To # uv / uvx
export PATH="$HOME/.local/bin:${PATH}"When I made these changes, worked great and MCP server started up just fine. I didn't want to have to install with Homebrew. {
"mcpServers": {
"awslabs.cfn-mcp-server": {
"command": "uvx",
"args": ["awslabs.cfn-mcp-server@latest", "--readonly"],
"autoApprove": []
}
}
}
|
Beta Was this translation helpful? Give feedback.
-
|
on windows installing by below and adding this to ENV PATH vars solved C:\Users[YourUserName].local\bin
|
Beta Was this translation helpful? Give feedback.
-
Fix: MCP Windows-MCP spawn uv ENOENT (Claude Desktop / Cowork)ProblemWhen using Claude Desktop with Cowork or MCP servers, you may encounter the following errors: In some cases, you may also see: Root CauseThe error This typically occurs when:
Step 1 — Verify InstallationOpen PowerShell and run: If you receive an error such as: then Step 2 — Install uvIf If Step 3 — Restart ShellClose PowerShell completely and open a new window. Then verify again: You should now see a version and a path to Step 4 — If uv Is Still Not FoundCheck common install locations: If one returns Step 5 — Add uv to PATH ManuallyIf the executable works but is not globally available, add it to PATH: Then restart PowerShell and verify again. Step 6 — Update MCP ConfigurationEven if It is recommended to use the absolute path to Example: Replace the path with the one returned by: Step 7 — Reboot and start Claude DesktopAfter installation and configuration:
Notes
SummaryIf you encounter the error: it means that Installing Checklist
|
Beta Was this translation helpful? Give feedback.

I have solved the problem.
Uv installation with brew
MUST USE
brew install uv