mcpbeat

EOxElements MCP Server

io.github.EOX-A/EOxElements
answering

EOxElements is answering right now. Last checked 15 min ago. 80 installs a week from npm. It exposes 10 tools. Last commit 28 Jul 2026.

A server to provide information about EOxElements custom elements for coding agents.

Installs per day peak 32 · avg 10 · +67% w/w
a month agotoday
Uptime history 44 hours of history
44 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
233 ms
Response time
average over 24h
80
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add EOxElements --transport http https://elements.mcp.eox.at
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "EOxElements": {
      "url": "https://elements.mcp.eox.at"
    }
  }
}
~/.codex/config.toml
[mcp_servers.EOxElements]
url = "https://elements.mcp.eox.at"
.cursor/mcp.json
{
  "mcpServers": {
    "EOxElements": {
      "url": "https://elements.mcp.eox.at"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "EOxElements": {
      "url": "https://elements.mcp.eox.at"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

element
get_element_attributes
Get the attributes for a specific EOxElements custom element.
get_element_css_parts
Get the CSS shadow parts for a specific EOxElements custom element.
get_element_css_properties
Get the CSS custom properties for a specific EOxElements custom element.
get_element_details
Get the full details for a specific EOxElements custom element.
get_element_events
Get the events for a specific EOxElements custom element.
get_element_methods
Get the methods for a specific EOxElements custom element.
get_element_properties
Get the properties for a specific EOxElements custom element.
get_element_slots
Get the slots for a specific EOxElements custom element.
get_element_stories
Get the stories (examples/snippets) for a specific EOxElements custom element. This includes descriptions and vanilla JS code snippets.
elements
list_elements
List all available EOxElements custom elements.

Endpoints

URLTransportStateLatencyChecked
https://elements.mcp.eox.at streamable-http answering 250 ms 15 min ago

EOxElements — questions

Answers built from our own checks of this server.

What can EOxElements do?
It exposes 10 tools, read directly from the server on our last check. Among them: get_element_attributes, get_element_css_parts, get_element_css_properties, get_element_details, get_element_events, get_element_methods and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is EOxElements working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 233 ms. The bar chart above shows every period we have measured.
How do I connect EOxElements?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does EOxElements need an API key?
No. EOxElements completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is EOxElements?
It answers our handshake in 233 ms on average, which is faster than 56% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use EOxElements?
The npm package @eox/elements-mcp-server was installed 80 times in the last week. Week over week that is +67%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is EOxElements open source?
Yes — it is published under the MIT licence, written in JavaScript, 34 stars on GitHub and 126 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.