MCP Smart Scheduler & Todo App
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., "@MCP Smart Scheduler & Todo Appadd a reminder for 3 PM to review project plan"
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.
🚀 MCP Smart Scheduler & Todo App (Vercel & Remote Ready)
A full-stack Scheduler & Todo web application powered by Model Context Protocol (MCP). Works both locally and remotely on Vercel with ChatGPT, Claude Code, Cursor, and Antigravity.
📊 UI Table Format
Time | Work | Done or Not |
| Team Daily Standup Meeting | ✅ Done |
| Meeting with Client | ⏳ Not Done |
| Submit Weekly Progress Report | ⏳ Not Done |
Related MCP server: todos-mcp
☁️ How to Deploy to Vercel
Option 1: Vercel CLI (Fastest)
Install Vercel CLI if not installed:
npm i -g vercelDeploy directly:
vercelFollow the prompts and your app will be live at
https://<your-project-name>.vercel.app!
Option 2: GitHub Repository Integration
Push this project code to your GitHub Repository.
Go to Vercel Dashboard.
Import the repository and click Deploy. Vercel will automatically detect
vercel.jsonand build the app.
🤖 Connecting Remote MCP (Vercel URL) to ChatGPT / Claude Code / Cursor
Once deployed to Vercel, your Remote MCP endpoints are:
SSE Endpoint:
https://<your-app-name>.vercel.app/api/mcp/sseJSON-RPC Endpoint:
https://<your-app-name>.vercel.app/api/mcp
1. Claude Desktop / Cursor / Claude Code (mcp-config.json)
Add this configuration to your local MCP settings file:
{
"mcpServers": {
"scheduler-todo-remote": {
"url": "https://<your-app-name>.vercel.app/api/mcp/sse"
}
}
}2. Testing via ChatGPT (Custom Actions / Remote HTTP)
ChatGPT Remote Actions can make POST requests to https://<your-app-name>.vercel.app/api/mcp with standard MCP JSON-RPC payloads:
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_reminder",
"arguments": {
"time": "12:00 PM",
"work": "Meeting with Team"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Create, list, and complete todo items through MCP.
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Todoist through the MCP interface, providing full CRUD operations for tasks and projects including creating, updating, completing, and filtering tasks with natural language commands.4 npmMIT
- AlicenseNot gradedqualityBmaintenanceA todo list manager with MCP integration that enables AI assistants to create, read, update, and delete tasks through natural language.3 npm6GPL 3.0
- FlicenseNot gradedqualityDmaintenanceEnables interaction with TickTick task management system through MCP, allowing users to view, create, update, complete, and delete tasks and projects via natural language.-
- FlicenseCqualityDmaintenanceEnables managing todo lists and tasks through natural language, supporting creation, status changes, and deletion.7-