mcp-freshbooks
mcp-freshbooks
FreshBooks용 프로덕션급 MCP 서버 — 청구서, 고객, 비용, 결제, 시간 추적, 프로젝트, 견적, 재무 보고서 및 스마트 워크플로우를 위한 53개의 도구를 제공합니다.
주요 기능
53개의 도구: 전체 FreshBooks 회계 워크플로우를 포괄
스마트 워크플로우 도구: 견적을 청구서로 변환, 미청구 시간 청구, 연체 고객 찾기, 전체 고객 요약 가져오기
5가지 재무 보고서: 손익 계산서, 세금 요약, 계정 연령 분석, 대차대조표, 수금된 결제 내역
OAuth2 인증: 자동 토큰 갱신 지원
깔끔한 출력: 요약된 목록 및 서식 지정된 세부 정보
프로덕션급: 오류 처리 및 속도 제한 인식 기능
무료: FreshBooks 무료 개발자 프로그램 사용
Related MCP server: moxie-mcp
도구
카테고리 | 도구 | 개수 |
인증 |
| 3 |
청구서 |
| 6 |
정기 청구 |
| 3 |
고객 |
| 5 |
견적 |
| 5 |
비용 |
| 5 |
결제 |
| 3 |
시간 추적 |
| 5 |
프로젝트 |
| 4 |
보고서 |
| 5 |
항목 |
| 2 |
카테고리 |
| 1 |
세금 |
| 1 |
워크플로우 |
| 5 |
빠른 시작
1. 설치
pip install mcp-freshbooks또는 소스에서 설치:
git clone https://github.com/AlexlaGuardia/mcp-freshbooks.git
cd mcp-freshbooks
pip install .2. FreshBooks API 자격 증명 받기
개발자 포털에서 OAuth 앱을 생성하세요.
리디렉션 URI를
https://localhost:8555/callback으로 설정하세요.클라이언트 ID와 클라이언트 시크릿을 복사하세요.
3. 구성
export FRESHBOOKS_CLIENT_ID=your_client_id
export FRESHBOOKS_CLIENT_SECRET=your_client_secret
export FRESHBOOKS_REDIRECT_URI=https://localhost:8555/callback4. Claude Desktop에 추가
claude_desktop_config.json에 추가하세요:
{
"mcpServers": {
"freshbooks": {
"command": "mcp-freshbooks",
"env": {
"FRESHBOOKS_CLIENT_ID": "your_client_id",
"FRESHBOOKS_CLIENT_SECRET": "your_client_secret",
"FRESHBOOKS_REDIRECT_URI": "https://localhost:8555/callback"
}
}
}
}5. 인증
처음 사용할 때 freshbooks_authenticate 도구를 사용하세요. 브라우저에서 열 수 있는 URL이 제공됩니다. 인증 후 토큰은 ~/.mcp-freshbooks/tokens.json에 저장되며 자동으로 갱신됩니다.
사용 예시
누가 나에게 돈을 빚지고 있나요?
Use get_overdue_invoices to see all past-due clients and total outstanding제안서를 청구서로 변환:
Use convert_estimate_to_invoice to turn estimate 456 into a ready-to-send invoice미청구 작업 찾기:
Use get_unbilled_time to find time entries not yet on any invoice수익성 확인:
Get the profit and loss report for Q1 2026시간 추적:
Create a 2-hour time entry for project 789 with note "API integration work"아키텍처
src/mcp_freshbooks/
├── server.py # MCP server with 47 tool definitions
├── client.py # FreshBooks API client (httpx async)
└── auth.py # OAuth2 flow + token persistence이 서버는 깔끔한 도구 등록을 위해 FastMCP와 함께 MCP Python SDK를 사용합니다. 모든 API 호출은 자동 토큰 갱신 기능을 갖춘 비동기 클라이언트를 통해 이루어집니다.
요구 사항
Python 3.10+
FreshBooks 계정 (개발용 무료 체험판 가능)
FreshBooks OAuth 앱 자격 증명
라이선스
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceOfficial MCP server for Timebook (usetimebook.com) — time tracking, invoicing, and bookkeeping for freelancers and solo LLCs. Manage clients and projects, start/stop timers, and log, update, and delete time entries. Stdio via the @squidcode/timebook npm CLI; a hosted OAuth endpoint also exists at https://usetimebook.com/mcp.12952MIT
- FlicenseNot gradedqualityBmaintenanceA remote MCP server for the Moxie Public API, deployable to Cloudflare Workers. Exposes all 29 documented Moxie endpoints as MCP tools for managing clients, contacts, projects, tasks, invoices, payments, and more.
- FlicenseNot gradedqualityDmaintenanceComprehensive MCP server for Wave Accounting, providing 45+ tools across invoicing, customers, products, transactions, bills, estimates, taxes, and financial reporting, plus 17 pre-built UI workflows.4
- FlicenseNot gradedqualityAmaintenanceAn MCP server that connects Claude to FreshBooks, enabling reading and management of invoices, clients, expenses, projects, and time entries via natural language.1
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
QuickBooks MCP Pack — query customers, invoices, and accounts via QuickBooks Online API.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexlaGuardia/MCP-Freshbooks'
If you have feedback or need assistance with the MCP directory API, please join our Discord server