mcpbeat Sign in

Twenty MCP Server

answering

Twenty is answering right now. Last checked 15 min ago. It exposes 20 tools. Last commit 1 Sep 2026.

Read people, companies, opportunities, notes and tasks; create and update records in Twenty CRM.

Uptime history 47 days of history · worst day 17%
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
20
Tools
read from the server
175 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Twenty every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add twenty --transport http https://twenty.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twenty": {
      "url": "https://twenty.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.twenty]
url = "https://twenty.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "twenty": {
      "url": "https://twenty.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "twenty": {
      "url": "https://twenty.usefulapi.io/mcp"
    }
  }
}

Available tools 20

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

twenty
twenty_create_company
Create a new company. `name` is required. Twenty REST: POST /rest/companies.
twenty_create_note
Create a note. `title` is required; `body` holds the note content. (Attaching to records via noteTargets is out of scope.) Twenty REST: POST /rest/notes.
twenty_create_opportunity
Create a new opportunity (deal). `name` is required; amountMicros combines with currencyCode into amount:{amountMicros,currencyCode}. Twenty REST: POST /rest/opportunities.
twenty_create_person
Create a new person (contact). All fields optional; firstName/lastName combine into name:{firstName,lastName}. Twenty REST: POST /rest/people.
twenty_create_task
Create a task. `title` is required. Twenty REST: POST /rest/tasks.
twenty_get_company
Get a single company by id. Twenty REST: GET /rest/companies/{id}.
twenty_get_note
Get a single note by id. Twenty REST: GET /rest/notes/{id}.
twenty_get_opportunity
Get a single opportunity by id. Twenty REST: GET /rest/opportunities/{id}.
twenty_get_person
Get a single person (contact) by id. Twenty REST: GET /rest/people/{id}.
twenty_get_task
Get a single task by id. Twenty REST: GET /rest/tasks/{id}.
twenty_list_companies
List/filter companies. Supports cursor pagination, raw filter/order_by, and relation depth. Twenty REST: GET /rest/companies.
twenty_list_metadata_objects
List all objects (standard + custom) and their fields from the Twenty schema — use this to discover custom objects/fields and valid field names. Twenty REST: GET /rest/metadata/objects.
twenty_list_notes
List/filter notes. Supports cursor pagination, raw filter/order_by, and relation depth. Twenty REST: GET /rest/notes.
twenty_list_opportunities
List/filter opportunities (deals). Supports cursor pagination, raw filter/order_by, and relation depth. Twenty REST: GET /rest/opportunities.
twenty_list_people
List/filter people (contacts). Supports cursor pagination, raw filter/order_by, and relation depth. Twenty REST: GET /rest/people.
twenty_list_tasks
List/filter tasks. Supports cursor pagination, raw filter/order_by, and relation depth. Twenty REST: GET /rest/tasks.
twenty_update_company
Update fields on an existing company. Only provided fields change. Twenty REST: PATCH /rest/companies/{id}.
twenty_update_opportunity
Update fields on an existing opportunity. Only provided fields change. Twenty REST: PATCH /rest/opportunities/{id}.
twenty_update_person
Update fields on an existing person. Only provided fields change. Twenty REST: PATCH /rest/people/{id}.
twenty_update_task
Update fields on an existing task. Only provided fields change. Twenty REST: PATCH /rest/tasks/{id}.

Endpoints

URLTransportStateLatencyChecked
https://twenty.usefulapi.io/mcp streamable-http answering 250 ms 15 min ago

Alternatives to Twenty

same job, measured the same way
Keap
by usefulapi

List and create Keap contacts, companies, tasks, opportunities, orders, tags and campaigns.

18 tools answering
Airtable
by mcparmory

Create, read, update, and delete records in Airtable bases and tables

245 installs/wk local only
Pipedrive
by usefulapi

Read deals, persons, organizations, activities and pipelines; create and update CRM records.

19 tools answering
Relaticle
by relaticle

Open-source CRM your AI agents can write to: companies, people, deals, tasks, notes, pipeline.

answering
Freshdesk
by usefulapi

Read tickets, contacts, companies, agents and groups; create, update and reply to tickets.

19 tools answering
Google Tasks
by girmmy

Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.

389 installs/wk local only
Clickup
by usefulapi

Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.

14 tools answering
Falconer
by falconer

Search, read, create, update, and organize company knowledge in Falconer.

answering

Twenty — questions

Answers built from our own checks of this server.

What can Twenty do?
It exposes 20 tools, read directly from the server on our last check. Among them: twenty_create_company, twenty_create_note, twenty_create_opportunity, twenty_create_person, twenty_create_task, twenty_get_company and 14 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Twenty working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 175 ms. The bar chart above shows every period we have measured.
How do I connect Twenty?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Twenty need an API key?
No. Twenty completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 20 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Twenty?
It answers our handshake in 175 ms on average, which is faster than 71% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Twenty open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.