Grokbot custom connectors

Hello;

We have a custom application and we are looking for how to connect it with Grokbot windows app unfortunately the windows app does not have any way of adding MCP or custom connector

Hey @iamkingsleyf, thanks for reaching out!

There isn’t a settings form for this, but you can still add custom connectors. Grok Bot manages connectors through the chat itself: just tell your bot to add your MCP server, for example “Add this MCP server: https://your-app.example.com/mcp” and it will confirm the details with you and set it up. New tools become available from your next message.

One thing to keep in mind: your bot runs in the cloud, so your custom application’s MCP endpoint needs to be reachable over the internet (a public HTTPS URL, using streamable HTTP or SSE). A server that only listens on localhost on your PC won’t be reachable from the bot.

Let us know if you hit any trouble getting it connected!

Thanks, already figured out and working on it