Skip to main content
Glama
windsurf-cursor.md1.3 kB
# Windsurf & Cursor Setup Add the Listmonk MCP server to Windsurf or Cursor IDEs. ## Windsurf Configuration Add to your Windsurf MCP settings: ```json { "mcpServers": { "listmonk": { "command": "uvx", "args": ["listmonk-mcp"], "env": { "LISTMONK_MCP_URL": "http://localhost:9000", "LISTMONK_MCP_USERNAME": "your-api-username", "LISTMONK_MCP_PASSWORD": "your-api-token" } } } } ``` ## Cursor Configuration Add to your Cursor MCP settings: ```json { "mcpServers": { "listmonk": { "command": "uvx", "args": ["listmonk-mcp"], "env": { "LISTMONK_MCP_URL": "http://localhost:9000", "LISTMONK_MCP_USERNAME": "your-api-username", "LISTMONK_MCP_PASSWORD": "your-api-token" } } } } ``` ## Environment Variables - `LISTMONK_MCP_URL`: Your Listmonk server URL - `LISTMONK_MCP_USERNAME`: API user created in Admin → Users - `LISTMONK_MCP_PASSWORD`: API token (not user password) ## Prerequisites 1. **Install uvx** (if not already installed): ```bash pip install uv ``` 2. **Create API user and token** in Listmonk admin interface: - Go to Admin → Users in your Listmonk instance - Create a new API user and token 3. **Restart your IDE** after adding configuration

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rhnvrm/listmonk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server