Back to Apps

Grok MCP
by hirasawa69
Bridge local agents to grok.com for full web access, research, and conversation history using browser cookies.
0 stars
Works in:claude
Exposes:Tools
What it does
Grok MCP is a Model Context Protocol server that provides local agents with full access to the grok.com web interface. By using existing browser session cookies, it bypasses the need for official API keys and grants access to Grok's internal web search, persistent memory, and expert-mode reasoning traces.
Tools
grok_research: Performs deep research via Grok in a single call.grok_research_start&grok_research_poll: Async pattern for heavy research queries that exceed client timeouts.grok_upload_file: Uploads files to Grok for analysis.grok_list_conversations: Accesses existing grok.com chat history.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"grok": {
"command": "grok-mcp",
"env": {
"GROK_COOKIE": "your-cookie-header-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
cargo install --git https://github.com/Hirasawa69/grok-mcp --lockedInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
All clients
cargo install --git https://github.com/Hirasawa69/grok-mcp --locked





