Q

QuickBooks Time

Integrates with QuickBooks Time API to provide unified access for managing timesheets, users, projects, and generating reports.

QuickBooks·No reviews yet
Repo
Share:

About

Integrates with QuickBooks Time API to provide unified access for managing timesheets, users, projects, and generating reports.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about QuickBooks Time.

What is the purpose of the QuickBooks Time MCP server?
The QuickBooks Time MCP server integrates with the QuickBooks Time API to offer unified access for managing timesheets, users, projects, and generating reports. It streamlines interaction with QuickBooks Time data and functionalities.
How do I install the QuickBooks Time MCP server?
Installation involves cloning the GitHub repository for the QuickBooks Time MCP server and running it. Specific instructions for integration with clients like Claude Desktop, Cursor, or Cline depend on the client's MCP configuration process and are typically found in their documentation.
Does the QuickBooks Time MCP server require an API key or other credentials?
The QuickBooks Time MCP server uses a 'none' authentication type, implying it doesn't directly require an API key or similar credentials for its operation within the MCP framework itself. However, access to the underlying QuickBooks Time API will require separate authentication according to Intuit's developer policies.
What capabilities does the QuickBooks Time MCP server expose?
This MCP server exposes capabilities for managing timesheets, individual users, and projects within QuickBooks Time. It also provides functionality for generating various reports based on the integrated QuickBooks Time data.
What are the common limitations of the QuickBooks Time MCP server?
A common limitation is that the full range of QuickBooks Time API features might not be entirely exposed or abstracted by the MCP server, depending on its implementation. Users may need to consult the QuickBooks Time API documentation for advanced functionalities not covered by the MCP.
What is the licensing model for using the QuickBooks Time MCP server?
The QuickBooks Time MCP server is hosted on GitHub, suggesting an open-source model. The specific licensing details would be found within the repository. Usage of the underlying QuickBooks Time API is governed by Intuit's terms of service and any associated subscription fees.

Install QuickBooks Time

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "quickbooks-time": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-quickbooks-time"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "quickbooks-time": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-quickbooks-time"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "quickbooks-time": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-quickbooks-time"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.