What it is
MCP (Model Context Protocol) is an open standard for connecting AI assistants to outside tools. This server gives your assistant the same directory and guides you can browse here, so you can ask “find me a Grok Bot that preps my sales calls” or “why aren't my routines running?” and get an answer with links.
It can only read public directory and guide data. It cannot add, run or change a Bot, and it never sees your Grok account.
Server URL
Streamable HTTP endpoint
https://www.grokbotwiki.com/api/mcp
No API key or sign-in. If your app asks for authentication, choose none.
Grok
xAI's connector docs ↗ describe adding a custom MCP server at grok.com/connectors ↗: create a new connector, choose Custom, and paste the server URL above. Menu names can change; follow the current docs if they differ. Business and Enterprise workspaces may need an admin first.
Claude
On claude.ai and Claude Desktop, open Customize → Connectors ↗, click +, choose Add custom connector, paste the server URL and click Add. Leave the OAuth settings empty. See Anthropic's guide ↗ for Team and Enterprise plans.
Older Claude Desktop builds without custom connectors can reach the server through mcp-remote (needs Node.js). Add this to claude_desktop_config.json and restart the app:
claude_desktop_config.json
{ "mcpServers": { "grok-bot-wiki": { "command": "npx", "args": [ "-y", "mcp-remote", "https://www.grokbotwiki.com/api/mcp" ] } } }
Cursor
Add the server to ~/.cursor/mcp.json (all projects) or .cursor/mcp.json in one project, then check that it is enabled in Cursor's MCP settings.
mcp.json
{ "mcpServers": { "grok-bot-wiki": { "url": "https://www.grokbotwiki.com/api/mcp" } } }
ChatGPT
Custom MCP connectors in ChatGPT need developer mode, which OpenAI offers on some paid plans on the web. Per OpenAI's developer mode guide ↗, turn on Developer mode in Settings, then create an app for a remote MCP server and paste the server URL. The server includes the search and fetch tools ChatGPT expects.
Tools
Every result includes the page URL to cite. Search tools return at most 20 results.
search_bots: Search community Grok Bot templates by task, keyword, category or app (up to 20 results).get_bot: One listing by slug: creator, share link, share-page description, tags, check dates and any editorial notes.list_categories: The eight directory categories and the tag collections, with live counts and page links.search_guides: Search the setup, pricing, workflow, safety and troubleshooting guides.get_guide: One guide as plain text with its evidence label, update date and sources.troubleshoot: Describe a Grok Bot problem; get the 1–3 most relevant Fix problems guides with their first answer.search: ChatGPT connector search: ids, titles and URLs across Bots and guides.fetch: ChatGPT connector fetch: the full text of one Bot or guide by id.
Try asking:
- “Find a Grok Bot that sends me a morning brief from Gmail and Calendar.”
- “My Grok Bot routines stopped running. What should I check?”
- “What is the difference between skills and routines in Grok Bot?”
Limits and privacy
The server is read-only and needs no login. It excludes retired listings and the Bots we keep out of search. Queries are capped in length and requests are rate-limited. It receives the text your assistant sends, stores nothing beyond standard hosting logs, and returns only public directory and guide data. See our privacy policy.
Grok Bot Wiki is an unofficial, independent project, not affiliated with or endorsed by xAI. Listings describe public share pages and are not test results; read the editorial standard. Found a problem? Tell us.