StateTakeHome for Cursor
io.github.tresor4k/statetakehome-mcp
US take-home pay calculator by state: federal and state tax, FICA, deductions.
client:Cursor
transport:stdio
runtime:npm
Install StateTakeHome in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statetakehome-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs