Typist MCP supports clients that can connect to a remote Streamable HTTP server and complete OAuth in a browser.
You sign in and approve read-only access in your browser. No API key is required.
- Open Customize → Connectors.
- Select Add custom connector and paste
https://mcp.iamtypist.dev/mcp. - Connect Typist and approve access in the browser.
- Enable Developer mode in Settings → Apps → Advanced settings.
- Select Create, paste
https://mcp.iamtypist.dev/mcp, and scan the tools. - Approve access when ChatGPT connects to Typist.
ChatGPT Pro supports read-only MCP apps. Business, Enterprise, and Edu workspaces may require an admin to enable Developer mode. See ChatGPT’s MCP app guide.
claude mcp add --transport http typist https://mcp.iamtypist.dev/mcpRun /mcp, select typist, and approve access in the browser.
codex mcp add typist --url https://mcp.iamtypist.dev/mcp
codex mcp login typistApprove access in the browser.
Add this to mcp.json:
{
"mcpServers": {
"typist": {
"url": "https://mcp.iamtypist.dev/mcp"
}
}
}code --add-mcp '{"name":"typist","url":"https://mcp.iamtypist.dev/mcp"}'Start Typist from the MCP view and approve access in the browser.
Use the server URL:
https://mcp.iamtypist.dev/mcpChoose Streamable HTTP when the client asks for a transport. The client must support OAuth for remote MCP servers.
Verify the connection
Ask the client:
Search my recent Typist transcriptsA working connection calls search_transcripts and returns your completed transcripts.