StateTakeHome
Rank #44,910io.github.tresor4k/statetakehome-mcp
US take-home pay calculator by state: federal and state tax, FICA, deductions.
StateTakeHome is a Model Context Protocol (MCP) server published by tresor4k. It ranks #44,910 of 115,460 servers tracked on MCP Toplist. StateTakeHome is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 13, 2026 and most recently updated on Jul 13, 2026.
Ranks ahead of 70,550 of 115,460 servers on MCP Toplist.
Use StateTakeHome
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add statetakehome-mcp -- npx -y statetakehome-mcp[mcp_servers.statetakehome-mcp]
command = "npx"
args = ["-y", "statetakehome-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"statetakehome-mcp": {
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"statetakehome-mcp": {
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"statetakehome-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"statetakehome-mcp": {
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"statetakehome-mcp": {
"command": "npx",
"args": [
"-y",
"statetakehome-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tresor4k%2Fstatetakehome-mcp)<a href="https://mcptoplist.com/server/io.github.tresor4k%2Fstatetakehome-mcp"><img src="https://mcptoplist.com/badge/io.github.tresor4k%2Fstatetakehome-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tresor4k
Other servers by tresor4k
- Real Dental Costs#27,460 · 2 vers
- MaCalculatriceEnLigne#28,293 · 1 ver
- Calcuris#29,393 · 1 ver
- TableTemplates#44,911 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 13, 2026 |
Frequently asked questions
- Who maintains StateTakeHome?
- StateTakeHome is maintained by tresor4k, which publishes 5 MCP servers (6 total versions) tracked on MCP Toplist.
- Is StateTakeHome listed on the Official MCP Registry?
- Yes — StateTakeHome is listed on the Official MCP Registry, alongside Glama.
- How many versions does StateTakeHome have?
- MCP Toplist tracks 1 version of StateTakeHome, most recently published on Jul 13, 2026.
- Where can I find the source code for StateTakeHome?
- The source code for StateTakeHome is hosted at github.com/tresor4k/statetakehome-mcp.