Skip to content

Commit f208b06

Browse files
committed
add browser-use mcp server
1 parent 0955b54 commit f208b06

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/renderer/components/settings/mcp/registries.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,4 +607,16 @@ export const MCP_ENTRIES_COMMUNITY: MCPRegistryEntry[] = [
607607
},
608608
},
609609
},
610+
{
611+
name: 'browser-use',
612+
title: 'Browser Use',
613+
description:
614+
'Browser automation with real-time web access and search capabilities. Provides tools for executing browser tasks, managing persistent authentication profiles, and monitoring task progress.',
615+
icon: 'https://browser-use.com/favicon.ico',
616+
homepage: 'https://github.com/browser-use/browser-use',
617+
configuration: {
618+
command: 'npx',
619+
args: ['mcp-remote', 'https://api.browser-use.com/mcp', '--header', 'X-Browser-Use-API-Key: <YOUR_API_KEY>'],
620+
},
621+
},
610622
]

0 commit comments

Comments
 (0)