iptime mcp for Cursor
io.github.mikusnuz/iptime-mcp
Manage ipTIME routers through a local, safety-gated MCP server with firmware-aware capabilities.
client:Cursor
transport:stdio
runtime:npm
Install iptime mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"iptime-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iptime-mcp"
],
"env": {
"IPTIME_ROUTER_URL": "<IPTIME_ROUTER_URL>",
"IPTIME_ROUTER_USERNAME": "<IPTIME_ROUTER_USERNAME>",
"IPTIME_ROUTER_PASSWORD": "<IPTIME_ROUTER_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs