mcpbeat Sign in

Festo Codesys MCP Server

by efranceschetti Your server? Claim it
local only

Festo Codesys MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm.

MCP server for Festo/CODESYS PLCs: IEC 61131-3 ST + validated PLCopen XML generation.

Installs per day peak 224 · avg 12 · -30% w/w
a month agotoday
31
Installs / week
npm · festo-codesys-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Festo Codesys MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add festo-codesys-mcp -- npx -y festo-codesys-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "festo-codesys-mcp": {
      "args": [
        "-y",
        "festo-codesys-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.festo-codesys-mcp]
command = "npx"
args = ["-y", "festo-codesys-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "festo-codesys-mcp": {
      "args": [
        "-y",
        "festo-codesys-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "festo-codesys-mcp": {
      "args": [
        "-y",
        "festo-codesys-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FESTO_MCP_CODESYS_PATH (Optional. Absolute path to CODESYS.exe — enables the 12 ide_* tools that drive a live CODESYS V3.5 instance (Windows only).), FESTO_MCP_CODESYS_PROFILE (Required when using the ide_* tools. CODESYS profile name exactly as shown in the CODESYS version selector.), FESTO_MCP_PYTHON (Optional. Python interpreter for the XSD/semantic validators and hardware tools (needs lxml).), FESTO_MCP_ENABLE_HARDWARE (Optional. Set to 1 to enable the cpx_*/edcon_* hardware commissioning tools (bench use only).), FESTO_MCP_ALLOW_OUTSIDE_WORKSPACE (Optional. Set to 1 to allow file-writing tools to write outside the workspace directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Festo Codesys MCP

same job, measured the same way
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only
Tetrad
by samoradc

Quadruple consensus MCP server for code validation using Codex, Gemini, and Qwen

50 installs/wk local only
GPT Image
by codechap

MCP server for OpenAI GPT image generation and editing

local only
Grok Image
by codechap

MCP server for Grok image generation and editing

local only
CodeWiki MCP — AI-generated docs for GitHub repos
by izzzzzi

MCP server for codewiki.google: search repos, fetch wiki docs, ask questions

59 installs/wk local only
MCP Nano Banana
by codefi

MCP server for Google Nano Banana (Gemini) image generation

61 installs/wk local only
Sceneview
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

148 installs/wk local only
SceneView
by sceneview

3D & AR SDK for Android, iOS, Web — API docs, samples, validation, and code generation.

local only

Festo Codesys MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Festo Codesys MCP?
Festo Codesys MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package festo-codesys-mcp was installed 31 times last week.
How do I connect Festo Codesys MCP?
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 runs locally, so the command pulls festo-codesys-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Festo Codesys MCP?
The npm package festo-codesys-mcp was installed 31 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.