Merge pull request #47 from executeautomation/main

Updated Puppeteer readme
This commit is contained in:
Justin Spahr-Summers
2024-11-26 08:28:57 -06:00
committed by GitHub

View File

@@ -52,6 +52,19 @@ The server provides access to two types of resources:
- JavaScript execution
- Basic web interaction (navigation, clicking, form filling)
## Configuration to use Puppeteer Server
Here's the Claude Desktop configuration to use the Puppeter server:
```json
{
"mcpServers": {
"puppeteer": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-puppeteer"]
}
}
}
## License
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.