GetBirthChart MCP for Windsurf
io.github.getbirthchart-com/getbirthchart-mcp
Official MCP server for GetBirthChart astrology calculations.
client:Windsurf
transport:stdio
runtime:npm
Install GetBirthChart MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"getbirthchart-mcp": {
"command": "npx",
"args": [
"-y",
"@getbirthchart/mcp"
],
"env": {
"GETBIRTHCHART_API_KEY": "<GETBIRTHCHART_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs