amenbo for Grok
io.github.rererr/amenbo
Japanese-web-native MCP server for low-impact, token-efficient web collection
client:Grok
transport:stdio
runtime:npm
Install amenbo in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"amenbo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"amenbo"
]
}
}
}
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