TaskLite for VS Code
net.tasklite/mcp
tasklite.net: hosted backend, REST API and admin for apps built by AI agents
client:VS Code
transport:streamable-http
runtime:npm
tools:48
Install TaskLite in VS Code
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mcp.tasklite.net/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- list_organizations
- configure_external_access
- list_projects
- list_boards
- create_project
- create_board
- create_column
- get_board_schema
- update_board
- delete_board
- delete_project
- update_column
- delete_column
- reorder_columns
- export_project
- query_items
- create_item
- update_item
- set_cell
- delete_item
- list_comments
- add_comment
- update_comment
- delete_comment