io.github.EOX-A/EOxElements
io.github.EOX-A/EOxElementsA server to provide information about EOxElements custom elements for coding agents.
Tools · 10
List all available EOxElements custom elements.
Get the full details for a specific EOxElements custom element.
Get the stories (examples/snippets) for a specific EOxElements custom element. This includes descriptions and vanilla JS code snippets.
Get the attributes for a specific EOxElements custom element.
Get the properties for a specific EOxElements custom element.
Get the events for a specific EOxElements custom element.
Get the methods for a specific EOxElements custom element.
Get the slots for a specific EOxElements custom element.
Get the CSS custom properties for a specific EOxElements custom element.
Get the CSS shadow parts for a specific EOxElements custom element.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.eox-a/eoxelements": {
"url": "https://elements.mcp.eox.at",
"transport": "streamable-http"
}
}
}