mcpbeat Sign in

EOxElements MCP Server

answering

EOxElements is answering right now. Last checked 4 min ago. 99 installs a week from npm. It exposes 10 tools. Last commit 15 Sep 2026.

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

Installs per day peak 25 · avg 13 · +179% w/w
a month agotoday
Uptime history 47 days of history · worst day 42%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
240 ms
Response time
average over 24h
99
Installs / week
npm and PyPI

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime elements/map/src/methods/map/setters.js:136
  const newLayers = eval("(" + serialize(layers) + ")");
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/release-please.yml:32
      - name: Update npm
        run: npm install -g npm@latest
        if: ${{ fromJSON(steps.release.outputs.releases_created) }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 4 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 253 ms 4 min ago

Alternatives to EOxElements

same job, measured the same way
Incode Idv MCP
by incodetechnologies

MCP server for Incode IDV, providing identity verification tools for AI assistants.

47 installs/wk local only
Recraft MCP Server
by muhammetali

Recraft AI Image Generation MCP Server for AI coding agents

84 installs/wk local only
Weather Server Python
by lxchst

An MCP server that provides weather information

61 installs/wk local only
Weather
by yuv24793

An MCP server that provides weather information.

35 installs/wk local only
Cdgcsearchmetadata
by poojabjacharya

Provides metadata information to AI agents through the search API.

answering
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Huoshui File Converter
by huoshuiai42

An MCP server that provides document format conversion

26 installs/wk local only
Asc MCP Server
by muhammetali

App Store Connect MCP Server for AI coding agents

51 installs/wk local only

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 92 of 92 checks got a reply (100.0%), average response time 240 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 240 ms on average, which is faster than 59% 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 99 times in the last week. Week over week that is +179%. 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, 35 stars on GitHub and 127 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.