Skip to main content
Glama
AkashKumar-Behera

MCP Smart Scheduler & Todo App

🚀 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

10:00 AM

Team Daily Standup Meeting

✅ Done

12:00 PM

Meeting with Client

⏳ Not Done

04:30 PM

Submit Weekly Progress Report

⏳ Not Done


☁️ How to Deploy to Vercel

Option 1: Vercel CLI (Fastest)

  1. Install Vercel CLI if not installed:

    npm i -g vercel
  2. Deploy directly:

    vercel

    Follow the prompts and your app will be live at https://<your-project-name>.vercel.app!

Option 2: GitHub Repository Integration

  1. Push this project code to your GitHub Repository.

  2. Go to Vercel Dashboard.

  3. Import the repository and click Deploy. Vercel will automatically detect vercel.json and 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/sse

  • JSON-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"
    }
  }
}
-
license - not tested
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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