Back to Apps

Grok Lite
Supports UIby noi1r
Minimal MCP server exposing Grok's live-web search and fetch tools as a drop-in replacement for Claude Code.
0 stars
Works in:claude
Exposes:Tools
What it does
Grok Lite integrates Grok's live-web search capabilities into MCP-compatible clients. It allows AI agents to perform real-time web searches and fetch specific URLs, returning results in Markdown format.
Tools
web_search: Performs a Grok-powered live web search and returns a Markdown answer with source URLs.web_fetch: Fetches the content of any URL and returns it as Markdown via Grok.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"grok-lite": {
"command": "grok-lite",
"env": {
"GROK_API_URL": "https://your-grok-endpoint.example.com",
"GROK_API_KEY": "your-api-key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv tool install .Information
- Pricing
- free
- Published
- 6/30/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"grok-lite": {
"command": "grok-lite",
"env": {
"GROK_API_URL": "https://your-grok-endpoint.example.com",
"GROK_API_KEY": "your-api-key"
}
}
}





