Skip to content
Cursor

boxberry mcp for Cursor

io.github.theyahia/boxberry-mcp

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

client:Cursor transport:stdio runtime:npm

Install boxberry mcp in Cursor

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

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

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

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

boxberry mcp in other clients