Icyn Date for Cursor
io.github.icyn12-tinker/icyn-date
Date context for agents: Chinese lunar calendar, solar terms, holidays for 12 regions. Offline.
client:Cursor
transport:stdio
runtime:npm
Install Icyn Date in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"icyn-date": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@icyn/date-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs