paywall mcp for Cline
io.github.llmops-pro/paywall-mcp
Lightning-paywall sidecar: wraps any stdio MCP server, requires paid invoices before tool calls.
client:Cline
transport:stdio
runtime:npm
Install paywall 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": {
"paywall-mcp": {
"command": "npx",
"args": [
"-y",
"paywall-mcp"
],
"env": {
"PAYWALL_UPSTREAM_COMMAND": "<PAYWALL_UPSTREAM_COMMAND>",
"PAYWALL_UPSTREAM_ARGS": "<PAYWALL_UPSTREAM_ARGS>",
"NWC_CONNECTION_STRING": "<NWC_CONNECTION_STRING>",
"PAYWALL_DEFAULT_PRICE_SATS": "<PAYWALL_DEFAULT_PRICE_SATS>",
"PAYWALL_PRICE_MAP": "<PAYWALL_PRICE_MAP>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs