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., "@Task MCP Serveradd a task to prepare the quarterly report by Friday"
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.
Task MCP Server
A simple task management Model Context Protocol (MCP) server for Claude Desktop.
Features
β Add new tasks
π List all tasks
β Mark tasks as completed
ποΈ Delete tasks
Installation
From GitHub (Recommended)
The easiest way to use this server is directly from GitHub using uvx:
Local Installation
Usage with Claude Desktop
Open Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
Restart Claude Desktop
Look for the π icon to confirm the server is connected
Available Tools
add_task: Add a new task with title and optional description
list_tasks: Display all tasks with their status
complete_task: Mark a task as completed
delete_task: Remove a task from the list
Example Usage
In Claude Desktop, try:
"Add a task to buy groceries"
"List all my tasks"
"Mark task 1 as completed"
"Delete task 2"
Development
License
MIT