TurboTax
Tax tools and filing help
About TurboTax
TurboTax is Intuit's consumer tax preparation platform. Its remote MCP server exposes TurboTax tools to assistants so tax questions can be explored and filing tasks supported with Intuit's tax logic and account context.
Connection details
https://ai-inc.turbotax.intuit.com/358A1C1B-F73B-46A7-B130-4B14916E6843/v1/mcp- Transport
- Streamable HTTP
- Authentication
- OAuth
Setup
claude mcp add turbotax --transport http https://ai-inc.turbotax.intuit.com/358A1C1B-F73B-46A7-B130-4B14916E6843/v1/mcpFrequently asked questions
What is the TurboTax remote MCP server?
The TurboTax remote MCP server is a hosted Model Context Protocol endpoint at https://ai-inc.turbotax.intuit.com/358A1C1B-F73B-46A7-B130-4B14916E6843/v1/mcp, so AI assistants can connect to it without installing or running anything locally. TurboTax is Intuit's consumer tax preparation platform. Its remote MCP server exposes TurboTax tools to assistants so tax questions can be explored and filing tasks supported with Intuit's tax logic and account context.
How do I connect to the TurboTax MCP server?
Add the endpoint https://ai-inc.turbotax.intuit.com/358A1C1B-F73B-46A7-B130-4B14916E6843/v1/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.
Does the TurboTax MCP server require authentication?
Yes. TurboTax uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.
Which transport does the TurboTax MCP server use?
TurboTax exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.