Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Grok Cookie

FreeNot checked

Cookie-based MCP server for Grok Imagine experiments, enabling image generation and media post creation using your own Grok.com cookies.

GitHubEmbed

About

Cookie-based MCP server for Grok Imagine experiments, enabling image generation and media post creation using your own Grok.com cookies.

README

Cookie-based MCP tools for Grok Imagine experiments.

This is an unofficial reverse-engineered local MCP server. It uses your own browser cookies from grok.com; it does not use an xAI API key.

Status

Working:

  • check_quota
  • generate_image via /rest/media/post/create
  • create_media_post
  • create_share_link
  • upscale_video wrapper
  • post/get polling for media posts
  • Cookie launcher UI for opening an isolated Chrome session

Experimental / not fully working yet:

  • App-chat /responses requests can be rejected by Grok anti-bot rules.
  • Full video generation is still under investigation. Direct MEDIA_POST_TYPE_VIDEO creates a post, but may not start the actual video render.
  • Imagine Agent tools are present but depend on the app-chat path.

Install

uv sync

Cookies

Copy the example and paste your Cookie-Editor export values:

cp cookies.example.json cookies.json

Never commit cookies.json.

Run MCP server

uv run python server.py

Run cookie launcher

uv run python launcher.py

Open:

http://127.0.0.1:8765

Paste Cookie-Editor JSON and launch an isolated Chrome session.

Tools

  • check_quota — read Grok Imagine quota info
  • generate_image — create image media post and return image URLs
  • generate_video — experimental video post creation and polling
  • image_to_video — experimental, depends on video flow
  • create_media_post — low-level media post create wrapper
  • create_share_link — create media post share link
  • upscale_video — call video upscale endpoint
  • imagine_agent_start / imagine_agent_send / imagine_agent_read — experimental app-chat agent tools

Security

This project is intended for local, authorized use with your own Grok account. Do not commit cookies, tokens, generated session data, or private outputs.

from github.com/WormAlien/grok-cookie-mcp

Installing Grok Cookie

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/WormAlien/grok-cookie-mcp

FAQ

Is Grok Cookie MCP free?

Yes, Grok Cookie MCP is free — one-click install via Unyly at no cost.

Does Grok Cookie need an API key?

No, Grok Cookie runs without API keys or environment variables.

Is Grok Cookie hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Grok Cookie in Claude Desktop, Claude Code or Cursor?

Open Grok Cookie on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Grok Cookie with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All media MCPs