MCP server for STM32CubeIDE automation: build, codegen, flash, debug via AI tools. Includes BaudDance-style OLED Chinese font generation (oled_add_zh_font).
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-stm32cubeide-ser": {
"command": "uvx",
"args": [
"mcp-stm32cubeide-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-stm32cubeide-ser uvx mcp-stm32cubeide-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-stm32cubeide-ser": {
"command": "uvx",
"args": [
"mcp-stm32cubeide-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-stm32cubeide-server