Browser MCP + Cherry Studio, one without a sound

Written by
Clara Bennett
Updated on:June-28th-2025
Recommendation

Easily implement browser automation and get data without logging in.

Core content:
1. Install the Browser MCP Server plug-in
2. Cherry Studio environment configuration
3. Configure Cherry Studio MCP to implement browser automation

Yang Fangxian
Founder of 53AI/Most Valuable Expert of Tencent Cloud (TVP)

 

Prerequisite:  Install the Chrome browser. A browser that supports Chrome plug-ins should also work (I haven't tried it)

The effect is: browser Auto capability, using local browser User Data, eliminating the need to log in to obtain data

for example Check the price of Mac mini on JD.com, analyze the price trend, and see when is the best time to buy it?

Log in to JD.com with local browser, and you can use it directly after Auto

Step 1: Install Browser MCP Server

https://chromewebstore.google.com/detail/browser-mcp-automate-your/bjfgambnhccakkhmkepdoekmckoijdlc

After successful installation, the plug-in can be fixed, click the icon, connect, and it will be displayed that the installation is complete

Step 2: Cherry Studio environment configuration

First upgrade to the latest version, then open Settings → MCP Service → More MCP in the upper right corner → Install UV and Bun

If you see green, it means the installation is successful.

Step 3: Configure Cherry Studio MCP

Name : BrowserMCP

Description : By automating your browser with MCP, AI applications can browse the web, fill out forms, and more.

Type : Select standard input/output (stdio)

Command : npx

Parameter : @browsermcp/mcp@latest

Other client configuration references

Cursor, Claude Desktop, Windsurf, VS Code

{
  "mcpServers": {
    "browsermcp": {
      "command": "npx",
      "args": ["@browsermcp/mcp@latest"]
    }
  }
}

Whisper : Before using Browser MCP each time, you need to start the MCP service first (click the browser plug-in installed above to connect)