Skip to content
Grok

grad-agent for Grok

io.github.i-ninte/grad-agent

Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.

client:Grok transport:stdio runtime:pypi

Install grad-agent in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "grad-agent": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "grad-agent"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "SMTP_SERVER": "<SMTP_SERVER>",
        "SMTP_PORT": "<SMTP_PORT>",
        "SMTP_USERNAME": "<SMTP_USERNAME>",
        "SMTP_PASSWORD": "<SMTP_PASSWORD>",
        "SMTP_FROM": "<SMTP_FROM>",
        "GITHUB_TOKEN": "<GITHUB_TOKEN>",
        "HF_TOKEN": "<HF_TOKEN>",
        "GRAD_AGENT_HOME": "<GRAD_AGENT_HOME>"
      }
    }
  }
}

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

grad-agent in other clients