Blumen Komander München - Erster Florist mit MCP. Suchen, prüfen, bestellen. Lieferung München.
Paste into claude_desktop_config.json:
{
"mcpServers": {
"blumen-komander-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.blumen-verschicken.online/sse"
]
}
}
}Run in a terminal:
claude mcp add --transport sse blumen-komander-mcp https://mcp.blumen-verschicken.online/sse
Paste into .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"blumen-komander-mcp": {
"url": "https://mcp.blumen-verschicken.online/sse"
}
}
}Transport: sse - Hosted remote (SSE). Nothing runs on your machine - the config above connects your client to the vendor's endpoint (older clients bridge via npx mcp-remote).
Auth: the remote endpoint may prompt for OAuth or an API key on first connect - see the vendor's docs.
https://wingmanprotocol.com/mcp.