This server has been archived and is no longer actively maintained.
Eplan_2026_IA_MCP_scripts is an MCP server that creating MCP server for EPLAN 2026 and EEC PRO. Its tool list has not been published yet over stdio, sse and http, requires no API key, and scores 47/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"eplan-2026-ia-mcp-scripts": {
"args": [
"mcp-remote",
"https://rag2026.covaga.xyz/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A collection of AI-assisted automation tools for EPLAN Electric P8 and EPLAN EEC Pro 2026, built around the Model Context Protocol (MCP).
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked pythonnet against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Transport for TMCP using STDIO
The graph based agentic IDE
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Buddhist canon tools: search, passages, cross-canon parallels, dictionaries — all URN-cited.
MCP Security Weekly
Get CVE alerts and security updates for Eplan_2026_IA_MCP_scripts and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
CLAUDE OR ANY AI STILL DON'T UNDERSTAND THE CONTEXT ABOUT HOW TO USE THE TOOL, NO UNLESS IT'S GUIDED AND PLANNED. BE CAREFUL
English | 中文
A collection of AI-assisted automation tools for EPLAN Electric P8 and EPLAN EEC Pro 2026, built around the Model Context Protocol (MCP).
The repo contains three independent sub-projects: a local MCP server that drives EPLAN P8 directly, and two remote MCP servers hosted on Cloudflare Workers that expose the indexed documentation via semantic search.
Working with an LLM here? Read
llm.md— it explains, in LLM-facing terms, everything the toolkit can do and configure.
.
├── eplan-p8-mcp-server/ # LOCAL: MCP server that controls EPLAN P8
├── cloudflare-rag-eplan-p8/ # REMOTE: Cloudflare Worker that serves the P8 docs RAG over MCP
├── cloudflare-rag-eecpro/ # REMOTE: Cloudflare Worker that serves the EEC Pro docs RAG over MCP
└── claude-skills/ # SKILL: Claude Code skill for EPLAN P8 development
| Folder | Type | Purpose | EPLAN product |
|---|---|---|---|
eplan-p8-mcp-server/ | Local Python MCP | Drive a running EPLAN instance from Claude (open/close projects, exports, reports, scripts, etc.) | EPLAN Electric P8 |
cloudflare-rag-eplan-p8/ | Remote Cloudflare Worker | Serve the P8 doc index as a remote MCP + REST API | EPLAN Electric P8 |
cloudflare-rag-eecpro/ | Remote Cloudflare Worker | Serve the EEC Pro doc index as a remote MCP + REST API | EPLAN EEC Pro 2026 |
claude-skills/eplan-development/ | Claude Code skill | Teach Claude to write correct EPLAN scripts, API code, and Remote Client apps (patterns + pitfalls) | EPLAN Electric P8 |
Each sub-project has its own README with installation and usage details.
MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude interact with external tools and services. Instead of just generating code, Claude can actually execute actions in EPLAN in real time and consult documentation through semantic search.
The local MCP server lets Claude drive a running EPLAN instance. It exposes
172 tools: 7 connection/utility tools, 161 EPLAN actions (eplan_*,
every one executed silently inside a C# script under QuietMode — no EPLAN
dialog can block unattended runs), and 4 Asset Administration Shell tools
(aas_*) for AAS/AASX digital-twin export and import. The 161 include 4
live-DataModel tools (eplan_live_query_functions, eplan_live_query_pages,
eplan_live_set_function_text, eplan_live_set_connection_designations) that
read and edit the currently open project's object model via runtime
reflection, working around a script-engine limitation on static using
directives.
The EPLAN version is auto-detected: the server scans
C:\Program Files\EPLAN\Platform and targets the newest installed version.
No configuration needed.
pip install pythonnet mcp
claude mcp add eplan -- python YOURPATH/eplan-p8-mcp-server/mcp_server/server.py
claude mcp list # should list "eplan"
Then start EPLAN, open Claude Code, and say connect to eplan. See eplan-p8-mcp-server/mcp_server/README.md for the full guide.

To use remoting, please proceed as follows:
To start Eplan remoting, you must first activate the Allow remote access via Remote Client setting. You can do this via GUI in the settings dialog (File > Settings... > Workstation > Interfaces > Remote access).

These are already deployed and ready to use — no local data required:
# EPLAN Electric P8 docume
... [View full README on GitHub](https://github.com/covagashi/Eplan_2026_IA_MCP_scripts#readme)