TaskLite for Grok
net.tasklite/mcp
tasklite.net: hosted backend, REST API and admin for apps built by AI agents
client:Grok
transport:streamable-http
runtime:npm
tools:48
Install TaskLite in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp": {
"type": "http",
"url": "https://mcp.tasklite.net/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs
What Grok 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