Element MCP
by stonega
Element MCP is a Chrome extension that allows users to select and store DOM elements on a webpage. It provides a simple way to manage and view selected elements.
Last updated: N/A
What is Element MCP?
Element MCP is a Chrome extension designed to simplify the process of selecting and storing DOM elements from webpages. It provides a user-friendly interface for managing these elements.
How to use Element MCP?
To use Element MCP: 1. Clone the repository. 2. Run bun start
to start the server. 3. Open Chrome and navigate to chrome://extensions/
. 4. Click 'Load unpacked' and select the extension
directory. 5. Click 'Element MCP' to enable the extension. 6. Select an element on the webpage. 7. The element will be stored in the server.
Key features of Element MCP
Select and store DOM elements
View stored elements in a table
Use cases of Element MCP
Web scraping
Web development
DOM element management
Testing
FAQ from Element MCP
What is Element MCP?
What is Element MCP?
Element MCP is a Chrome extension for selecting and storing DOM elements.
How do I install Element MCP?
How do I install Element MCP?
Clone the repository, start the server, and load the unpacked extension in Chrome.
What can I do with stored elements?
What can I do with stored elements?
You can view them in a table and use them for various web development tasks.
Does Element MCP require a server?
Does Element MCP require a server?
Yes, it requires a server started with bun start
.
Where are the stored elements saved?
Where are the stored elements saved?
The README doesn't specify where the elements are stored, but it implies they are stored on the server.