War Thunder Replay MCP
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., "@War Thunder Replay MCPdownload replay for user 12345 session abc-def"
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.
War Thunder Replay MCP
War Thunder 서버 리플레이의 모든 .wrpl 조각을 내려받는 독립 로컬 MCP
서버입니다.
USER_ID로 리플레이를 검색하고 정확한 SESSION_ID를 찾은 뒤, War Thunder
리플레이 API에서 메타데이터를 읽어 세션별 폴더에 병렬로 다운로드합니다.
요구 사항
Python 3.13
warthunder.com에 로그인된 Microsoft Edge
Edge 쿠키를 사용할 수 없는 환경에서는 WARTHUNDER_LOGIN_COOKIE 환경변수에
쿠키 문자열을 설정할 수 있습니다. 쿠키 값은 MCP 도구의 인자나 결과에 노출되지
않습니다.
Related MCP server: peek
설치 및 검증
cd <warthunder-replay-mcp-directory>
uv sync
uv run pytest
uv run ruff check .MCP 서버 실행
uv run warthunder-replay-mcp서버는 로컬 MCP 클라이언트용 stdio 전송을 사용합니다. stdout은 MCP 메시지
전용이며 다운로드 진행 상황은 stderr에 출력됩니다.
제공 도구:
get_mcp_status: 저장 위치와 인증 방식을 확인합니다.download_replay:user_id,session_id,max_workers를 받아 리플레이를 다운로드합니다.
파일은 항상 WARTHUNDER_REPLAY_DOWNLOAD_ROOT\<session_id>\ 아래에 저장됩니다.
환경변수를 생략하면 현재 작업 폴더의 Downloads\<session_id>\를 사용합니다.
MCP 클라이언트 설정 예시
[mcp_servers.warthunder_replay]
command = "C:\\path\\to\\warthunder-replay-mcp\\.venv\\Scripts\\warthunder-replay-mcp.exe"
cwd = "C:\\path\\to\\warthunder-replay-mcp"
[mcp_servers.warthunder_replay.env]
WARTHUNDER_REPLAY_DOWNLOAD_ROOT = "C:\\path\\to\\replay-downloads"인증 참고 사항
기본값은
browser-cookie3를 이용한 Microsoft Edge 쿠키 자동 로드입니다.Edge가 실행 중이거나 Windows 보안 정책이 쿠키 복호화를 막으면 자동 로드가 실패할 수 있습니다.
이때
WARTHUNDER_LOGIN_COOKIE를 MCP 서버 프로세스 환경에만 설정하세요.높은 동시 다운로드 수는 연결 초기화를 늘릴 수 있어 2~3개부터 권장합니다.
프로젝트 구조
src/warthunder_replay_mcp/
cli.py
config.py
downloader.py
server.py
tests/docs/, scripts/, examples/는 로컬 보조 자료로 기본 .gitignore 대상입니다.
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
- Flicense-qualityDmaintenanceEnables parsing, downloading, and converting HLS (m3u8) streaming media through FFmpeg integration. Provides a desktop application with MCP server capabilities for handling streaming playlists, extracting segments, and managing video downloads.1
- AlicenseAqualityBmaintenanceRecords masked browser sessions (rrweb DOM + console + network) to a local SQLite store and exposes them to AI coding agents via stdio MCP. Fully local, no SaaS, no telemetry.107Apache 2.0
- Alicense-qualityDmaintenanceAutomates searching and downloading construction specifications from a public engineering website using Playwright, supporting batch downloads and multiple formats.6MIT
- FlicenseBqualityDmaintenanceAutomates navigation of UpGrad's learning platform using Playwright to extract class transcripts and download resources.22
Related MCP Connectors
Fetch transcripts, subtitles, chapters, metadata and frames from YouTube and 10+ video platforms
Track Bilibili creators and get the latest updates on videos, dynamics, and articles. Fetch user p…
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/SMOKE-19/warthunder-replay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server