QQ Mail MCP Server
by LiXia-619
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_URL | Yes | The public HTTPS base URL of this deployment (e.g. https://mail.example.com), used for OAuth redirects and /setup links. | |
| SIGNING_SECRET | Yes | Independent secret used for signing OAuth state, sessions, and tokens. Must be kept private and never reused as a client token. | |
| OWNER_CODE_HASH | Yes | Hash of the owner code required for browser setup and approval endpoints. Generate via `npm run generate-secrets` and store only this hash in the environment. | |
| MCP_CLIENT_TOKENS | No | Optional list of named bearer tokens for non-OAuth MCP clients, each entry in the form `client-id:token` (one per line or JSON object). Used for Authorization header authentication. |
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