There are way more useful MCPs than just the file system one. Though that in and of itself is already very useful. For example, a couple of days ago I had it analyse and create a script to bulk rename a bunch of video files for my Plex server. I was able to tell claude what I expected the filenames to end up like in natural language, and it just did it. My current fave combo is sequential thinking + brave search + puppeteer = deep research/perplexity clone. I give a topic to research. Sequential thinking plans what searches it needs to do to answer the question. Brave search and puppeteer fetch and scrape the results. Then sonnet does its LLM magic and synthesises all the scraped content into a nice research report. Custom project instructions for "Ultra search". Credit the YouTuber JeredBlu # Enhanced Claude Project Instructions ## Automatic Activation These instructions are automatically active for all conversations in this project. All available tools (Sequential Thinking, Brave Search, Puppeteer, REPL/Analysis, and Artifacts) should be utilised as needed without requiring explicit activation. ## Default Workflow Every new conversation should automatically begin with Sequential Thinking to determine which other tools are needed for the task at hand. ## MANDATORY TOOL USAGE - Sequential Thinking must be used for all multi-step problems or research tasks - Brave Search must be used for any fact-finding or research queries - Puppeteer must be used when web verification or deep diving into specific sites is needed - REPL/Analysis must be used for any data processing or calculations - Knowledge Graph should store important findings that might be relevant across conversations - Artifacts must be created for all substantial code, visualizations, or long-form content ## Source Documentation Requirements - All search results must include full URLs and titles - Screenshots should include source URLs and timestamps - Data sources must be clearly cited with access dates - Knowledge Graph entries should maintain source links - All findings should be traceable to original sources - Brave Search results should preserve full citation metadata - External content quotes must include direct source links ## Core Workflow ### 1. INITIAL ANALYSIS (Sequential Thinking) - Break down the research query into core components - Identify key concepts and relationships - Plan search and verification strategy - Determine which tools will be most effective ### 2. PRIMARY SEARCH (Brave Search) - Start with broad context searches - Use targeted follow-up searches for specific aspects - Apply search parameters strategically (count, offset) - Document and analyze search results ### 3. DEEP VERIFICATION (Puppeteer) - Navigate to key websites identified in search - Take screenshots of relevant content - Extract specific data points - Click through and explore relevant links - Fill forms if needed for data gathering ### 4. DATA PROCESSING - Use the analysis tool (REPL) for complex calculations - Process any CSV files or structured data - Create visualisations when helpful - Store important findings in knowledge graph if persistent storage needed ### 5. SYNTHESIS & PRESENTATION - Combine findings from all tools - Present information in structured format - Create artifacts for code, visualizations, or documents - Highlight key insights and relationships ## Tool-Specific Guidelines ### BRAVE SEARCH - Use count parameter for result volume control - Apply offset for pagination when needed - Combine multiple related searches - Document search queries for reproducibility - Include full URLs, titles, and descriptions in results - Note search date and time for each query - Track and cite all followed search paths - Preserve metadata from search results ### PUPPETEER - Take screenshots of key evidence - Use selectors precisely for interaction - Handle navigation errors gracefully - Document URLs and interaction paths - Always verify that you successfully arrived at the correct page, and received the information you were looking for, if not try again ### SEQUENTIAL THINKING - Always break complex tasks into manageable steps - Document thought process clearly - Allow for revision and refinement - Track branches and alternatives ### REPL/ANALYSIS - Use for complex calculations - Process and analyse data files - Verify numerical results - Document analysis steps ### ARTIFACTS - Create for substantial code pieces - Use for visualisations - Document file operations - Store long-form content ## Implementation Notes - Tools should be used proactively without requiring user prompting - Multiple tools can and should be used in parallel when appropriate - Each step of analysis should be documented - Complex tasks should automatically trigger the full workflow Answer from m3umax on reddit.com
🌐
Claude
code.claude.com › docs › en › setup
Set up Claude Code - Claude Code Docs
Install, authenticate, and start using Claude Code on your development machine. ... Operating Systems: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows)
🌐
Reddit
reddit.com › r/claudeai › why bother installing claude for desktop?
r/ClaudeAI on Reddit: Why Bother Installing Claude for Desktop?
March 24, 2025 -

What is the advantage to running Claude for Desktop on Windows for example as it appears to just eat a lot more memory than just accessing Claude from a browser tab. I know having an MCP Server for accessing local data is an advantage but my filesystem MCP while it can access and read my documents, it causes Claude to crash in the middle of outputting it's response after analyzing the files. So the desktop version (which I acknowledge is still in Beta hence not surprised it's buggy) is currently essentially useless?

Top answer
1 of 12
124
There are way more useful MCPs than just the file system one. Though that in and of itself is already very useful. For example, a couple of days ago I had it analyse and create a script to bulk rename a bunch of video files for my Plex server. I was able to tell claude what I expected the filenames to end up like in natural language, and it just did it. My current fave combo is sequential thinking + brave search + puppeteer = deep research/perplexity clone. I give a topic to research. Sequential thinking plans what searches it needs to do to answer the question. Brave search and puppeteer fetch and scrape the results. Then sonnet does its LLM magic and synthesises all the scraped content into a nice research report. Custom project instructions for "Ultra search". Credit the YouTuber JeredBlu # Enhanced Claude Project Instructions ## Automatic Activation These instructions are automatically active for all conversations in this project. All available tools (Sequential Thinking, Brave Search, Puppeteer, REPL/Analysis, and Artifacts) should be utilised as needed without requiring explicit activation. ## Default Workflow Every new conversation should automatically begin with Sequential Thinking to determine which other tools are needed for the task at hand. ## MANDATORY TOOL USAGE - Sequential Thinking must be used for all multi-step problems or research tasks - Brave Search must be used for any fact-finding or research queries - Puppeteer must be used when web verification or deep diving into specific sites is needed - REPL/Analysis must be used for any data processing or calculations - Knowledge Graph should store important findings that might be relevant across conversations - Artifacts must be created for all substantial code, visualizations, or long-form content ## Source Documentation Requirements - All search results must include full URLs and titles - Screenshots should include source URLs and timestamps - Data sources must be clearly cited with access dates - Knowledge Graph entries should maintain source links - All findings should be traceable to original sources - Brave Search results should preserve full citation metadata - External content quotes must include direct source links ## Core Workflow ### 1. INITIAL ANALYSIS (Sequential Thinking) - Break down the research query into core components - Identify key concepts and relationships - Plan search and verification strategy - Determine which tools will be most effective ### 2. PRIMARY SEARCH (Brave Search) - Start with broad context searches - Use targeted follow-up searches for specific aspects - Apply search parameters strategically (count, offset) - Document and analyze search results ### 3. DEEP VERIFICATION (Puppeteer) - Navigate to key websites identified in search - Take screenshots of relevant content - Extract specific data points - Click through and explore relevant links - Fill forms if needed for data gathering ### 4. DATA PROCESSING - Use the analysis tool (REPL) for complex calculations - Process any CSV files or structured data - Create visualisations when helpful - Store important findings in knowledge graph if persistent storage needed ### 5. SYNTHESIS & PRESENTATION - Combine findings from all tools - Present information in structured format - Create artifacts for code, visualizations, or documents - Highlight key insights and relationships ## Tool-Specific Guidelines ### BRAVE SEARCH - Use count parameter for result volume control - Apply offset for pagination when needed - Combine multiple related searches - Document search queries for reproducibility - Include full URLs, titles, and descriptions in results - Note search date and time for each query - Track and cite all followed search paths - Preserve metadata from search results ### PUPPETEER - Take screenshots of key evidence - Use selectors precisely for interaction - Handle navigation errors gracefully - Document URLs and interaction paths - Always verify that you successfully arrived at the correct page, and received the information you were looking for, if not try again ### SEQUENTIAL THINKING - Always break complex tasks into manageable steps - Document thought process clearly - Allow for revision and refinement - Track branches and alternatives ### REPL/ANALYSIS - Use for complex calculations - Process and analyse data files - Verify numerical results - Document analysis steps ### ARTIFACTS - Create for substantial code pieces - Use for visualisations - Document file operations - Store long-form content ## Implementation Notes - Tools should be used proactively without requiring user prompting - Multiple tools can and should be used in parallel when appropriate - Each step of analysis should be documented - Complex tasks should automatically trigger the full workflow
2 of 12
15
Why not bother having Claude for desktop You are essentially missing out on a lot of important things An important thing for everyone who is listening and reading this I was just able to create last night after a lot of hard work a special MCP tools that now allows me to work with projects of context length more than 1 million tokens I repeat, I can work with projects of more than a 1 million token limit !!!! Isn’t that great with some patience you can also create this MCP tool for yourself as well There are a few available, but they were not up to my caliber so I had to create my own custom solution And this is just the beginning there is a lot of more things that you can do with this
Discussions

[BUG] Shell snapshots export empty PATH on Windows (Git Bash), breaking command execution
Evidence $ echo $PATH # (empty) ... snapshots and restarting Claude Code regenerates the same broken snapshots - The issue persists across sessions - Only affects Bash tool; other tools work normally ### What Should Happen? On Windows with Git Bash, Claude Code generates ... More on github.com
🌐 github.com
1
4 days ago
Claude app available for windows and mac !
Looks like it's just an Electron app, basically a browser tab in its own window. I hope they add the Computer Use feature to the app one day. More on reddit.com
🌐 r/ClaudeAI
57
378
October 31, 2024
Made Claude Code work natively on Windows
Nice work. It works but a bit buggy, I'm seeing freezing when it launches. And commands dont work like /doctor /migrate-installation etc. And its not reading my env vars. It is much slower, but I see you have that listed under Known Issues.. Also, this is the same amount of work as setting up WSL except now I dont have a cool terminal like Oh My Zsh as my default shell. More on reddit.com
🌐 r/ClaudeAI
47
148
July 7, 2025
How do i use Claude Code on an existing Windows UNITY Project? : ClaudeAI
Claude Code is installed on Windows. I am currently just using Claude inside of cursor. My unity project is in JetBrains. However it seems like... More on old.reddit.com
🌐 r/ClaudeAI
People also ask

How does Claude Desktop work with the Chrome extension?
Claude in Chrome is included as a connector and is ready to use when you enable it. Turn it on in any conversation and Claude can navigate, click, and fill forms in your browser from the Desktop app. Start a task without switching windows. Learn more about Claude in Chrome.
🌐
claude.com
claude.com › download
Download Claude | Claude
What’s the difference between the desktop app and using Claude in my browser?
The desktop app is always accessible from your dock and includes quick entry for instant access from anywhere in your system. You also get desktop extensions to connect Claude with your local tools and files.
🌐
claude.com
claude.com › download
Download Claude | Claude
How do I connect Claude to my tools?
Connectors allow Claude to work with tools like your apps and databases. Web-based connectors like Google Drive and Slack work wherever you’re using Claude—web, desktop, or mobile. On mobile, Claude can also connect to device-specific apps like Maps and iMessage. The desktop app also supports desktop extensions, which are locally installed and provide access to your local file systems, browsers, and native applications.
🌐
claude.com
claude.com › download
Download Claude | Claude
🌐
Claude
claude.ai
Claude
Talk with Claude, an AI assistant from Anthropic
🌐
Claude
claude.com › download
Download Claude | Claude
October 21, 2025 - Download Claude for desktop and mobile. Access AI assistance natively on Mac, Windows, iOS, and Android across all your devices.
🌐
Medium
medium.com › ai-insights-cobet › comprehensive-guide-to-setting-up-claude-code-on-windows-using-wsl-d3a3f3b5a128
Comprehensive Guide to Setting Up Claude Code on Windows Using WSL | by azhar | azhar labs | Medium
March 27, 2025 - Setting up Claude Code, Anthropic’s AI-driven coding assistant, on a Windows system involves leveraging the Windows Subsystem for Linux (WSL). This approach ensures compatibility and a seamless development experience.
🌐
GitHub
github.com › anthropics › claude-code › issues › 15128
[BUG] Shell snapshots export empty PATH on Windows (Git Bash), breaking command execution · Issue #15128 · anthropics/claude-code
4 days ago - On Windows with Git Bash, Claude Code generates shell snapshots that explicitly set PATH='', causing all subsequent Bash commands to fail with exit code 127 (command not found).
Published   Dec 23, 2025
Find elsewhere
🌐
Claude
claude.ai › public › artifacts › d5297b60-4c2c-4378-879b-31cc75abdc98
Complete Claude Code Installation Guide for Windows | Claude
Install Claude Code on Windows with WSL2 - complete step-by-step guide with troubleshooting. Built with Claude AI at claude.ai
🌐
iTechs Online
itecsonline.com › post › how-to-install-claude-code-on-windows
How To Install Claude Code on Windows: Complete Guide 2025 | Blog // ITECS
July 30, 2025 - Developed by Anthropic, this innovative tool understands your entire codebase and accelerates development through natural language interactions. While Claude Code doesn't natively support Windows, this comprehensive guide will show you exactly ...
🌐
Claude
claude.ai › public › artifacts › 03a4aa0c-67b2-427f-838e-63770900bf1d
Claude Code Installation Guide for Windows 11
It's not installed by default on Windows 11, but Microsoft makes it easy to add. Node.js is a JavaScript runtime that lets you run JavaScript code outside of a web browser. Claude Code is built with JavaScript/TypeScript and distributed through npm (Node Package Manager), which comes bundled ...
🌐
Uptodown
claude.en.uptodown.com › windows › lifestyle › artificial intelligence
Claude for Windows - Download it from Uptodown for free
1 week ago - Download Claude for Windows and discover an alternative chatbot focused on privacy and security.
🌐
YouTube
youtube.com › watch
How to Install Claude Code on Windows with WSL - YouTube
Beginner-friendly tutorial on installing Claude Code. Here’s how to install it on Windows with WSL Linux, the "safe" way (without sudo).🛠️ RESOURCES- Claude...
Published   July 1, 2025
🌐
Claude
claude.ai › public › artifacts › 8ad38c46-8b37-4f75-99ab-6f695ccac6f4
Complete Guide: Installing Claude Code on Windows 10
Claude Code doesn't work directly on Windows - it needs something called WSL (Windows Subsystem for Linux)
🌐
Model Context Protocol
modelcontextprotocol.io › docs › develop › connect-local-servers
Connect to local MCP servers - Model Context Protocol
Download and install Claude Desktop for your operating system. Claude Desktop is available for macOS and Windows.
🌐
YouTube
youtube.com › watch
How to Download, Install and Use Claude Desktop Tutorial - YouTube
In this step-by-step tutorial, you'll learn how to use Cursor Desktop, the cutting-edge AI code editor that supercharges your development workflow. Whether y...
Published   April 17, 2025
🌐
Reddit
reddit.com › r/claudeai › claude app available for windows and mac !
r/ClaudeAI on Reddit: Claude app available for windows and mac !
October 31, 2024 - Claude Desktop is now generally available. ... TGSET 3 Now available for Windows and Android!
🌐
Reddit
reddit.com › r/claudeai › made claude code work natively on windows
r/ClaudeAI on Reddit: Made Claude Code work natively on Windows
July 7, 2025 -

Just shipped win-claude-code - a wrapper that lets you run Anthropic's Claude Code directly on Windows without WSL.

npm install -g anthropic-ai/claude-code --ignore-scripts
npx win-claude-code@latest

That's it. Works with PowerShell, CMD, Windows Terminal - whatever you prefer.

Built this because I got tired of WSL setup just to use Claude Code. Figured other Windows devs might find it useful too.

GitHub: https://github.com/somersby10ml/win-claude-code

Would love feedback if anyone tries it out! 🚀