Skip to content

Question: Does BrowserMCP solve the issue with huge MCP responses? #139

@Leksat

Description

@Leksat

I'm using Claude Code + Playwright MCP and often get huge tool responses (full page dumps). This can cause the MCP response text to be trimmed, so Claude never sees the full page. It's also slow and wastes context.

Idea: Have MCP first return a short page summary (main sections, key elements, node IDs), and then let the LLM call another tool like get_node_details(node_id) to fetch detailed content only for that part of the page.

Does BrowserMCP support anything like this, or could it? Or will it make the whole process even slower?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions