mcpbeat Sign in

TaxBrainAI MCP Server

by harshil-projects Your server? Claim it
local only

TaxBrainAI MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi. Last commit 6 Jul 2026.

8 offline Indian income-tax MCP tools: deterministic compute, regimes, citations, notices.

Installs per day peak 16 · avg 8 · -18% w/w
a month agotoday
55
Installs / week
pypi · taxbrainai-mcp
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check TaxBrainAI MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add taxbrainai-mcp -- uvx taxbrainai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "taxbrainai-mcp": {
      "args": [
        "taxbrainai-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.taxbrainai-mcp]
command = "uvx"
args = ["taxbrainai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "taxbrainai-mcp": {
      "args": [
        "taxbrainai-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "taxbrainai-mcp": {
      "args": [
        "taxbrainai-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: TAXBRAIN_MCP_CASELAW_INDEX (Optional path to a JSONL case-law metadata index ({title, court, ...}) to enable the find_case_law lexical search. Unset => find_case_law returns an empty result set. No corpus ships with the package.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TaxBrainAI MCP

same job, measured the same way
MLP Tax Computation Engine
by lucasandersen

Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections.

6 tools answering
Agent Core
by kinbinghua-lgtm

Deterministic computation tools for AI agents. Zero dependencies, no network, read-only.

341 installs/wk local only
TaxCompass — Italian tax tools
by taxcompass

Sourced Italian tax tools for AI agents: cited primary-source search + a deterministic tax engine.

4 tools answering
Cochlea
by richer-richard

Render, analyze, and verify audio (WAV/FLAC/mp3/ogg) offline and deterministically via MCP tools.

local only
C
Burnes Atelier Operations Reconciliation
by burnesatelier

Deterministic operations reconciliation for AI agents: COMPLETE, INCOMPLETE, or NEEDS_REVIEW.

1 tools answering
Lr Labs
by abhinandansethi

Deterministic cross-border tax engine: PE, GAAR, Indian TP, rule-level lookup. Compiled law, no LLM.

5 tools answering
Lens MCP
by segentic-lab

Deterministic navigation maps over code + markdown + Prisma for AI agents: 13 MCP tools

local only
ideaudit
by inite

The scoring behind an audit allowed to say no. Twenty deterministic tools, offline, no account.

57 installs/wk 21 tools answering

TaxBrainAI MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for TaxBrainAI MCP?
TaxBrainAI MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package taxbrainai-mcp was installed 55 times last week.
How do I connect TaxBrainAI MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls taxbrainai-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use TaxBrainAI MCP?
The pypi package taxbrainai-mcp was installed 55 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TaxBrainAI MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.