What problem does it solve?
Connecting an AI agent to a live Twenty CRM workspace and turning raw API output into readable, linked records requires manual MCP configuration and formatting rules. This Skill handles workspace connection setup, record retrieval, and consistent Markdown presentation of CRM data.
Core Features & Use Cases
- MCP Workspace Connection: Configure Codex to connect to an existing Twenty workspace through MCP, including URL normalization, OAuth guardrails, and setup troubleshooting.
- Record and Metadata Retrieval: Query and inspect workspace records, objects, fields, schema, and configuration from a running Twenty instance.
- Readable Output Formatting: Present CRM data as Markdown with formatted dates, values, compact tables, and record links built as
{workspaceOrigin}/object/{objectNameSingular}/{recordId}.
- Use Case: Ask the agent to list all companies in your Twenty workspace, and receive a compact Markdown table where each company name links directly back to its record in Twenty.
Quick Start
Use $use-twenty-mcp to connect Codex to my Twenty workspace and list all my companies with links to each record.