Skip to content
Cursor

sipnav mcp for Cursor

io.github.werebear73/sipnav-mcp

MCP server for the SIPNAV VOIP switch.

client:Cursor transport:stdio runtime:nuget

Install sipnav mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sipnav-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Waretech.SipnavMcp",
        "--yes"
      ],
      "env": {
        "SIPNAV_USERNAME": "<SIPNAV_USERNAME>",
        "SIPNAV_PASSWORD": "<SIPNAV_PASSWORD>",
        "SIPNAV_API_URL": "<SIPNAV_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sipnav mcp in other clients