INDIVIDUAL MCP TOOL
deploy_frontend
Deploy a static frontend to TaskLite hosting and get a live URL https://{slug}.
LIVE ENDPOINT
https://mcp.tasklite.net/mcp
Connect to this endpoint to inspect the live schema for deploy_frontend and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tasklite]
url = "https://mcp.tasklite.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tasklite": {
"type": "http",
"url": "https://mcp.tasklite.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tasklite
Remote MCP URL: https://mcp.tasklite.net/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tasklite": {
"url": "https://mcp.tasklite.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tasklite": {
"type": "http",
"url": "https://mcp.tasklite.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tasklite",
"transport": "streamable-http",
"url": "https://mcp.tasklite.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_organizations— List the organizations the authenticated user belongs to.configure_external_access— Read or change how EXTERNAL users (people who sign up to your app through TaskLite auth: POST /auth/register-external with this organizationId, then POST /auth/login) get into an organization.list_projects— List projects in an organization.list_boards— List the boards inside a project — id, name, description.create_project— Create a project (a business process container).create_board— Create a board (a data table) inside a project.create_column— Add a typed column to a board.get_board_schema— Get a board with its full column schema (ids, names, types, settings).