boxberry mcp for VS Code
io.github.theyahia/boxberry-mcp
MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
client:VS Code
transport:stdio
runtime:npm
Install boxberry mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "boxberry-token",
"description": "BOXBERRY_TOKEN",
"password": true
}
],
"servers": {
"boxberry-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/boxberry-mcp"
],
"env": {
"BOXBERRY_TOKEN": "${input:boxberry-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs