Getting Started
Connect your AI assistant to Tycana in under a minute.
Create an account
Sign up at app.tycana.com. We’ll send you a magic link — no password needed. Your 14-day free trial starts immediately.
Connect your AI assistant
Pick the one you use. Each connects a little differently.
Claude.ai
OAuthBrowser-based. No tokens to manage.
- In your Tycana dashboard, go to OAuth Clients and create a new client.
- In Claude.ai, add Tycana as a remote MCP server with the URL
https://app.tycana.com/mcp - Approve the consent screen and you’re connected.
Claude Code
CLITerminal-based. One command.
- In your Tycana dashboard, generate a Personal Token.
- Run:
claude mcp add tycana \
--transport streamable-http \
https://app.tycana.com/mcp \
--header "authorization: Bearer YOUR_TOKEN"Claude Desktop
ConfigDesktop app. Edit one config file.
- Generate a personal token from your dashboard.
- Add to
claude_desktop_config.json:
{
"mcpServers": {
"tycana": {
"type": "streamable-http",
"url": "https://app.tycana.com/mcp",
"headers": {
"authorization": "Bearer YOUR_TOKEN"
}
}
}
}Restart Claude Desktop after saving. Config location varies by OS.
Other apps
MCPChatGPT, Cursor, Copilot, or any MCP-compatible app.
- Generate a personal token from your dashboard.
- Configure with server URL
https://app.tycana.com/mcpand your token as a Bearer header.
Start talking
No commands. No special syntax. Just talk to your AI.
Troubleshooting
Authentication failed
For personal tokens, check that it includes the tyk_ prefix. For OAuth, verify your Client ID and Secret. Generate new credentials from your dashboard at any time.
Connection refused
Make sure the URL is https://app.tycana.com/mcp (not /api/mcp or other variations).
Tools not appearing
Restart your AI assistant after adding the configuration. Claude Desktop requires a full restart.
Token expired
Personal tokens are valid for 90 days. Generate a new one from your dashboard and update your configuration.
Ready to go?
Connect once, then just talk to your AI. That’s it.
14-day free trial. No credit card required. See pricing →