@kieksme/listmonk-mcp
by kieksme
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port to listen on (default 3000). Ignored in stdio mode. | 3000 |
| LISTMONK_URL | Yes | Base URL of your Listmonk instance, e.g. https://newsletter.example.com | |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'http' (default). The --stdio CLI flag is equivalent and takes precedence over this variable. | http |
| LISTMONK_API_USER | Yes | API user name (Listmonk Admin → Users) | |
| LISTMONK_API_TOKEN | Yes | API token for that user | |
| MCP_SERVER_AUTH_TOKEN | No | If set, /mcp requires Authorization: Bearer <token>. If unset, /mcp is open at the application layer. Ignored in stdio mode. | |
| LISTMONK_ENABLED_TOOLS | No | JSON array (or comma-separated list) of tool/category selectors. Empty/unset = all 72 tools. |
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