Skip to content
Cursor

amenbo for Cursor

io.github.rererr/amenbo

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

client:Cursor transport:stdio runtime:npm

Install amenbo in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

amenbo in other clients