Grasp
Grasp is an open-source and self-hosted browser using agent. With built-in support for MCP and A2A support, it can seamlessly integrate with any other AI apps or agents.
Some of the key features include:
- Isolated browser environment. Grasp is dockerized, ensuring it never interferes with your local workspace. It can be easily hosted on your machine or in the cloud.
- Human-like automation. Grasp operates the browser just like a real human. You can even provide credentials for the agent to log in and retrieve personalized content.
- Natural language control. No code needed — simply describe what you want in plain language, and the agent will handle the rest.
https://github.com/user-attachments/assets/b55b5f76-4faa-45b9-a5ab-4c4295dfdf19
Quick Start
🐳 Before you start:
Make sure Docker is installed and running on your machine.
Run the following commands to pull and start Grasp:
# Pull the image
docker pull getgrasp/grasp
# Run the container
docker run -d
--name grasp-agent
-p 3000:3000
-e ANTHROPIC_API_KEY=YOUR_ANTHROPIC_KEY
getgrasp/grasp
Replace YOUR_ANTHROPIC_KEY with your actual Anthropic API Key.
Once the container is running, open http://localhost:3000 in your browser to access the Grasp console.
Stay in the Loop
Grasp is moving fast — we’re shipping new features, expanding integrations, and refining the agent experience every week.
⭐ Star the repo to stay updated and support the project!
Tutorials
- Connect Claude Desktop to Grasp: Use Grasp as a local MCP tool server and enable Claude to operate the browser.
- Connect agent to Grasp: Integrate Grasp via A2A for agent-to-agent browser automation.
Community
We’d love to hear from you。
Join the Discord to share ideas, ask questions, or just hang out.
License
Licensed under the the BSL-1.1 license.
Grasp Browser Agent
Project Details
- aircodelabs/grasp
- grasp
- Other
- Last Updated: 4/22/2025
Recomended MCP Servers

Official mailtrap.io MCP server
Allow AI to wade through complex OpenAPIs using Simple Language
ReActMCP is a reactive MCP server that empowers AI assistants to instantly respond with real-time, Markdown-formatted web search...
A Model Context Protocol server for converting almost anything to Markdown
An MCP server to help you "play with your documents" via Docling 🐥

MCP server for Naver Search API integration. Provides comprehensive search capabilities across Naver services (web, news, blog, shopping,...
MCP Server implementation for Xcode integration
An MCP (Model Context Protocol) server for generating Xmind mind maps. This server allows LLMs to create structured...
A dynamic MCP server that allows AI to create and execute custom tools through a meta-function architecture