Quickbooks Mcp Server
@nikhilgy
Quickbooks Mcp Server について
This repository provides an MCP (Modular Command Platform) server for seamless interaction with all public QuickBooks APIs. It is designed to be integrated with Claude Desktop, enabling AI assistants to query, retrieve, and manipulate QuickBooks data programmatically.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"QuickBooks": {
"command": "<home_path>/.local/bin/uv",
"args": [
"--directory",
"<absolute_path_to_quickbooks_mcp_folder>",
"run",
"main_quickbooks_mcp.py"
],
"env": {
"QUICKBOOKS_CLIENT_ID": "<client_id>",
"QUICKBOOKS_CLIENT_SECRET": "<client_secret>",
"QUICKBOOKS_REFRESH_TOKEN": "<refresh_token>",
"QUICKBOOKS_COMPANY_ID": "<company_id>"
}
},
"filesystem": {
"command": "<home_path>/.local/bin/uv",
"args": [
"--directory",
"<absolute_path_to_quickbooks_mcp_folder>",
"run",
"filesystem.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Quickbooks Mcp Server?
A server that connects Claude Desktop to the QuickBooks API, enabling AI assistants to query financial data like accounts, bills, and customers.
How to use Quickbooks Mcp Server?
Install Python 3.10+ and uv, then configure Claude Desktop by editing claude_desktop_config.json with the QuickBooks MCP server command and required environment variables. Launch Claude Desktop and use natural language commands like "Get all accounts from QuickBooks."
Key features of Quickbooks Mcp Server
- Integrates Claude Desktop with QuickBooks API.
- Dynamically downloads latest QuickBooks API documentation.
- Provides tools for accounts, bills, and customers.
- Uses uv for fast package management.
- Requires Python 3.10 or higher.
Use cases of Quickbooks Mcp Server
- Query all accounts from QuickBooks.
- Get bills created after a specific date.
- Retrieve all customers from QuickBooks.
FAQ from Quickbooks Mcp Server
What is required to run Quickbooks Mcp Server?
Python 3.10 or higher and the uv package manager are required.
How do I configure Claude Desktop for Quickbooks Mcp Server?
Modify claude_desktop_config.json with the QuickBooks MCP server command and set QUICKBOOKS_CLIENT_ID, QUICKBOOKS_CLIENT_SECRET, QUICKBOOKS_REFRESH_TOKEN, and QUICKBOOKS_COMPANY_ID environment variables.
Why does the first launch take 10–20 seconds?
The first launch installs required packages and downloads the most recent QuickBooks API documentation.
What data can I query with Quickbooks Mcp Server?
You can query accounts, bills (with date filters), and customers from QuickBooks.
Does Quickbooks Mcp Server update its API documentation automatically?
Yes, every time you launch Claude Desktop, the most recent QuickBooks API tools are made available to your AI assistant.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Codelf
unbugA search tool helps dev to solve the naming things problem.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント