The FreeAgent MCP Server enables interaction with your FreeAgent account for time tracking and timeslip management. You can:
List and filter timeslips by date range, user, task, project, view type, or updated since
Retrieve, create, update, and delete individual timeslips
Start and stop timers associated with specific timeslips
Include nested resources in timeslip listings
Manage OAuth tokens and authentication automatically
Deploy via Node.js directly or using Docker
Provides integration with FreeAgent accounting software, enabling time tracking through timeslips and timers, including listing, filtering, creating, updating, and deleting timeslips, as well as starting and stopping timers.
FreeAgent MCP Server
A Claude MCP (Model Context Protocol) server for managing FreeAgent timeslips and timers. This server allows Claude to interact with your FreeAgent account to track time, manage timers, and handle timeslip operations.
Features
List and filter timeslips with nested data
Create new timeslips
Update existing timeslips
Start and stop timers
Delete timeslips
Automatic OAuth token refresh
Comprehensive error handling
Docker support
Related MCP server: MCP Claude Code
Prerequisites
Node.js 18+ (for direct Node.js usage)
Docker & Docker Compose (for containerized usage)
A FreeAgent account with API access
OAuth credentials from the FreeAgent Developer Dashboard
Installation
Option 1: Direct Node.js Installation
Clone the repository:
Install dependencies:
Get your OAuth tokens:
Option 2: Docker Installation
Clone the repository:
Create your environment file:
Build Docker image:
Configuration
Add the server to your MCP settings (typically in %APPDATA%/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
For Node.js Installation:
For Docker Installation:
Usage
Once configured, Claude can use the following tools:
List Timeslips
Create Timeslip
Timer Controls
Development
Node.js Development
Docker Development
Contributing
Fork the repository
Create your feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -am 'Add some amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
FreeAgent for their excellent API documentation
The Claude team for the MCP SDK