No description
Find a file
Siwat Sirichai a63e38ed3f
All checks were successful
Build and Package DXT / build (push) Successful in 28s
fix: clarify disclaimer wording in README
2025-07-06 17:23:36 +07:00
.gitea/workflows fix: downgrade upload-artifact action to v3 for compatibility 2025-07-06 01:54:48 +07:00
assets update manifest 2025-07-06 01:48:49 +07:00
.gitignore feat: initialize project with package.json and tsconfig.json 2025-07-06 01:31:52 +07:00
build.ts feat: initialize project with package.json and tsconfig.json 2025-07-06 01:31:52 +07:00
bun.lock feat: initialize project with package.json and tsconfig.json 2025-07-06 01:31:52 +07:00
GEMINI.md feat: add initial documentation for Siwat System MCP DXT extension 2025-07-06 17:21:16 +07:00
package.json feat: initialize project with package.json and tsconfig.json 2025-07-06 01:31:52 +07:00
README.md fix: clarify disclaimer wording in README 2025-07-06 17:23:36 +07:00
tsconfig.json feat: initialize project with package.json and tsconfig.json 2025-07-06 01:31:52 +07:00

Siwat System MCP DXT

This is a Claude DXT extension for the Siwat System API. It allows you to interact with the Siwat System API through Claude.

Features

  • Set VPN location for your devices
  • Get VPN location for your devices
  • Get email history for your domains

Installation

  1. Download the latest siwat_system_mcp.dxt file.
  2. Open Claude Desktop and go to Settings > Extensions.
  3. Click Install Extension and select the downloaded .dxt file.
  4. Enter your Siwat System API key when prompted.

Usage

Once the extension is installed, you can use the following prompts in Claude:

  • Set the VPN location my [device] to [location]
  • Get the VPN location for my [device]
  • Get the email history for [domain] from [start_date] to [end_date]

Building from source

To build the DXT extension from source, you will need to have Bun installed.

  1. Clone this repository:
git clone https://github.com/siwatsystem/siwatsystem-mcp-dxt.git
  1. Install the dependencies:
bun install
  1. Build the extension:
bun run build

This will create a dist directory containing the siwat_system_mcp.dxt file.

Disclaimer

This is an extension for a third party application and is not officially supported by Siwat System. Use at your own risk.