Awesome list of MCP servers for interacting with hardware and the physical world.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-mcp-hardware": {
"command": "npx",
"args": [
"-y",
"beriberikix/awesome-mcp-hardware"
]
}
}
}
Run in terminal:
claude mcp add awesome-mcp-hardware npx -y beriberikix/awesome-mcp-hardware
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-mcp-hardware": {
"command": "npx",
"args": [
"-y",
"beriberikix/awesome-mcp-hardware"
]
}
}
}