BrowserOS as MCP does not work on Linux or Windows, it says Service Unvailable #359
Closed
gyularabai
started this conversation in
General
Replies: 1 comment
-
|
It working. Bad |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The built in MCP server of BrowserOS does not work! Can you help out on how to get it working?
For the Server URL in the BrowserOS MCP Server config it displays http://127.0.0.1:9000/mcp.
When I try to access it from any MCP client, it returns Service Unavailable. I have also tried to
access it from curl using the following command:
curl -s -X POST http://127.0.0.1:9000/mcp -H "Content-Type: application/json" -d "{"jsonrpc": "2.0", "method": "tools/list", "id": 1}"
I have tested it on Linux and Windows, with version I have downloaded today.
Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions