FANUC 0i-F Plus Parameters MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FANUC 0i-F Plus Parameters MCP ServerWhat is FANUC parameter 1769?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FANUC 0i-F Plus Parameters MCP Server
這是一個可直接執行的 Python MCP Server,包含目前對話中整理的 FANUC 參數:
1660、1735、1769、1783、19539。
資料完整性說明:目前工作區沒有原始 PDF 或先前產生的 JSON,因此專案只保留 對話中已明確整理的內容;資料型態、單位、範圍、頁碼等未確認欄位為
null。19539明確保留為unresolved,沒有推測或補寫定義。
需求
Python 3.10 或更新版本
Related MCP server: foundry net-industrial
安裝
Windows PowerShell:
cd fanuc-mcp-server
python -m venv .venv
.\.venv\Scripts\Activate.ps1
python -m pip install -r requirements.txtmacOS / Linux:
cd fanuc-mcp-server
python3 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt執行
伺服器使用 stdio transport:
python server.py直接執行時等待 MCP Client 從標準輸入連線是正常行為。
MCP Client 設定
mcp.json 提供從專案目錄啟動的範例。若 Client 不支援 cwd,請把
args 中的 server.py 改成其絕對路徑;建議也改用虛擬環境內 Python 的絕對路徑。
{
"mcpServers": {
"fanuc-parameters": {
"command": "C:\\完整路徑\\fanuc-mcp-server\\.venv\\Scripts\\python.exe",
"args": ["C:\\完整路徑\\fanuc-mcp-server\\server.py"]
}
}
}提供的 Tools
get_fanuc_parameter(parameter_no):取得單一參數list_fanuc_parameters(include_unresolved=true):列出參數search_fanuc_parameters(query, include_unresolved=true):文字搜尋compare_fanuc_parameters(parameter_numbers):比較多個參數
範例提問:
請查詢 FANUC 1769比較 FANUC 1660、1735、1769搜尋「時間常數」19539 的解析狀態是什麼?
提供的 Resources
fanuc://manuals/b64700ct-01fanuc://parameters/{parameter_no}
測試
在專案根目錄執行:
python -m unittest discover -s tests -v測試會確認:
恰好包含 5 個指定參數
19539保持unresolved且沒有名稱或摘要關鍵字搜尋正常
每筆 JSONL 都符合 JSON Schema
也可用官方 MCP Inspector 做互動測試(需要 Node.js):
npx -y @modelcontextprotocol/inspector python server.py專案結構
fanuc-mcp-server/
├── data/
│ └── fanuc_parameters.jsonl
├── schema/
│ └── parameter.schema.json
├── tests/
│ ├── test_repository.py
│ └── test_schema.py
├── repository.py
├── resources.py
├── tools.py
├── server.py
├── requirements.txt
├── mcp.json
└── README.md後續擴充
新增資料時,每行加入一個符合 schema/parameter.schema.json 的 JSON 物件,然後重新
執行測試。對尚未從手冊確認的參數,請使用 status: "unresolved" 並保留未知欄位為
null。
FANUC_MCP
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityAmaintenanceEnables search and management of Renesas FSP documentation, code examples, API references, and dependencies for RA MCU development.Last updated9
- FlicenseAqualityAmaintenanceCross-OEM industrial machine intelligence. Normalizes telemetry across 16 manufacturer families (Fanuc, Siemens, Haas, DMG Mori, Mazak), enables plain-English operational automation, and produces tamper-evident work records. 14 MCP tools.Last updated14
- Flicense-qualityCmaintenanceEnables AI-powered PLC programming with natural language to ladder logic conversion, L5X and .ACD project generation, and semantic search through L5X files and documentation.Last updated31
- Alicense-qualityCmaintenanceThe first and only MCP server for PLC (Programmable Logic Controller) intelligence. Give any AI agent direct access to industrial automation data — ladder logic, tag databases, cross-references, fault root cause analysis, and sequence blockersLast updatedMIT
Related MCP Connectors
Cross-OEM industrial machine intelligence: identity, normalization, automation, attestation.
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
Read-only tools over the Psychopathia Machinalis nosology: 79 conditions, 11 tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tsai70213-debug/FANUC_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server