Mcp日程表server
@Damon-law
About Mcp日程表server
配套MCP日程表(VSCode插件拓展) 使用的一个MCP Server, 实现日程的自然语言描述增,查,删。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"schedules": {
"command": "node 你的路径\\mcp_server_for_schedules\\build\\index.js --port 3001"
}
}
}Tools
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 Mcp日程表server?
Mcp日程表server是与VSCode/Trae/Cursor/Lingma的“MCP日程表”插件配套使用的MCP Server端。它通过HTTP请求让AI助手对插件端的日程进行增、删、查取操作,适用于需要基于自然语言管理日程的开发者和用户。
How to use Mcp日程表server?
- 安装VSCode插件“MCP日程表”(作者damonliu)。
- 克隆本仓库到本地,执行
npm install或pnpm install,然后npm run build或pnpm build。 - 在IDE的MCP配置中添加如下JSON(需替换实际路径和端口,默认3001):
{ "mcpServers": { "schedules": { "command": "node 你的路径\\mcp_server_for_schedules\\build\\index.js --port 3001" } } } - 在IDE的Chat中直接使用自然语言(如“增加日程”、“明天三点提醒我开会”)操作日程。
Key features of Mcp日程表server
add-schedule:添加日程或提醒,未指定结束时间时默认加一小时。get-current-date:获取当前日期,便于日程操作前同步时间。get-schedules:根据时间区间查询日程。delete-schedule:删除指定日程。- 支持一次性日程和循环日程(每日/每周等)。
Use cases of Mcp日程表server
- 通过自然语言快速创建一次性提醒(如“今天三点提醒我抢票”)。
- 设置周期性提醒(如“每天中午十一点提醒我点外卖”)。
- 查询当日或指定时间段的日程安排。
- 删除已完成的或不需要的日程。
- 在IDE中接收到点提醒并查看详情。
FAQ from Mcp日程表server
运行Mcp日程表server需要哪些环境?
需要Node.js(推荐20.10.0版本)以及对应的“MCP日程表”VSCode插件。同时需要在IDE中正确配置MCP Server路径和端口。
如何修改端口?
启动命令中使用 --port 指定端口(例如 --port 3001),默认值为3001。确保VSCode插件端的端口与此一致。
支持哪些IDE和编辑器?
支持VSCode、Trae、Cursor、Lingma。Trae中需先在插件市场安装该插件,然后在MCP配置中选择智能体启用。
是否可以创建循环日程?
可以。在Cursor或Trae中,可以通过自然语言或界面操作新增循环日程(例如“每天早上9点提醒我开会”)。
日程数据存储在哪里?
README未明确说明数据存储位置。推测数据由VSCode插件端管理,MCP Server仅提供HTTP接口进行增删查。
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments