Odel
rosetta

rosetta

Local
@ewalid2PythonMITUpdated 1mo ago

AI-powered Excel translation preserving formatting, formulas, and data integrity.

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).

npm@ewalid/rosetta-mcpv0.1.1

Run

npx -y @ewalid/rosetta-mcp

MCP client config

{
  "mcpServers": {
    "rosetta": {
      "command": "npx",
      "args": [
        "-y",
        "@ewalid/rosetta-mcp"
      ]
    }
  }
}