agentsearch mcp for Grok
io.github.isaiahdupree/agentsearch-mcp
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
client:Grok
transport:streamable-http
tools:3
Install agentsearch mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentsearch-mcp": {
"type": "http",
"url": "https://agentsearch-mcp.vercel.app/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs