arduino-mcp-server
@dido18
About arduino-mcp-server
An arduino mcp server written in go
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is arduino-mcp-server?
An MCP (Model Context Protocol) server written in Go that integrates with Arduino tooling. It allows listing connected boards, compiling sketches, and uploading firmware, primarily targeting developers using VSCode.
How to use arduino-mcp-server?
Clone the repository, build with go build ., move the binary to a desired location, then configure the server in VSCode’s settings.json or a workspace .vscode/mcp.json file. Set the type to stdio and the command to the binary path.
Key features of arduino-mcp-server
- List connected Arduino boards.
- Compile sketches with a specified board FQBN.
- Compile and upload sketches in one step.
- Upload compiled sketches to a specific port.
Use cases of arduino-mcp-server
- Compile and upload an Arduino sketch from within VSCode.
- Automate board discovery during development.
- Integrate Arduino compilation and flashing into AI‑assisted workflows via MCP.
FAQ from arduino-mcp-server
—
Basic information
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments