mcpbeat Sign in

Gooodbilling MCP Server

by gooodbilling Your server? Claim it
local only

Gooodbilling runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 7 Jun 2026.

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

Installs per day peak 22 · avg 6 · +247% w/w
a month agotoday
45
Installs / week
npm · @gooodbilling/mcp-server
0
Stars
0 open issues
7 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gooodbilling every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @gooodbilling/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@gooodbilling/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@gooodbilling/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOOODBILLING_API_TOKEN (GooodBilling API トークン (gb_live_...)。https://gooodbilling.com/settings/api-tokens で発行), GOOODBILLING_API_BASE_URL (API ベースURL。任意。既定は https://gooodbilling.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gooodbilling

same job, measured the same way
Qcqx Project Manage MCP
by qxchuckle

qcqx-project-manage MCP Server — 将项目管理能力暴露给 AI Agent(Cursor、Claude Desktop 等)

26 installs/wk local only
Web2md
by web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

108 installs/wk local only
Relay
by mhcoen

MCP relay server for Claude Desktop <-> Claude Code communication

105 installs/wk local only
MCP OAuth Connect
by gfbytes

Ping-only MCP origin for claude.ai, Desktop, Cursor, and Grok Connectors.

answering
OpenClaw MCP Server
by freema

MCP server bridging Claude.ai/Desktop with self-hosted OpenClaw via OAuth 2.1.

321 installs/wk local only
I
Feedlio
by itechsoftsolution16

Feedlio MCP server exposing posting and scheduling tools to Claude Desktop and Claude Code.

136 installs/wk local only
Soul MCP Server
by antoniotf5

MCP server for validating and generating SOUL.md agent identity files from Claude Desktop.

67 installs/wk local only
Gency MCP
by gency

Gency AI product image generation - MCP server for Claude, Codex, Cursor, VS Code

87 installs/wk local only

Gooodbilling — questions

Answers built from our own checks of this server.

Why is there no uptime for Gooodbilling?
Gooodbilling runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gooodbilling/mcp-server was installed 45 times last week.
How do I connect Gooodbilling?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gooodbilling/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Gooodbilling?
The npm package @gooodbilling/mcp-server was installed 45 times in the last week. Week over week that is +247%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gooodbilling open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.