ThinkReview MCP - Version 1.3 Release Notes
Release Date: 11 August 2026
Product: MCP
---
π― What's New
Browser OAuth for MCP clients π
ThinkReview MCP now supports OAuth 2.1 at mcp.thinkreview.dev. Add a URL-only config in Cursor, Claude Code, Claude Desktop, or GitHub Copilot, then click Authenticate β a browser window opens on the ThinkReview portal so you can sign in and allow access.
No Bearer token is required in your MCP config files for this flow. Portal consent lives at portal.thinkreview.dev/mcp/oauth.
Portal setup: choose OAuth or Bearer ποΈ
The MCP integration page now presents two clear authentication methods:
- OAuth (recommended) β URL-only snippets and Authenticate steps for each client
- Bearer token β the existing long-lived portal token (still used by the browser extension and as a fallback)
OAuth MCP sessions are separate from the extension Bearer token. Regenerating the Bearer token does not revoke OAuth sessions.
Claude Desktop support documented π₯οΈ
Claude Desktop does not accept Claude Codeβs "type": "http" config in claude_desktop_config.json. v1.3 docs cover:
- Connectors (recommended) β add https://mcp.thinkreview.dev/v1 as a custom connector
- mcp-remote bridge β local stdio proxy for the Desktop config file
Streamlined Firestore OAuth store ποΈ
The authorization server now keeps clients, pending consent, auth codes, and tokens in a single McpOAuth collection (kind-prefixed documents), with the same PKCE and hashing security model as before.
---
π§ Requirements
- A ThinkReview account with an active plan or available review credits
- A Personal Access Token under Settings β Integrations for the git host of the PR you want to review
- An MCP client that supports Streamable HTTP, plus either:
- OAuth for remote HTTP servers (recommended), or
- Authorization: Bearer from portal.thinkreview.dev/mcp
---
π Support
- MCP setup: portal.thinkreview.dev/mcp
- Docs: thinkreview.dev/docs/mcp-integration
- Feedback: Share your feedback
- Bug reports: Use the "Report a Bug" button in the extension review panel
---
Thank you for using ThinkReview! π