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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-e2studio-server": {
"command": "uvx",
"args": [
"mcp-e2studio-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-e2studio-server uvx mcp-e2studio-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-e2studio-server": {
"command": "uvx",
"args": [
"mcp-e2studio-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-e2studio-server