Overview
gotask-mcp is a Model Context Protocol (MCP) Server designed for the go-task task runner, enabling the execution of defined tasks as tools powered by generative AI.
To use gotask-mcp, you need to install the uv dependency management tool and Taskfile. After cloning the project, install mcp[cli] and start the server using the command: uv run --with mcp --directory /path/to/gotask-mcp mcp run /path/to/gotask-mcp/src/server.py.
- Integration with
go-taskfor task management - Ability to run tasks defined in aTaskfile.yml- Supports generative AI for executing tasks at appropriate times
- Automating development tasks such as code formatting and linting.
- Running QA checks as part of the development cycle.
- Enabling coding agents to execute predefined tasks automatically.
Add to your AI client
Use these steps to connect gotask-mcp in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"gotask-mcp-paddyalton": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"gotask-mcp-paddyalton": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"gotask-mcp-paddyalton": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"gotask-mcp-paddyalton": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gotask-mcp-paddyalton": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"gotask-mcp-paddyalton": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotask-mcp-paddyalton"
]
}
}
}FAQ
What is the purpose of gotask-mcp?
It serves as a server to run tasks defined in a `Taskfile.yml` using generative AI.
What are the prerequisites for using gotask-mcp?
You need to have `uv` and `Taskfile` installed.
Is gotask-mcp production-ready?
Currently, it is a demonstration project and not yet production-ready.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2478,"uuid":"0b4a4306-a4c5-4626-9895-37c9479cf1c6","name":"gotask-mcp","title":"gotask-mcp","description":"A Model Context Protocol (MCP) Server for go-task (","avatar_url":"https://avatars.githubusercontent.com/u/13350561?v=4","created_at":"2025-03-13T08:14:39.077Z","updated_at":"2025-03-13T08:21:09.693Z","status":"created","author_name":"PaddyAlton","author_avatar_url":"https://avatars.githubusercontent.com/u/13350561?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/PaddyAlton/gotask-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-24 17:56:11\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]