Skip to content
Cline

mcp server for Cline

io.github.gooodbilling/mcp-server

GooodBilling 公式 MCP Server — Claude Desktop / Cursor 等の MCP 対応クライアントから AI ファーストで請求書・見積を操作する

client:Cline transport:stdio runtime:npm

Install mcp server 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

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

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "env": {
        "GOOODBILLING_API_TOKEN": "<GOOODBILLING_API_TOKEN>",
        "GOOODBILLING_API_BASE_URL": "<GOOODBILLING_API_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp server in other clients