Bizora's MCP server lets you bring AI-powered tax research directly into Claude Desktop. Instead of switching between tools, you can ask tax questions, pull citations, and run research — all inside your Claude chat. Here's how to set it up in a few minutes.
API keys start with the sk_ prefix.
Claude Desktop stores its configuration in a JSON file on your computer. Open Terminal and run:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
If you prefer a code editor:
# VS Code
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
# Cursor
cursor ~/Library/Application\ Support/Claude/claude_desktop_config.json
Update your config file to include the mcpServers block below. Replace YOUR_API_KEY with the sk_... key you generated in Step 1.
{
"preferences": {
"quickEntryDictationShortcut": "capslock",
"coworkScheduledTasksEnabled": true,
"ccdScheduledTasksEnabled": true,
"sidebarMode": "chat",
"coworkWebSearchEnabled": true
},
"mcpServers": {
"bizora-tax": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.api-bizora.ai/sse",
"--header",
"Authorization: Bearer YOUR_API_KEY",
"--header",
"X-Response-Format: full"
]
}
}
}
The X-Response-Format: full header returns complete responses including sources and metadata alongside every answer.
Save the file and fully quit and relaunch Claude Desktop.
Once Claude Desktop relaunches, look for the hammer icon in the bottom left of the chat input. Click it — you should see tax-research listed as an available tool.
If the hammer icon isn't there, mcp-remote may not be installed. Run this in Terminal and restart Claude Desktop:
npm install -g mcp-remote
Ask a tax question in Claude Desktop:
"What are the Section 199A deduction rules for pass-through entities?"
Claude will automatically call the tax-research tool — you'll see it activate mid-response. The answer comes back with citations pulled directly from Bizora's research engine.
You can also confirm the connection is working by asking:
"Is tax research working?"
Once connected, Bizora's tax-research tool is available in every Claude Desktop chat. A few ways to use it:
Ready to get started? Try Bizora free at webapp.bizora.ai.