browser-use MCP Server

by win4r

1 stars
61 downloads
Not rated
GitHub

Description

# browser-use MCP Server ### 🔥对应视频: https://youtu.be/jsd8TpzicRQ ### 🔥我的微信:stoeng A Model Context Protocol server This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing: - Resources representing text notes with…

About

# browser-use MCP Server ### 🔥对应视频: https://youtu.be/jsd8TpzicRQ ### 🔥我的微信:stoeng A Model Context Protocol server This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing: - Resources representing text notes with URIs and metadata - Tools for creating…

Details

Author
win4r
GitHub stars
1
Downloads
61
Categories
Automation, Productivity, Developer Tools, Web Scraping

- Resources represent text notes with URIs and metadata
- create_note tool for creating new text notes
- summarize_notes prompt for generating note summaries
- Notes are stored in server state
- Plain text mime type for simple content access

Install dependencies with npm install, build with npm run build, and configure the server in your MCP client (e.g., Claude Desktop) by adding the path to the built index.js to the mcpServers configuration. For development, use npm run watch for auto-rebuild.

This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:

- Resources representing text notes with URIs and metadata
- Tools for creating new notes
- Prompts for generating summaries of notes

- List and access notes vianote://URIs
- Each note has a title, content and metadata
- Plain text mime type for simple content access

- create_note- Create new text notes

- Takes title and content as required parameters
- Stores note in server state

- summarize_notes- Generate a summary of all stored notes

- Includes all note contents as embedded resources
- Returns structured prompt for LLM summarization

To use with Claude Desktop, add the server config:

On MacOS:~/Library/Application Support/Claude/claude_desktop_config.jsonOn Windows:%APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "browser-use": { "command": "/path/to/browser-use/build/index.js" } } }

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using theMCP Inspector, which is available as a package script:

The Inspector will provide a URL to access debugging tools in your browser.

Official Playwright MCP server for browser automation, page inspection, screenshots, and web interaction from Claude, Cursor, and other AI agents.

Render website screenshots with ScreenshotOne

Attaches to existing browser sessions using the Chrome DevTools Protocol for automation and interaction.

Help your AI agent finish more browser tasks.

Automate remote browsers using the BrowserCat API.

Remote browser automation using the BrowserCat API.

Take screenshots and read console logs from web pages using Playwright.

Control your real Chrome from Claude Code. 29 tools including CAPTCHA solving, file upload, multi-session, and human-in-the-loop.

Automate browser tasks using the Browser Use API.

A Node.js server that enables AI assistants to control the Chrome browser via WebSocket. Requires the CodingBaby Chrome Extension.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.