Overview
Retab exposes its workflow and document tools through an MCP server, so you can build and run document pipelines directly from an MCP-compatible client. Use these connection settings across clients:| Setting | Value |
|---|---|
| Server name | retab |
| Transport | streamable-http |
| Server URL | https://mcp.retab.com/mcp |
| Authentication | OAuth or Api-Key header, depending on the client |
Before You Start
Make sure you have:- A Retab account
- A Retab API key from Settings > API Keys
- A supported MCP client such as Claude Code, Claude Desktop, Codex, or another MCP-compatible app
Claude Code
Run this command in your terminal:YOUR_API_KEY with your Retab API key.
Claude Desktop
A paid Claude subscription is required to connect MCP servers in Claude Desktop.- Open Settings
- Go to Connectors
- Click Add custom connector
- Set the server name to
retab - Set the server URL to
https://mcp.retab.com/mcp - Complete the authentication flow when Claude redirects you to it
Codex
Run this command in your terminal:- Codex opens an OAuth consent URL in your browser
- Complete the authorization flow for your Retab account
- Verify that the server is connected:
Generic MCP Clients
If your client supports manual MCP configuration, use:| Setting | Value |
|---|---|
| Server Name | retab |
| Transport | Streamable HTTP |
| URL | https://mcp.retab.com/mcp |
| Auth Header | Api-Key: YOUR_API_KEY |
After Installation
Once the MCP server is connected, you can ask your client to:- Browse your Retab files or collections
- Build a workflow from sample documents
- Run the workflow and iterate on the extraction results