panchangam for Cursor
io.github.socraticsurge/panchangam
Telugu Panchangam: tithi, nakshatra, muhurtas, festivals, tarabalam, gochara, daily rasi phalalu
client:Cursor
transport:stdio
runtime:pypi
Install panchangam in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"panchangam": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-panchangam"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs