Todo Assistant with AI and Google Calendar Integration
@mertadali
About Todo Assistant with AI and Google Calendar Integration
AI-powered todo assistant with Google Calendar integration using OpenAI's API and Model Context Protocol (MCP) support for natural language task management.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Todo Assistant with AI and Google Calendar Integration?
A modern, AI-powered todo list and calendar management application that combines OpenAI's Assistant API with Google Calendar integration. Built with TypeScript, it features both MCP (Model Context Protocol) and traditional REST API endpoints, with multi-language support for English and Turkish.
How to use Todo Assistant with AI and Google Calendar Integration?
Clone the repository, install dependencies with npm install, configure environment variables (OpenAI API key, Google OAuth credentials), then run the server with npm start or npm run dev. The MCP endpoint is at /mcp; the REST API is available at /api/. Use the AI chat interface or standard HTTP calls to manage todos and calendar events.
Key features of Todo Assistant with AI and Google Calendar Integration
- AI-powered natural language chat interface (OpenAI GPT-3.5 Turbo)
- Smart todo management (add, remove, list, toggle)
- Google Calendar integration via OAuth 2.0
- Multi-language support (English and Turkish)
- Tool approval system for secure operations
- MCP (Model Context Protocol) for standardized AI tool interactions
Use cases of Todo Assistant with AI and Google Calendar Integration
- Add and manage todos using natural language commands
- Schedule calendar events by speaking dates and times
- List and update todos in English or Turkish
- Securely approve sensitive operations (e.g., sync to Google Calendar)
- Retrieve chat history and tool responses via API
FAQ from Todo Assistant with AI and Google Calendar Integration
What runtime and dependencies are required?
Node.js v16 or higher, npm or yarn, a SQLite database, an OpenAI API key, and a Google Cloud Console account with OAuth 2.0 credentials.
How does the application store data?
It uses SQLite via better-sqlite3 with two tables: todos (id, text, completed, createdAt) and calendar_events (id, todoId, title, date, time, createdAt).
What AI model does it use?
It uses OpenAI's GPT-3.5 Turbo through the Assistant API for natural language understanding and response generation.
How does Google Calendar integration work?
After configuring OAuth 2.0 credentials in the Google Cloud Console, the application authenticates and syncs todo events to Google Calendar based on user commands.
What transport protocols are available?
The server supports both MCP (Model Context Protocol) at the /mcp endpoint and traditional REST API endpoints at /api/. MCP is enabled with npm run dev:mcp.
More AI & Agents MCP servers
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments