# Connections Studio's AI becomes more useful when it can reach beyond Treasure Data. Connections let the AI read your Google Calendar, search your company's Glean knowledge base, pull HubSpot contacts, or query any custom tool — all within the same conversation. ## Built-in Connectors Studio includes one-click OAuth connectors for popular services: ![Connections panel](/assets/studio-connections.1ee964e9b585aa7985aab9c4e6c7b6ff93a433d7e99441fbf1dbe7866256115b.5c07e18c.png) | Service | What the AI Can Do | | --- | --- | | **Google Calendar** | Check your schedule, find meeting conflicts, summarize upcoming events | | **Gmail** | Search and read emails for context during analysis | | **Google Drive** | Access documents and spreadsheets referenced in conversations | | **Google Analytics** | Pull analytics data alongside TD data for unified reporting | | **Glean** | Search your company's internal knowledge base | | **HubSpot** | Look up contacts, deals, and CRM data | | **Atlassian** | Read Jira tickets and Confluence pages for project context | To connect a service: 1. Open **Settings > Connections** 2. Click **Connect** next to the service 3. Complete the OAuth flow in your browser 4. The status updates to **Connected** — the AI can now use it ## Custom MCP Servers Need to connect something that isn't built in? Studio supports custom [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) servers. If your team has internal APIs or tools, wrap them in an MCP server and Studio's AI can use them like any other tool. ![Custom MCP server](/assets/studio-mcp-server.d416daa3d6bceb311a1357d0d6b54e6996108bba8909bd16e91b2fb9e8aeb9ce.5c07e18c.png) To add one: 1. Open **Settings > Connections** 2. Click **Add MCP Server** 3. Enter the server URL (HTTP/SSE endpoint) 4. Configure authentication if needed (OAuth supported) 5. Click **Save** The server's tools appear automatically in chat. The AI discovers what's available and uses the right tool for the job. ## Built-in MCP Servers Studio ships with built-in servers that are always available: | Server | Description | | --- | --- | | **td-docs** | Searches Treasure Data documentation so the AI can reference accurate, up-to-date product information | ## Connection Health Studio monitors connections and shows their status: - **Connected** — Working normally - **Expired** — Token needs refresh (click to re-authenticate) - **Error** — Something went wrong (check the server URL or credentials) ## Security All connections use modern security practices: - **OAuth with PKCE** for all OAuth flows - **Encrypted token storage** via your system's credential manager (macOS Keychain) - **HTTPS only** — all traffic is encrypted in transit ## Next Steps - [Skills](/ja/treasure-code/studio/skills) — Extend the AI with specialized skills - [Introduction](/ja/treasure-code/studio) — Explore the full feature set - [Concepts](/ja/treasure-code/studio/concepts) — Understand projects, models, and credits