PluginBench
MCP Server

io.github.werebear73/sipnav-mcp MCP Server

io.github.werebear73/sipnav-mcp

What is the io.github.werebear73/sipnav-mcp MCP server?

MCP server for the SIPNAV VOIP switch.

How to install io.github.werebear73/sipnav-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SIPNAV_USERNAME
  • SIPNAV_PASSWORD
  • SIPNAV_API_URL
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sipnav-mcp": {
      "command": "dnx",
      "args": [
        "Waretech.SipnavMcp"
      ],
      "env": {
        "SIPNAV_USERNAME": "<YOUR_SIPNAV_USERNAME>",
        "SIPNAV_PASSWORD": "<YOUR_SIPNAV_PASSWORD>",
        "SIPNAV_API_URL": "<YOUR_SIPNAV_API_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "sipnav-mcp": {
      "command": "dnx",
      "args": [
        "Waretech.SipnavMcp"
      ],
      "env": {
        "SIPNAV_USERNAME": "<YOUR_SIPNAV_USERNAME>",
        "SIPNAV_PASSWORD": "<YOUR_SIPNAV_PASSWORD>",
        "SIPNAV_API_URL": "<YOUR_SIPNAV_API_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "sipnav-mcp": {
      "command": "dnx",
      "args": [
        "Waretech.SipnavMcp"
      ],
      "env": {
        "SIPNAV_USERNAME": "<YOUR_SIPNAV_USERNAME>",
        "SIPNAV_PASSWORD": "<YOUR_SIPNAV_PASSWORD>",
        "SIPNAV_API_URL": "<YOUR_SIPNAV_API_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "sipnav-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Waretech.SipnavMcp"
      ],
      "env": {
        "SIPNAV_USERNAME": "<YOUR_SIPNAV_USERNAME>",
        "SIPNAV_PASSWORD": "<YOUR_SIPNAV_PASSWORD>",
        "SIPNAV_API_URL": "<YOUR_SIPNAV_API_URL>"
      }
    }
  }
}
Claude Code
claude mcp add sipnav-mcp --env SIPNAV_USERNAME=<YOUR_SIPNAV_USERNAME> --env SIPNAV_PASSWORD=<YOUR_SIPNAV_PASSWORD> --env SIPNAV_API_URL=<YOUR_SIPNAV_API_URL> -- dnx Waretech.SipnavMcp

Related MCP servers

Model Context Protocol server for Gitea (and Forgejo, Codeberg).

View repository →