Back to .md Directory
Windsurf & Cursor Setup
Add the Listmonk MCP server to Windsurf or Cursor IDEs.
mcp cursor
View sourceWindsurf & Cursor Setup
Add the Listmonk MCP server to Windsurf or Cursor IDEs.
Windsurf Configuration
Add to your Windsurf MCP settings:
{
"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:
{
"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 URLLISTMONK_MCP_USERNAME: API user created in Admin → UsersLISTMONK_MCP_PASSWORD: API token (not user password)
Prerequisites
-
Install uvx (if not already installed):
pip install uv -
Create API user and token in Listmonk admin interface:
- Go to Admin → Users in your Listmonk instance
- Create a new API user and token
-
Restart your IDE after adding configuration
Related Documents
AGENTS.md
Browser-only development
This document provides guidance for AI assistants working on the Image MetaHub codebase.
airagprompt
0
3
LuqP2AGENTS.md
Claude Agents — Reference & Recommendations
Quick guide to available agents. Pick the one that best matches your task.
aiagentrag
0
474
magda2307AGENTS.md
Golden DKG Prototype -- Master Plan
Rust prototype of the Golden non-interactive Distributed Key Generation protocol.
aiagenteval
0
83
farazshaikhAGENTS.md
Swarms Examples Index
A comprehensive index of examples from the [Swarms Framework](https://github.com/The-Swarm-Corporation/swarms-examples).
aiagentopenai
0
62
The-Swarm-Corporation