claude CLI).
Claude.ai: OAuth
Step 1: Open Claude.ai
- In your browser, open claude.ai and sign in.
Step 2: Access Connectors
- In the left sidebar, open Customize → Connectors, or go directly to claude.ai/customize/connectors.
Step 3: Add Timbal as a new MCP server
- Click the + button (next to the search control), then choose Add custom connector.
-
Add the Timbal MCP URL (
https://api.timbal.ai/mcp). For example, you can name the connectortimbal-mcp. - When timbal-mcp appears in the list as a custom connector, click Connect.
- A browser window will open to complete Timbal authentication.
- Log in using your preferred method: GitHub, Google, Microsoft, or Timbal OAuth.
- Accept the OAuth permissions when prompted and continue.
- Return to Claude — you can use Timbal tools in chat.
Claude Code: API Key
Step 1: Open Claude Code
- Install Claude Code (the
claudeCLI) on your machine if you have not already. - Open a terminal where you want to use Timbal tools with Claude.
Step 2: Add Timbal as a new MCP server
-
Run the following, replacing
<TIMBAL_API_KEY>with your Timbal API Key: -
If you already added
timbal-mcpwithout a header, runclaude mcp remove timbal-mcp, then run the command again.
You can choose another server name instead of
timbal-mcp; it is only a label in your local Claude Code configuration.See the Authentication documentation for instructions on generating an API Key.
Step 3: Start using Timbal in Claude Code
- Run
claudeand work in your repository as usual. - Start a chat.
- You can now use Timbal tools in your conversation. Claude Code will automatically leverage the MCP integration.
- Approve tool runs when Claude Code prompts you, if your security settings require confirmation.