Skip to content
Cline

boxberry mcp for Cline

io.github.theyahia/boxberry-mcp

MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.

client:Cline transport:stdio runtime:npm

Install boxberry mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "boxberry-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/boxberry-mcp"
      ],
      "env": {
        "BOXBERRY_TOKEN": "<BOXBERRY_TOKEN>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

boxberry mcp in other clients