mcp-e2studio-server

Helistana/mcp-e2studio-server
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for Renesas e2studio RA/RX embedded automation: build, flash and debug via AI tools (Claude Code / opencode). All tools return structured JSON with isError handling.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-e2studio-server": {
      "command": "uvx",
      "args": [
        "mcp-e2studio-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-e2studio-server