Selecchor MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Selecchor MCP Servershow me my tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Selecchor MCP server
Lets Claude read and manage the Selecchor house-tasks app (tasks, house info, quotes, meter readings, and the passwords vault).
Security
The Supabase URL and publishable key in
index.jsare public by design — the same ones the web app ships. On their own they give no data access.Access only happens after signing in as a household member. Your email + password live in a local
.envfile that is never committed and never shipped to the web app.Once signed in, Supabase row-level security limits this server to your own household's data — exactly what the app itself can see. There is no service-role / admin key anywhere in this server, so there is nothing here that could be used to bypass security.
Related MCP server: ticktick-mcp
Setup
npm install
cp .env.example .env # then edit .env with your Selecchor email + passwordRegister it with Claude Code (add to your MCP config / ~/.claude.json under mcpServers):
"selecchor": {
"command": "node",
"args": ["<absolute path>/selecchor-mcp-server/index.js"],
"env": {
"SELECCHOR_EMAIL": "you@example.com",
"SELECCHOR_PASSWORD": "your-password"
}
}Restart Claude Code, then try: "list my Selecchor tasks" or "add a task: hoover the lounge for Claire tomorrow".
Tools
list_tasks · add_task · complete_task · delete_task · reassign_task · list_members ·
list_info · add_info · list_quotes · add_quote · list_readings · log_reading ·
list_logins · get_login · add_login
This server cannot be deployed
Maintenance
Related MCP Connectors
Read tasks, habits, events and scheduling links; create and update Reclaim tasks and habits.
OneHaus household tools: tasks, calendar, contacts, pets, vehicles, documents and more.
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Property management AI: work orders, vendors, appliances, and triage for Claude and ChatGPT.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceLets you use Claude Desktop to interact with your task management data in Things app, enabling you to create tasks, analyze projects, manage priorities, and implement productivity workflows through natural language.36MIT
- AlicenseAqualityCmaintenanceMCP server for TickTick using the official OAuth 2.0 API. Create, list, update, complete, and delete tasks just by talking to Claude.73MIT
- AlicenseNot gradedqualityCmaintenanceConnects Claude to self-hosted Vikunja instances for conversational task and project management. Supports CRUD operations on projects and tasks, plus labels, comments, weekly reviews, calendar feeds, and task relations.31 npm-
- AlicenseNot gradedqualityDmaintenanceEnables Claude to manage a personal todo list in Notion, with capabilities to add, view, and complete tasks.9MIT