menhthien for Cursor
io.github.truonglam1987/menhthien
Connect astrology chart data from menhthien.com to Claude Desktop and MCP-compatible AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install menhthien in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"menhthien": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"menhthien"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs