streamable-httpupdated 2mo ago
The task layer for your AI agents. Connect Superlist to Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant and manage your tasks, lists, due dates, and routines in plain language — without leaving the chat.
¿Qué puedes hacer con Superlist?
Superlist MCP Server
The task layer for your AI agents. Connect Superlist to Claude, ChatGPT, Cursor, or any MCP-compatible AI assistant and manage your tasks, lists, due dates, and routines in plain language — without leaving the chat.
Server URL: https://app.superlist.com/mcp Transport: Remote (Streamable HTTP) Authentication: OAuth 2.0 — sign in with your Superlist account Homepage: https://www.superlist.com/mcp Setup guide: https://help.superlist.com/en/articles/658028-superlist-mcp-server
What it does
The Superlist MCP server is a secure bridge between your Superlist account and any AI assistant that supports the Model Context Protocol (MCP). Once connected, your assistant can read and update your lists and tasks using everyday language — no copy-pasting, no switching tabs.
Things you can ask your assistant once it's connected:
"What's on my plate today?" "Add 'Pick up dry cleaning' to my Errands list." "Move all unfinished tasks from yesterday to today." "Draft a project plan in Superlist based on this meeting transcript." "Summarize what I got done this week."
Available tools
Tasks: add_task, get_task, update_task, complete_task, delete_task, move_task, assign_task, unassign_task
Labels: add_label, remove_label
Lists: add_list, get_list, get_lists, update_list, delete_list, share_list, unshare_list
Views: today (tasks due today or earlier assigned to you), inbox (tasks from your inbox)
Search & retrieval: search (search your tasks and lists), fetch (get full content of a task or list by id)
Identity: whoami (info about the authenticated Superlist user)
Connecting to Claude
Open Claude and go to Settings → Connectors → Add Connector. Paste in the Superlist MCP URL: https://app.superlist.com/mcp Click Connect and sign in with your Superlist account when prompted. Approve the requested permissions.
Any AI tool that supports custom MCP connectors will work — look for a "Connectors," "Integrations," or "MCP server" option in its settings. See the setup guide for ChatGPT and other tools.
Security
The connection uses standard OAuth. You sign in directly to Superlist — the AI tool never sees your password, it only accesses data your account already has access to, and you can revoke access at any time by removing the connector in your AI tool.
Links
Website: https://www.superlist.com MCP overview: https://www.superlist.com/mcp Help center: https://help.superlist.com/en/articles/658028-superlist-mcp-server Registry name: io.github.superlistapp/superlist
Instalación
Añade Superlist a tu cliente. Elige el que uses.
claude mcp add --transport http superlist https://app.superlist.com/mcpcodex mcp add superlist --url https://app.superlist.com/mcp{
"mcpServers": {
"superlist": {
"url": "https://app.superlist.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"superlist": {
"type": "http",
"url": "https://app.superlist.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"superlist": {
"url": "https://app.superlist.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"superlist": {
"serverUrl": "https://app.superlist.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación11/25
- Mantenimiento16/25
- Confianza9/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 70 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.0Última | 23 jun 2026 |