How to Connect Thinkific to Claude

    Plan Availability
  • Plus
    Legacy Plans
  • Plus
    Platform
  • Plus

After connecting Thinkific MCP, Claude can read your school's courses, learners, enrollments, and products directly from your conversation. Connection steps vary depending on which Claude client you use — follow the section that applies to you.

We are in the process of rolling this feature out, and it might not be available on your account. Stay tuned for full release!

Applies to:

  • Plan: Plus
  • Role: Site Owner, Site Admin
  • Platform: Web

How to Connect Thinkific to Claude.ai (Web) and Claude Desktop

This method works with any Claude.ai paid plan. No downloads or config files needed.

  1. In Claude.ai, click Customize in the top-left sidebar
  2. Select Connectors
  3. Select Browse connectors
  4. Search for Thinkific and select it
  5. Click Connect
  6. Enter your school's subdomain if prompted
  7. Review the permissions screen
  8. Click Authorize with Thinkific

Once connected, your school data will be available in Claude immediately. You only authorize once. To use the MCP in a conversation, open the + panel and turn on Thinkific.

Don't see Thinkific in the list? It may not be available for your plan or region yet, or your organization hasn't added it.

How to Connect Claude on Teams and Enterprise Plans

An Owner can add Thinkific MCP for the whole organization from Organization Settings, then Connectors. Each organization member can then turn it on per conversation from the + panel.

How to Connect Thinkific to Claude Code

Connect Thinkific to Claude Code using Command-Line Interface (CLI)

  1. Run this command in your terminal:
  claude mcp add --transport http thinkific https://mcp.thinkific.com/mcp
  1. The first time you use the connector, Claude Code opens a browser to authorize with your Thinkific school. 
  2. Sign in and click Authorize.
  3. Confirm it was added by running this command:
  claude mcp list

Connect Thinkific to Claude Code to a Single Project

  1. Create or open .mcp.json in your project root
  2. Add the following:
  3. {
      "mcpServers": {
        "thinkific": {
          "type": "http",
          "url": "https://mcp.thinkific.com/mcp"
        }
      }
    }
  4. Commit this file to share the connector with your team

This file contains no credentials, so it's safe to commit. Each team member must authorize their own Thinkific account.

How to Disconnect Claude from Your Thinkific

  1. From your Admin Dashboard, select Integrations
  2. Select Thinkific MCP
  3. Select Uninstall

Important Considerations

  • Authorization is one-time per client. Once connected, Claude keeps access until you revoke it.
  • One instance of Claude can be connected to one Thinkific site only.

Frequently asked questions

Do I need to reconnect every time I start a new conversation?

No. Authorization is one-time. In Claude.ai or Claude Desktop, you might need to turn the connector on per conversation from the + panel, but you don't need to re-authorize with Thinkific each time.

How do I know the connection worked?

Ask Claude something about your school — for example, "List my courses" or "What school am I connected to?" If the connector is active, Claude returns your school data. If not, see Troubleshooting the Thinkific connector for Claude.

Can I connect multiple Thinkific sites to one Claude instance?

No, at the moment, one instance of Claude can be connected to one Thinkific site only.

Was this article helpful?
0 out of 0 found this helpful