export
New4.2kSmitheryGeneralby pytorch
Export a PyTorch model to .pte format for ExecuTorch. Use when converting models, lowering to edge, or generating .pte files.
First seen 5/22/2026
Install & Usage
1
Open your MCP config
~/.claude.json2
Add the server config
Add the configuration to "mcpServers": { "export": { "command": "...", "args": [] } }
3
Restart Claude Code
/mcpView source on GitHub
ai-&-mlcoding
Security Audits
LicenseUnknownSourceWarnRepositoryPass
Frequently Asked Questions
What is export?
Export a PyTorch model to .pte format for ExecuTorch. Use when converting models, lowering to edge, or generating .pte files.
How to install export?
To install export: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "export": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is export best for?
export is a mcp categorized under General. It is designed for: ai-&-ml, coding. Created by pytorch.