mcp for Cursor
com.jettyd/mcp
Connect AI agents to IoT devices — read sensors, send commands, manage ESP32 fleets.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jettyd/mcp"
],
"env": {
"JETTYD_API_KEY": "<JETTYD_API_KEY>",
"JETTYD_BASE_URL": "<JETTYD_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs