MCP server that lets Claude query your Google Calendar
Basic Google Calendar MCP wrapper when dozens of similar calendar tools already exist.
An Unofficial MCP server that lets Claude Desktop search products, manage carts, and complete Blinkit orders automatically using natural language commands.
Browser automation MCP for one Indian grocer; interesting proof-of-concept, zero production use case.
Claude Desktop users, MCP developers experimenting with browser-based agent automation
Anthropic MCP ecosystem · Playwright · Selenium automation scripts
Example prompt:
“Buy milk from Blinkit”
Claude then:
• searches products • adds them to the cart • selects the delivery address • proceeds to checkout
Under the hood the flow looks like this:
Claude Desktop → MCP tool call → Python MCP server → Playwright browser automation → Blinkit website
Instead of relying on APIs, the agent interacts with Blinkit by controlling a real browser session through Playwright.
So Claude effectively becomes an agent that can complete a real world shopping task. The project started as an experiment around a simple question: If LLMs can control browsers reliably, do we still need service APIs for automation? Curious what other MCP integrations people are experimenting with.
Basic Google Calendar MCP wrapper when dozens of similar calendar tools already exist.
Claude sees your Neuroglancer viewport and reasons about what it sees — genuine co-scientist workflow.
Multi-Claude coordination via message bus—fills real isolation gap across Claude Code/Desktop/ai.
Exposes the entire UCP shopping flow as discrete MCP tools (ucp_discover, checkout create/update/fulfillment/complete), which is smart because agents need typed, deterministic primitives not brittle browser hacks. It’s practical — pip installable with a CLI entrypoint and basic tests — so you can prototype agent-driven purchases fast. What would push it higher: richer merchant adapter examples, more end-to-end payment/edge-case docs, and clearer security/payment handling guidance.
Agents finally have bank accounts: 402 interception + Lightning payments just works.
Walkthrough mode turns code review into pair programming where the agent points at your screen.