bestbuy-mcp-agent
v1.1.0
Published
A Model Context Protocol (MCP) agent for automating BestBuy login flows
Maintainers
Readme
BestBuy Login MCP Agent
A Model Context Protocol (MCP) agent for automating BestBuy login flows using Playwright.
Installation
npm install bestbuy-mcp-agentUsage
To use this MCP agent in your project:
import { createConnection } from '@playwright/mcp';
import { BestBuyAgent } from 'bestbuy-mcp-agent';
async function run() {
const connection = await createConnection();
const agent = new BestBuyAgent();
await agent.run();
}Steps
The agent supports the following steps in YAML format:
steps:
- login # Performs login to BestBuyDevelopment
- Clone the repository
- Install dependencies:
npm install - Run the agent:
npm run mcp:run
Configuration
Create a steps/login.yaml file with your login steps:
steps:
- login