You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm exploring the Playwright MCP server and trying to interact with it through JavaScript code—specifically, I want to access one of the tools exposed by the MCP server without integrating any LLM (like ChatGPT or similar).
I tried setting up a server using createServer, but it seems to reject my requests. I'm not sure what I'm missing.
My goal is to access a specific tool from the MCP server directly via code (e.g., making a request or invoking it through a script), purely for automation or internal usage—no AI or LLM integration.
Has anyone done something similar or know the correct way to send requests to the MCP server and trigger its tools?
Any guidance, examples, or documentation would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm exploring the Playwright MCP server and trying to interact with it through JavaScript code—specifically, I want to access one of the tools exposed by the MCP server without integrating any LLM (like ChatGPT or similar).
I tried setting up a server using createServer, but it seems to reject my requests. I'm not sure what I'm missing.
My goal is to access a specific tool from the MCP server directly via code (e.g., making a request or invoking it through a script), purely for automation or internal usage—no AI or LLM integration.
Has anyone done something similar or know the correct way to send requests to the MCP server and trigger its tools?
Any guidance, examples, or documentation would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions