Skip to content
VS Code

menhthien for VS Code

io.github.truonglam1987/menhthien

Connect astrology chart data from menhthien.com to Claude Desktop and MCP-compatible AI assistants.

client:VS Code transport:stdio runtime:npm

Install menhthien in VS Code

.vscode/mcp.json

{
  "servers": {
    "menhthien": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "menhthien"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

menhthien in other clients