Skip to main content
ThinkEx provides a remote Model Context Protocol server for working with your workspace content from compatible AI clients.
Use https://thinkex.app/mcp as the server URL. ThinkEx uses browser-based OAuth, so you do not need to create an API key, client ID, or client secret.

Connect a Client

Your client must support remote Streamable HTTP MCP servers with OAuth.
1

Open connectors

In Claude or Claude Desktop, open Customize → Connectors. Team and Enterprise owners add custom connectors from Organization settings → Connectors.
2

Add ThinkEx

Choose Add custom connector, enter ThinkEx as the name, and use https://thinkex.app/mcp as the remote MCP server URL.
3

Connect

Select Connect, sign in to ThinkEx, review the requested permissions, and choose Allow.
4

Enable it in a conversation

Open the connectors menu from the chat composer and enable ThinkEx for the conversation.
See Claude’s custom connector guide for plan and organization controls.

Permissions

The consent screen requests two permissions: OAuth permission does not override your workspace role. ThinkEx checks your current membership on every operation: If your role changes or you lose access to a workspace, the change applies to subsequent MCP operations.

How Workspace Selection Works

The client first asks ThinkEx for the workspaces available to your account. Each result includes the workspace name, stable ID, and your role. The client uses the name to understand your request and passes the exact ID back to ThinkEx for later operations. Within a selected workspace, items use readable absolute paths such as /Research/Notes. Workspace names are not used as identifiers, so duplicate or renamed workspaces remain unambiguous.

Available Actions

Connected clients can:
  • List available workspaces and membership roles.
  • Browse folders and workspace items.
  • Read documents and extracted file content.
  • Create folders and documents.
  • Edit documents and item relationships.
  • Rename, move, link, and delete workspace items.
ThinkEx exposes these capabilities through a compact code-mode interface so clients do not need to load every operation schema into the conversation at once.
Connected clients can change or delete content when your workspace role allows it. Review permission prompts and consequential tool calls in your AI client.

Troubleshooting