gomcp
Lightpanda Go MCP server is an MCP server implemented in Go, providing tools for integration with the Lightpanda Browser via the CDP protocol. It supports various configuration options, including integration with Claude Desktop.
What is the primary function of gomcp?
gomcp is an MCP server that facilitates interaction with the Lightpanda Browser using the CDP protocol for browser automation tasks.
How can I build gomcp from source?
To build gomcp from source, you need to have Go installed. Clone the repository and use the 'go build' command to compile the binary.
Can gomcp be used with Claude Desktop?
Yes, gomcp can be configured as a source for Claude Desktop using the stdio transport by editing the 'claude_desktop_config.json' file.
What are the communication modes supported by gomcp?
gomcp supports both standard input/output (stdio) and server-sent events (SSE) for communication.
How do I connect gomcp to a remote browser?
You can connect gomcp to a remote browser using the CDP option with the command '$ gomcp -cdp ws://127.0.0.1:9222 stdio'.