grok_search: an MCP server that gives any agent live X + web search (wraps the Grok CLI, no X API needed)
One tool, grok_search(query). Returns an answer and a sources list with x.com links when it pulls from posts. Works in Claude Code, Codex, Cursor, anything that speaks MCP.
Here's why I built it. My agent kept hallucinating current info. Package versions wrong, breaking changes it didn't know about, what people were saying on X about a library. All of it out of date because it only has its training data to work with.
I looked into the X developer API and the hosted X-data MCPs. Both were way too expensive for what I needed.
The Grok CLI already pays for itself. It reads X and the web live. So I wrapped that one capability as an MCP server.
There's a native Claude Code / Grok plugin in the repo too if you prefer slash commands over MCP tools.
On the coding features (review, delegate) - those are mostly redundant with whatever agent you already run. The differentiator is the live X/web data. It's a thin, dependency-free wrapper around your local grok CLI. No tokens stored, read-only. Needs the Grok CLI installed and signed in.
Repo (Apache 2.0): https://github.com/VasiHemanth/grok-build-plugin
Feedback welcome, especially on whether the tool description makes your agent reach for it at the right time.