Skip to main content

MCP server for Insta360 cloud — browse, download, and manage media

Project description

insta360-cloud-mcp

PyPI License: MIT

MCP server for Insta360 cloud storage — browse, download, and manage your 360 media from any MCP client.

Features

  • list_media — Fetch all media from your Insta360 cloud (auto-paginated)
  • get_download_urls — Get download URLs for a specific media item
  • download_media — Download all files for a specific media item
  • download_all — Download your entire Insta360 cloud library
  • delete_media — Move media items to the recycle bin

Prerequisites

  • An Insta360 account with cloud storage
  • uv installed

Quick Start (uvx)

Add to your MCP client config (e.g. claude_desktop_config.json or .claude/mcp_servers.json):

{
  "mcpServers": {
    "insta360": {
      "command": "uvx",
      "args": ["insta360-cloud-mcp"],
      "env": {
        "INSTA360_EMAIL": "your-email@example.com",
        "INSTA360_PASSWORD": "your-password"
      }
    }
  }
}

Quick Start (from source)

git clone https://github.com/alfari16/insta360-cloud-mcp.git
cd insta360-cloud-mcp

Then configure your MCP client:

{
  "mcpServers": {
    "insta360": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/insta360-cloud-mcp", "insta360-cloud-mcp"],
      "env": {
        "INSTA360_EMAIL": "your-email@example.com",
        "INSTA360_PASSWORD": "your-password"
      }
    }
  }
}

Environment Variables

Variable Description
INSTA360_EMAIL Your Insta360 account email
INSTA360_PASSWORD Your Insta360 account password (MD5-hashed internally by the server)

Tools Reference

Tool Parameters Description
list_media last_update_position? Fetch all media items, auto-paginating through all pages
get_download_urls media_id Get download URLs for a specific media item
download_media media_id, download_dir? Download all files for a media item (default: ~/gdrive/Insta360)
download_all download_dir?, last_update_position? Download entire cloud library
delete_media media_ids Move media items to the recycle bin

Token Caching

The server caches authentication tokens at ~/.insta360_tokens.json to avoid re-authenticating on every startup. Tokens are automatically refreshed when they expire. Delete this file to force a fresh login.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insta360_cloud_mcp-0.1.0.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

insta360_cloud_mcp-0.1.0-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file insta360_cloud_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: insta360_cloud_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for insta360_cloud_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 579130d82bae61eae5fc85b9b4e8332f4f59c3845ebf50f2c9022405804233ae
MD5 482ddab8509ef3b6313dfd37fc25a355
BLAKE2b-256 b8a012b411adf04d33eeee1ec65d5d9a08dd4864a497ccab15ebfca10ae717be

See more details on using hashes here.

File details

Details for the file insta360_cloud_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: insta360_cloud_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for insta360_cloud_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e08a032342cfc1e0e1d8fbb013a0a7c2f60c5163b69fcc65df724119902b112
MD5 1cffcccd71e7374788f36a6330089243
BLAKE2b-256 58026cbea753dd24534c7602c8a9f816d253c0cb6221e783da25c906e8a0d4a7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page