🚀 TaxDone MCP Server Setup
What is MCP?
Model Context Protocol (MCP) allows AI tools like ChatGPT and Cursor to securely access TaxDone APIs and functions. When connected, you can use TaxDone tools directly in your IDE.
📋 Setup Instructions for Cursor
Quick Start (5 minutes)
- Visit the authentication page:Authenticate with TaxDone
- Sign in with your TaxDone account
- Complete the browser authentication prompt
- Open Cursor and configure the MCP server:
- Server URL:
https://mcp.taxdone.ch/mcp - Auth Method: OAuth (auto) or Bearer token if prompted
- Server URL:
- Restart Cursor
- Start using TaxDone tools! 🎉
Detailed Steps
Step 1: Get Your Access Token
Click the button below to authenticate. You'll be asked to sign in with your TaxDone account. After signing in, you'll receive an access token.
🔐 Get Access TokenStep 2: Configure in Cursor
Once you have your token, configure Cursor:
- Open Cursor Settings (Cmd+, on Mac / Ctrl+, on Windows)
- Search for "MCP" or "Model Context Protocol"
- Click "Add Server" or similar button
- Fill in the configuration:Name: TaxDoneType: HTTPURL: https://mcp.taxdone.ch/mcpAuth Type: Bearer Token (or Authorization Header)Token/Header: [Paste your token here]
- Click Save
Step 3: Restart Cursor
Close and reopen Cursor for the changes to take effect.
Step 4: Start Using MCP
You should now see TaxDone tools available in Cursor's context menu or suggestion box. Try using one to verify the connection works!
❓ Troubleshooting
"Connection refused" or "Cannot connect"
- Verify your MCP server URL is exactly: https://mcp.taxdone.ch/mcp
- Check that your access token is correct (not expired)
- Try getting a new token from the authentication page
- Restart Cursor completely
"Unauthorized" or "Invalid token"
- Your access token may have expired (tokens last 1 hour)
- Get a new token: Visit the authentication page
- Make sure you copied the entire token (including the beginning)
Token keeps expiring
- Access tokens expire after 1 hour for security
- Get a new token by visiting the authentication page again
- We're working on longer-lived tokens for future releases
Still having issues?
Please check:
- Your internet connection is working
- You're using a recent version of Cursor
- Your TaxDone account has MCP access enabled
🔒 Security & Privacy
Your access tokens are:
- Encrypted in transit (HTTPS only)
- Time-limited (expire after 1 hour)
- Specific to your account and the MCP service
- Never shared with third parties
Always keep your access token private. Don't share it or commit it to version control. If you suspect your token is compromised, get a new one from the authentication page.