douyin-mcp
by BK927
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOUYIN_SCOPES | No | Comma-separated list of granted scopes. Local allowlist only. | |
| DOUYIN_OPEN_ID | No | Open ID of the authorized user. | |
| DOUYIN_APP_TYPE | No | Type of Douyin application (e.g., mobile, web, mini-app). | |
| DOUYIN_DEVICE_ID | No | Device ID from your legitimate integration, required for official search. | |
| DOUYIN_MEDIA_DIR | No | Absolute path to a directory containing approved media for uploads. Relative paths are resolved against this directory. | |
| DOUYIN_STATE_DIR | No | Absolute path to a private state directory for credentials, tokens, and the write ledger. Use separate directories for different accounts/app types. | |
| DOUYIN_CLIENT_KEY | No | Your Douyin application client key. | |
| DOUYIN_ACCESS_TOKEN | No | Directly supplied user access token, alternative to running `douyin-auth exchange`. | |
| DOUYIN_CLIENT_TOKEN | No | Directly supplied client token. | |
| DOUYIN_CLIENT_SECRET | No | Your Douyin application client secret. | |
| DOUYIN_ENABLE_WRITES | No | Set to 'true' to enable write operations. Actual writes also require `dry_run=false` and an idempotency key. | false |
| DOUYIN_BUSINESS_TOKEN | No | Business token for video analytics (requires separate business relationship flow). | |
| DOUYIN_ENABLE_BROWSER | No | Set to 'true' to enable browser-based tools. Requires browser extra and Playwright Chromium profile. | false |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues