MCP Server
https://x.com/LumiTeh / https://www.lumiteh.com/ / https://github.com/LumiTeh-hub
Overview
What is MCP? The Model Context Protocol (MCP) enables AI assistants like Claude, Cursor, and others to access external tools and data sources through specialized servers, overcoming their inherent limitations.
At LumiTeh, we’ve developed an MCP server implementation focused specifically on browser control, allowing you to instruct Claude or Cursor to act on your behalf on the web directly from the chat interface.
LumiTeh-MCP: Browser Control for AI Agents
The LumiTeh-MCP implementation mirrors the LumiTeh API offering. With LumiTeh-MCP, LLM systems can extend their capabilities to browser control, tackling even complex tasks:
Enhanced coding assistance through real-time documentation access
Access Stack Overflow answers and Hacker News discussions
Automated form completion for repetitive tasks with built-in authentication
Download files and resources from specified websites
Data collection from websites without available APIs
Streamlined research workflows with AI-assisted browsing
Setup: How to Integrate LumiTeh with MCP Server
LumiTeh commands via MCP Server
Agent Operations
lumiteh_operator
Run a LumiTeh agent to complete a task on any website
Page Interaction & Scraping
lumiteh_observe
Observe elements and available actions on the current page
lumiteh_screenshot
Take a screenshot of the current page
lumiteh_scrape
Extract structured data from the current page
lumiteh_step
Execute an action on the current page
Session Management
lumiteh_start_session
Start a new cloud browser session
lumiteh_list_sessions
List all active browser sessions
lumiteh_stop_session
Stop the current session
Last updated