FC 26 MCP
FC 26 MCP
EA SPORTS FC 26용 MCP 서버입니다. Claude, Codex, Pi, Cursor, Cline, Windsurf 및 Model Context Protocol을 지원하는 모든 에이전트와 함께 작동합니다.
두 개의 서버가 포함되어 있습니다:
fc26-mcp-file— FBCHUNKS/T3DB 형식의 원시Squads*파일을 구문 분석하고 편집합니다.fc26-mcp-live— 게임 실행 중 xAranaktu의 Live Editor Lua API를 통해 FC 26을 제어합니다.
설치
PyPI에서:
pip install fc26-mcpGitHub에서:
pip install git+https://github.com/INSANE0777/Fc26-live-editor-mcp.git소스에서:
git clone https://github.com/INSANE0777/Fc26-live-editor-mcp.git
cd fc26-mcp
pip install -e .Related MCP server: MCP Partidos de Fútbol
GUI 편집기
스쿼드 파일을 열고 UI에서 완전히 편집할 수 있는 데스크톱 GUI(tkinter, 추가 종속성 없음)입니다. MCP 클라이언트나 Live Editor가 필요하지 않습니다:
fc26-mcp-gui # open via file dialog
fc26-mcp-gui "path/to/Squads..." # open a specific squad file directly기능:
모든 78개 DB 테이블에서 행 검색/편집/삭제 (테이블별 필터 상자)
이름 또는 ID로 플레이어 검색, 현재 클럽 및 임대 상태 표시
원클릭 이적 — 플레이어 + 대상 팀 선택, 모든 클럽 링크에 적용 (국가대표팀 링크는 자동으로 유지)
임대 종료 —
playerloans행 제거저장 전 자동 백업 및 수동 백업 버튼
저장되지 않은 변경 사항 표시기; 저장 시 동일한 파일(또는 복사본)에 다시 씁니다.
참고: 스쿼드 파일의 dcplayernames 테이블은 불완전합니다(약 22,000명 중 약 6,000명). 따라서 많은 플레이어의 이름이 ?로 표시됩니다. 해당 플레이어는 플레이어 ID로 검색하세요.
경로
패키지는 플레이스홀더 경로를 사용합니다. 명령줄 플래그 또는 환경 변수를 통해 실제 경로를 설정하세요:
항목 | 플래그 | 환경 변수 | 예시 |
스쿼드 파일 |
|
|
|
Live Editor 브리지 폴더 |
|
|
|
Live Editor 스크립트 폴더 |
| — |
|
빠른 시작
1. 스쿼드 파일 MCP
fc26-mcp-file --squad-file "C:\Path\To\SquadsFile"번들된 FC 26 메타데이터가 자동으로 사용됩니다. --meta-file로 재정의할 수 있습니다.
2. Live Editor MCP 브리지
FC 26을 실행하고 Live Editor를 주입합니다.
커리어 모드를 로드합니다.
Lua 브리지를 Live Editor에 한 번 설치합니다:
fc26-mcp-live --install-lua "C:\Path\To\Your\FC 26 LE\lua\scripts"Live Editor에서 Features → Lua Engine으로 이동하여
le_bridge.lua를 실행합니다.MCP 서버를 시작합니다:
fc26-mcp-live --bridge-root "C:\Path\To\Your\FC 26 LE\le_bridge"도구
파일 파서
list_clubssearch_playersget_player_clubplan_transfersapply_transfers
Live Editor 브리지 (28개 도구)
핵심:
le_ping,le_list_clubs,le_search_players,le_get_player_club이적/임대:
le_transfer_player,le_loan_player,le_release_player,le_terminate_loan리스트:
le_add_to_transfer_list,le_add_to_loan_list,le_remove_from_lists,le_is_transfer_listed,le_is_loan_listed플레이어 상태:
le_set_player_sharpness,le_set_player_morale,le_set_player_form,le_set_player_fitness예산:
le_get_transfer_budget,le_set_transfer_budget데이터베이스 편집기:
le_get_db_tables,le_get_db_fields,le_get_db_rows,le_edit_db_field,le_insert_db_row,le_delete_db_row통계:
le_get_players_stats,le_get_player_stats파워 유저:
le_execute_lua
자세한 Live Editor 문서는 README_LE_BRIDGE.md를 참조하세요.
MCP 클라이언트 설정
mcp_config.json을 템플릿으로 사용하거나 다음 서버를 수동으로 추가하세요:
{
"mcpServers": {
"fc26-file": {
"command": "fc26-mcp-file",
"args": [
"--squad-file",
"C:\Path\To\SquadsFile"
]
},
"fc26-live": {
"command": "fc26-mcp-live",
"args": [
"--bridge-root",
"C:\Path\To\Your\FC 26 LE\le_bridge"
]
}
}
}Claude Desktop
claude_desktop_config.json을 열고 위의 서버 블록을 추가하세요.
Cursor
Cursor Settings → MCP → Add MCP Server를 열고 명령어와 인수를 붙여넣으세요.
Cline / Roo Code
MCP 설정 파일에 JSON을 추가하세요.
Pi
Pi는 mcp_config.json 또는 작업 공간 설정에서 stdio MCP 서버를 감지합니다.
환경 변수
변수 | 목적 |
|
|
| 번들된 FC 26 메타데이터 XML 재정의 |
|
|
안전
편집하기 전에 항상 스쿼드 파일과 커리어 모드 저장 파일을 백업하세요.
커리어 모드 도구는 커리어 모드에서만 작동합니다.
le_execute_lua는 임의의 코드를 실행할 수 있으므로 주의해서 사용하세요.
라이선스
MIT
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
- Alicense-qualityCmaintenanceAn open-source MCP server that connects to the SoccerDataAPI to deliver up-to-date football match information via natural language interactions.39MIT
- Alicense-qualityDmaintenanceA Python-based MCP server that extracts football match data from multiple global sources like ESPN and BBC Sport using intelligent web scraping. It enables AI assistants to retrieve scheduled matches, real-time scores, and broadcasting details with advanced filtering for high-profile games.MIT
- AlicenseBqualityAmaintenanceMCP servers for KiCad schematic, PCB, symbol, footprint, and project automation, enabling AI-assisted electronic design via tools for read/write, analysis, and exports.1095MIT
- Alicense-qualityBmaintenanceProvides MCP servers for AI-driven video editing. Enables offline editing of CapCut drafts and remote control of Adobe Premiere Pro via UXP plugin, with shared media analysis for beat detection and transcription.MIT
Related MCP Connectors
MCP Server for Slima - AI Writing IDE for Novel Authors with AI Beta Reader.
MCP server for Google Veo AI video generation
MCP server for Grok Imagine AI video generation
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/INSANE0777/Fc26-live-editor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server