Loading MCP server directory, please wait...
Autonomous MCP agent for grad school applications: prof discovery, cold emails, SOP, tracking.
npx @getmcp/cli add io.github.i-ninte/grad-agentRequires Python 3.10+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic API key used by Claude Haiku for hook synthesis and verification.
SMTP_SERVERSMTP host for the review mailer.
SMTP_PORTSMTP port.
SMTP_USERNAMESMTP username; used as From address by default.
SMTP_PASSWORDSMTP password. Gmail App Password recommended.
SMTP_FROMEnvelope From address for drafts emailed to the user's review inbox.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.i-ninte/grad-agent": {
"command": "uvx",
"args": [
"server",
"grad-agent"
],
"env": {
"ANTHROPIC_API_KEY": "",
"SMTP_SERVER": "smtp.gmail.com",
"SMTP_PORT": "587",
"SMTP_USERNAME": "",
"SMTP_PASSWORD": "",
"SMTP_FROM": "",
"GITHUB_TOKEN": "",
"HF_TOKEN": "",
"GRAD_AGENT_HOME": "~/.grad-agent"
}
}
}
}