MCP

Connect TASKn to Claude

Connect TASKn to Claude

Talk to your tasks. Once connected, Claude — or any other MCP-compatible AI app — can read and manage your TASKn account directly inside a conversation, no app-switching.

What this does

TASKn exposes an MCP (Model Context Protocol) connector — an open standard that lets AI assistants securely use an app’s real data and actions, with your explicit sign-in and approval. It’s not a Claude-only thing: any app that speaks MCP can connect the same way, including Cursor, OpenAI’s Codex, Meta’s Muse Code, and more (see below). Once connected, you can ask something like “what’s on my plate today?” or “add a task to call the dentist tomorrow” and it will actually read from and write to your TASKn account.

Set it up (2 minutes)

  1. In Claude, go to Settings → Connectors (desktop/web) and choose Add custom connector.
  2. Fill in these two fields:
    Name
    TASKn
    Remote MCP server URL
    https://mcp.taskn.app/functions/v1/mcp
  3. Click Add, then Connect — you’ll be taken to a TASKn sign-in screen. Use the same Google, Apple, or email login you already use in the app.
  4. Review what Claude is asking for and click Approve. That’s it — Claude now has access.

What Claude can do once connected

View your task feed
Create a task
Update a task
Complete a task
Delete a task
Search your tasks
List your projects
List tasks shared with you
See your daily stats

Other MCP apps

Claude’s setup above is the simplest — a couple of fields in a settings screen. Some other MCP-compatible apps are more developer-facing and connect via a config file instead of a menu. The server name and URL are the same everywhere:

Name
TASKn
MCP server URL
https://mcp.taskn.app/functions/v1/mcp

Cursor — add to ~/.cursor/mcp.json:

{
  "mcpServers": {
    "taskn": { "url": "https://mcp.taskn.app/functions/v1/mcp" }
  }
}

OpenAI Codex CLI — run:

codex mcp add taskn --url https://mcp.taskn.app/functions/v1/mcp

Meta Muse Code — add to ~/.config/muse/settings.json:

{
  "schema_version": 1,
  "mcp_servers": {
    "taskn": { "transport": "streamable_http", "url": "https://mcp.taskn.app/functions/v1/mcp" }
  }
}

Any other MCP client works the same way — give it the name and URL above. Exact steps and config format vary by app, so check that app’s own MCP docs if you get stuck.

Whichever app you connect, it only ever sees and changes your own TASKn account — the same permissions you already have signed in. You can review or remove access at any time from that app’s own connector/MCP settings, and TASKn is never given your password directly.

Troubleshooting

If the sign-in page appears blank, an ad-blocker or privacy extension in your browser may be hiding it — try disabling it for taskn.app, or use a different browser, then reload the page.

Still stuck? Email support@taskn.app.

TASKn by iMatta Inc.