agentdomain mcp for Grok
cloud.agentdomain/agentdomain-mcp
Register and manage internet domains for AI agents via AgentDomain
client:Grok
transport:stdio
runtime:pypi
Install agentdomain mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentdomain-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentdomain-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