rosetta mcp for VS Code
io.github.ewalid/rosetta-mcp
AI-powered Excel translation preserving formatting, formulas, and data integrity.
client:VS Code
transport:stdio
runtime:npm
Install rosetta mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "anthropic-api-key",
"description": "ANTHROPIC_API_KEY",
"password": true
}
],
"servers": {
"rosetta-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ewalid/rosetta-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "${input:anthropic-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs