MCP server (stdio + HTTP) exposing LovelyAlert docs, examples and code generation so any AI assistant can reference the library.
| Tool name | Description | Destructive? |
|---|---|---|
| list_features | ✓ no | |
| list_examples | ✓ no | |
| get_example | ✓ no | |
| search_examples | ✓ no | |
| generate_alert | ✓ no |
| get_api_reference | ✓ no | |
| customize_theme | ✓ no | |
| validate_options | ✓ no |
{
"mcpServers": {
"lovely-alert": {
"command": "npx",
"args": [
"-y",
"lovely-alert-mcp"
]
}
}
}