PluginBench
MCP Server

io.github.gooodbilling/mcp-server MCP Server

io.github.gooodbilling/mcp-server

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

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

How to install io.github.gooodbilling/mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GOOODBILLING_API_TOKEN
    required
    secret

    GooodBilling API トークン (gb_live_...)。https://gooodbilling.com/settings/api-tokens で発行

  • GOOODBILLING_API_BASE_URL

    API ベースURL。任意。既定は https://gooodbilling.com

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "env": {
        "GOOODBILLING_API_TOKEN": "<YOUR_GOOODBILLING_API_TOKEN>",
        "GOOODBILLING_API_BASE_URL": "<YOUR_GOOODBILLING_API_BASE_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "env": {
        "GOOODBILLING_API_TOKEN": "<YOUR_GOOODBILLING_API_TOKEN>",
        "GOOODBILLING_API_BASE_URL": "<YOUR_GOOODBILLING_API_BASE_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "env": {
        "GOOODBILLING_API_TOKEN": "<YOUR_GOOODBILLING_API_TOKEN>",
        "GOOODBILLING_API_BASE_URL": "<YOUR_GOOODBILLING_API_BASE_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "env": {
        "GOOODBILLING_API_TOKEN": "<YOUR_GOOODBILLING_API_TOKEN>",
        "GOOODBILLING_API_BASE_URL": "<YOUR_GOOODBILLING_API_BASE_URL>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env GOOODBILLING_API_TOKEN=<YOUR_GOOODBILLING_API_TOKEN> --env GOOODBILLING_API_BASE_URL=<YOUR_GOOODBILLING_API_BASE_URL> -- npx -y @gooodbilling/mcp-server

Related MCP servers

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Draw and visually collaborate with your agents on tldraw's canvas.

50k
TypeScript
View repository →

Metabase

Active

Lets AI clients search, explore, query, and visualize data in a Metabase instance.

49k
Clojure
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →