17 Comments
User's avatar
Jen Phillips April's avatar

This sounds amazing and you lost me on step 3. I run a PC so this Mac edits code business doesn’t apply, is that correct?

Expand full comment
Kamil Banc's avatar

Windows Setup Steps

Install NodeJS (if you don't have it):

Go to nodejs.org and download the Windows installer

Run the installer and follow the setup wizard

Restart your computer after installation

Windows Version of the Code

Install Claude Desktop from claude.ai/download

Install the Browser MCP Chrome extension

Add this to your Claude config file (Settings > Developer > Edit Config):

{

"mcpServers": {

"filesystem": {

"command": "npx",

"args": [

"-y",

"@modelcontextprotocol/server-filesystem",

"C:\\Users\\USERNAME\\Desktop",

"C:\\Users\\USERNAME\\Downloads"

]

},

"browsermcp": {

"command": "npx",

"args": [

"@browsermcp/mcp@latest"

]

}

}

}

Expand full comment
Kamil Banc's avatar

no problem just copy paste the entire setup instruction including the config file code into claude or chat gpt and ask how to do it on windows. That should adjust the code for you

Expand full comment
Jen Phillips April's avatar

Thanks! I’ll investigate.

Expand full comment
Mike Goitein's avatar

@Kamil Banc - Bringing huge value here in making the most of AI for all the right reasons to enhance a creator’s own superpowers.

Great stuff!

Expand full comment
Kamil Banc's avatar

It’s so powerful, free, and yet most people will never use it :)

Expand full comment
Karo (Product with Attitude)'s avatar

Thank you Kamil! I'm going to try this today! 🙏🏼

Expand full comment
Takim Williams's avatar

This is amazing!

Is the competitor research use case really anything new? As long as ChatGPT has web access it's always been able to do research tasks and put together a competitive analysis, right? Just clarifying what's new here.

Thanks again!

Expand full comment
Kamil Banc's avatar

Great question Takim! With only web access, these tools have limited access to social media platforms, forums, sites that you are logged in to, like Zendesk, Hubspot, Skool. For me, the fact that you can run this from your browser, which already has all the necessary access and cookies set up, is a significant advantage.

Expand full comment
Takim Williams's avatar

Yes! Makes sense, thanks.

Expand full comment
Jenny Ouyang's avatar

This is an awesome walkthrough, now you’ve convinced me to give it a try!

Expand full comment
Barbara Sennrich's avatar

Thank you Kamil, I'm definitely going to try this. Can you please say a bit more about the dedicated browser profile?

Expand full comment
Kamil Banc's avatar

Yes, since this method gives Claude full access to you browser id recommend that you set up a separate chrome browser profile and only log into the services you are comfortable with sharing with your new autonomous friend. Just a standard safety measure.

Expand full comment
Michael's avatar

What kind of subscription for Claude do you use? Anthropic writes a "Max" ist required to use MCP with Claude desktop.

Expand full comment
Kamil Banc's avatar

I made it work on the 20$/m plan but seen people do it with the free one

Expand full comment
Michael's avatar

Ok, thanks. You might wanna add "install node.js" to your article.

Expand full comment
Kamil Banc's avatar

Oh yes you are right, thank you will edit

Expand full comment