Build a real backend from Claude: boards, data, REST APIs and a ready-made admin UI. Connect the official TaskLite MCP server to Claude, ChatGPT, or Cursor through gate — one gateway URL, no config files, security-checked.
Free to start · No credit card · No hosting needed
Pick your client. Copy, paste, done — or let gate handle sign-ins and policies for you.
claude mcp add --transport http tasklite https://mcp.tasklite.net/mcpRun in your terminal, then restart Claude Code.
TaskLite · https://mcp.tasklite.net/mcp
Real prompts you can type the moment it's connected — no setup, no docs to read.
“Use “list_organizations”: List the organizations the authenticated user belongs to. Use the returned id as organizationId in other tools.”
“Use “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 organization.”
“Use “list_projects”: List projects in an organization. The API returns 50 per page — an organization with more than that needs page 2 and beyond, so check the re.”
“Use “list_boards”: List the boards inside a project — id, name, description. Every other board tool needs a boardId, and this is the only way to discover one w.”
Every server in the gate directory has to pass the same four checks before your AI can touch it. Here's how TaskLite holds up.
Operated by TaskLite (tasklite.net) at its documented MCP endpoint — not a third-party mirror or community re-host.
This server only exposes public data — no account and no credentials are involved when you connect.
gate checks every tool for prompt injection, hidden instructions, data-exfiltration hints, and over-broad permissions before the server is available through your gateway.
If TaskLite adds or changes tools later, gate re-scans and alerts you — before your AI acts on the change.
Add one gateway URL to Claude, ChatGPT, or any MCP client. One-time setup, about two minutes.
Choose TaskLite in the gate directory. No sign-in needed.
TaskLite's tools are live in every AI client you've connected — with rules and logging built in.
Free to start · No credit card · No hosting needed
Fetched live from the official endpoint and re-checked daily by gate — not marketing copy.
list_organizations — List the organizations the authenticated user belongs to. Use the returned id as organizationId in other tools.
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 organization
list_projects — List projects in an organization. The API returns 50 per page — an organization with more than that needs page 2 and beyond, so check the re
list_boards — List the boards inside a project — id, name, description. Every other board tool needs a boardId, and this is the only way to discover one w
create_project — Create a project (a business process container). Boards with data live inside projects.
create_board — Create a board (a data table) inside a project. Add typed columns with create_column afterwards. kind: "tasks" (default) also gives the boar
create_column — Add a typed column to a board. Valid types: text, rich_text, number, status, date, datetime, duration, people, checkbox, dropdown, label, pr
get_board_schema — Get a board with its full column schema (ids, names, types, settings). Call this before creating items with cells.
+ 32 more tools once connected
https://mcp.tasklite.net/mcpYes — TaskLite operates its own remote MCP server at mcp.tasklite.net. gate connects you to that official endpoint and adds security scanning, per-tool access rules, and an activity log on top.
Add gate's gateway URL to your AI client once, then pick TaskLite in the directory. No account or sign-in is needed. From then on, TaskLite's tools are available in every client you've connected to gate.
No. TaskLite runs the server, and gate is fully managed. You just connect one URL — there's nothing to install, deploy, or maintain.
It's the vendor's official endpoint, and gate scans its tools for prompt injection and hidden instructions before it goes live, re-checks it whenever it changes, and lets you allow, block, or require approval for every single tool.
Yes — you can get started with gate for free and connect TaskLite in minutes. No credit card required.
Every server below works through the same gateway URL — connect once, add tools anytime.
Set up TaskLite in: Claude · Claude Code · ChatGPT · Cursor · VS Code