Skip to content

Commit aba9911

Browse files
Updated Puppeteer readme
1 parent d824121 commit aba9911

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/puppeteer/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ The server provides access to two types of resources:
5252
- JavaScript execution
5353
- Basic web interaction (navigation, clicking, form filling)
5454

55+
## Configuration to use Puppeteer Server
56+
Here's the Claude Desktop configuration to use the Puppeter server:
57+
58+
```json
59+
{
60+
"mcpServers": {
61+
"puppeteer": {
62+
"command": "npx",
63+
"args": ["-y", "@modelcontextprotocol/server-puppeteer", "http://example.com"]
64+
}
65+
}
66+
}
67+
5568
## License
5669

5770
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

0 commit comments

Comments
 (0)