commonninja mcp server for Claude Desktop
io.github.commonninja/commonninja-mcp-server
Create, update, and manage live Common Ninja website widgets in natural language. 100+ widget types.
client:Claude Desktop
transport:streamable-http
Install commonninja mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"commonninja-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.commoninja.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs