
Depyler Mcp
Gives an AI agent Depyler's Python-to-Rust transpilation, analysis, and verification tools so it can help port Python code into Rust.
About
Depyler Mcp exposes the Depyler Python-to-Rust transpiler as an MCP server, bundling analysis and verification tools alongside the translation. A solo builder reaches for it when they want an AI agent to help port a Python module into Rust and then check that the generated code behaves as intended, keeping the transpile-and-verify loop inside their chat client.
- Python-to-Rust transpiler
- Code analysis tools
- Verification of the translation
- Runs as an MCP server
Depyler Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
What it does
Gives an AI agent Depyler's Python-to-Rust transpilation, analysis, and verification tools so it can help port Python code into Rust.
Who is it for?
porting Python modules to Rust with agent help
Skip if: greenfield code unrelated to porting
What you get
- Rust code transpiled from Python