
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)
- In Claude, go to Settings → Connectors (desktop/web) and choose Add custom connector.
-
Fill in these two fields:NameTASKnRemote MCP server URLhttps://mcp.taskn.app/functions/v1/mcp
- 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.
- Review what Claude is asking for and click Approve. That’s it — Claude now has access.
What Claude can do once connected
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:
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/mcpMeta 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.
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.
