MCP Smart Scheduler & Todo App
Click on "Install 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 |
☁️ 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AkashKumar-Behera/mcp-testing-todo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server