https://github.com/stonega/element-mcp
https://github.com/stonega/element-mcp
mcp mcp-server
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stonega/element-mcp
- Owner: stonega
- Created: 2025-03-11T04:08:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-11T14:32:01.000Z (7 months ago)
- Last Synced: 2025-03-20T03:14:11.776Z (7 months ago)
- Topics: mcp, mcp-server
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Element MCP
## Description
Element MCP is a Chrome extension that allows you to select and store DOM elements on a webpage.
## Features
- Select and store DOM elements on a webpage
- View stored elements in a table## Usage
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## Credit