View our presentation and introduction to MCP.
Note: you already have the BrowserTools & MCP-LOGO-GEN MCP servers in this directory, so you do not need to clone them again.
- Starting at step 2, follow the BrowserTools MCP server installation steps.
- Start the server.
- Open /web-app/index.html in your browser as the focused tab.
- Right click and click inspect. Click "BrowserToolsMCP".
- In Cursor/Windsurf, copy the path to your current directory. Paste this in Screenshot Settings path.
- Open your agent chat. Say
Our text colors do not look right. Take a screenshot and fix @index.html
cd MCP-LOGO-GENand follow the installation steps MCP Logo Gen MCP server.- Add your FAL AI API key to a
.envfile in the root directory of the MCP-LOGO-GEN server. You can get one for free after registering. - Add the MCP server to your client configuration.
- Run the server with
python run_server.py.
- Open your agent chat. Say
Create a new hero image for our @index.html page
{ "mcpServers": { "FAL Image": { "url": "http://127.0.0.1:7777/sse" }, "browser-tools": { "command": "npx", "args": [ "-y", "@agentdeskai/browser-tools-mcp@1.2.0" ], "enabled": true } } }
{ "mcpServers": { "FAL Image": { "url": "http://127.0.0.1:7777/sse" }, "browser-tools": { "command": "wsl", "args": [ "bash", "-c", "cmd /c npx -y @agentdeskai/browser-tools-mcp@1.2.0" ], "enabled": true } } }