Servers
MCP Server for Bring! Shopping
@florianwittkamp
MCP Server for Bring! Shopping
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bring-mcp": {
"command": "npx",
"args": [
"-y",
"bring-mcp@latest"
],
"env": {
"MAIL": "[email protected]",
"PW": "YOUR_BRING_PASSWORD_HERE"
}
}
}
}