Odel
amenbo

amenbo

Local
@rererrTypeScriptMITUpdated 5 days ago

Japanese-web-native MCP server for low-impact, token-efficient web collection

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmamenbov0.6.1

Run

npx -y amenbo

MCP client config

{
  "mcpServers": {
    "amenbo": {
      "command": "npx",
      "args": [
        "-y",
        "amenbo"
      ]
    }
  }
}