pypi freshbooks-mcp-serverstdioupdated 8mo ago
A Model Context Protocol (MCP) server for integrating FreshBooks with GenAI applications.
Freshbooks で何ができる?
FreshBooks MCP Server
Freshbooks Mcp Server
A Model Context Protocol (MCP) server for integrating FreshBooks with GenAI applications.
Overview
Small business accounting software
Features
- Comprehensive FreshBooks API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance
Installation
pip install freshbooks-mcp-server
Or install from source:
git clone https://github.com/asklokesh/freshbooks-mcp-server.git
cd freshbooks-mcp-server
pip install -e .
Configuration
Create a .env file or set environment variables according to FreshBooks API requirements.
Quick Start
from freshbooks_mcp import FreshbooksMCPServer
# Initialize the server
server = FreshbooksMCPServer()
# Start the server
server.start()
License
MIT License - see LICENSE file for details
インストール
Freshbooks をクライアントに追加します。お使いのものを選んでください。
claude mcp add freshbooks-mcp-server -- uvx freshbooks-mcp-servercodex mcp add freshbooks-mcp-server -- uvx freshbooks-mcp-serveramp mcp add freshbooks-mcp-server -- uvx freshbooks-mcp-server{
"mcpServers": {
"freshbooks-mcp-server": {
"command": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"freshbooks-mcp-server": {
"command": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"freshbooks-mcp-server","command":"uvx","args":["freshbooks-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"freshbooks-mcp-server": {
"command": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"freshbooks-mcp-server": {
"command": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"freshbooks-mcp-server": {
"command": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"freshbooks-mcp-server": {
"type": "local",
"command": "uvx",
"args": [
"freshbooks-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"freshbooks-mcp-server": {
"command": {
"path": "uvx",
"args": [
"freshbooks-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
uvx freshbooks-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
スコア
39 / 100
情報不足
- ドキュメント22/25
- メンテナンス9/25
- 信頼性6/20
- 機能0/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 244 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 0.1.0最新 | 2025年12月31日 |