Trackfusion MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Trackfusion MCP Serverlist tasks in project 'Q3 Planning'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Trackfusion MCP Server
MCP (Model Context Protocol) server for Trackfusion. Exposes projects & tasks to AI assistants like Claude, OpenClaw, etc.
Setup
npm install
npm run buildRelated MCP server: TickTick MCP
Configuration
Copy the example env file and fill in your API key:
cp .env.example .envEdit .env with your values:
TRACKFUSION_API_KEY=tf_your_key_here
TRACKFUSION_API_URL=https://europe-west1-oz-track.cloudfunctions.net/api # optional, defaults to productionThe server loads .env automatically via dotenv.
Usage
With OpenClaw (mcporter)
mcporter add trackfusion --stdio "node /path/to/trackfusion/mcp/dist/index.js" --env TRACKFUSION_API_KEY=tf_xxxWith Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"trackfusion": {
"command": "node",
"args": ["/path/to/trackfusion/mcp/dist/index.js"],
"env": {
"TRACKFUSION_API_KEY": "tf_your_key_here"
}
}
}
}Tools
Tool | Description |
| List all projects with task counts |
| List tasks in a project (optional status filter) |
| Get full task details |
| Create a new task |
| Update a task (status, title, priority, etc.) |
Getting an API Key
Log in to Trackfusion
Go to Settings → API Keys
Click "New Key", select scopes, and copy the generated key
This server cannot be installed
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
- Alicense-qualityAmaintenanceEnables AI assistants to manage Todocko application data, including tasks, projects, worklogs, and attachments. It supports comprehensive project management operations such as tracking activity, managing Kanban boards, and handling shared project synchronization.MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage TickTick tasks through natural language, including creating, updating, completing, and deleting tasks, as well as managing projects.14MIT
- Flicense-qualityDmaintenanceEnables AI assistants to create, manage, and track projects with associated todos, including CRUD operations and filtering by status, priority, and project.
- Flicense-qualityDmaintenanceEnables AI assistants to manage TickTick tasks including listing, creating, updating, completing, and deleting tasks, as well as searching and filtering.
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect AI assistants to ITM Platform projects, tasks, budgets, risks, and team workload.
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/emre6943/TrackFusionMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server