GetBirthChart MCP for Cursor
io.github.getbirthchart-com/getbirthchart-mcp
Official MCP server for GetBirthChart astrology calculations.
client:Cursor
transport:stdio
runtime:npm
Install GetBirthChart MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"getbirthchart-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getbirthchart/mcp"
],
"env": {
"GETBIRTHCHART_API_KEY": "<GETBIRTHCHART_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs