npm @eox/elements-mcp-serverstreamable-httpMITupdated 12d ago
A Web Component collection of geospatial UI elements, crafted by EOX.
EOxElements で何ができる?
EOxElements
A Web Component collection of geospatial UI elements, crafted by EOX.
Documentation, Examples
Please find descriptions, API docs and interactive examples here.
Elements
- ⭕️ Alpha elements are in-development and may have many frequent breaking changes.
- 🟡 Beta elements are mostly polished and ready for use, but may still have breaking changes.
- ✅ Stable elements are reviewed, documented, and API complete.
Usage
For detailed descriptions and documentation on the individual elements, please check out the READMEs in the element subfolders.
Bundlers (Vite, Webpack, etc.)
npm install @eox/<element>
import "@eox/<element>"
<eox-element></eox-element>
Script tag
<eox-element></eox-element>
<script type="module">
import "@eox/<element>" from "https://cdn.skypack.dev/@eox/<element>"
</script>
Development
For detailed development instructions, including monorepo structure, coding standards, and testing procedures, please refer to the Contributing Guide.
AI Agents working in this repository should also consult AGENTS.md for specific guidelines on maintaining documentation and ensuring compatibility with the MCP server.
License
By contributing to EOxElements, you agree that your contributions will be licensed under the repository's LICENSE.
Previous versions
The main branch of this project contains the v2 version of EOxElements. For the (legacy) v1 EOxElements, please see the v1 branch.
インストール
EOxElements をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"elements-mcp-server": {
"type": "http",
"url": "https://elements.mcp.eox.at"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add elements-mcp-server -- npx -y @eox/elements-mcp-servercodex mcp add elements-mcp-server -- npx -y @eox/elements-mcp-serveramp mcp add elements-mcp-server -- npx -y @eox/elements-mcp-server{
"mcpServers": {
"elements-mcp-server": {
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"elements-mcp-server": {
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"elements-mcp-server": {
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"elements-mcp-server": {
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"elements-mcp-server": {
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"elements-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"elements-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"@eox/elements-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @eox/elements-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント16/25
- メンテナンス25/25
- 信頼性16/20
- 機能0/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.2.1最新 | 2026年5月21日 |
| 1.2.0 | 2026年5月21日 |
| 1.1.0 | 2026年1月20日 |
| 1.0.1 | 2025年12月16日 |