sipnav mcp for Cline
io.github.werebear73/sipnav-mcp
MCP server for the SIPNAV VOIP switch.
client:Cline
transport:stdio
runtime:nuget
Install sipnav mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"sipnav-mcp": {
"command": "dnx",
"args": [
"Waretech.SipnavMcp",
"--yes"
],
"env": {
"SIPNAV_USERNAME": "<SIPNAV_USERNAME>",
"SIPNAV_PASSWORD": "<SIPNAV_PASSWORD>",
"SIPNAV_API_URL": "<SIPNAV_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs