Day AI MCP Server

Official

An AI-native CRM your assistant can actually read from and write to.

Remote serverstreamable-http

What is the Day AI MCP server?

Day AI's remote MCP server exposes CRMx contacts, companies, opportunities and meeting transcripts so assistants can research accounts and update records. Exposed over MCP by the day ai mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Day AI's remote MCP server exposes CRMx contacts, companies, opportunities and meeting transcripts so assistants can research accounts and update records.

Its toolset

Everything the assistant can do here goes through one of these:

  • search_objects — Query contacts, companies, opportunities and custom CRM objects in a single call
  • Create contact — Add a new person to CRMx from an email thread, transcript or conversation
  • Create opportunity — Open a new deal record and attach it to the relevant company and contacts
  • Access meeting transcripts — Read transcripts of recorded calls and meetings tied to an account or opportunity
  • Draft email — Compose follow-up or outreach email drafts grounded in the CRM record
  • Send notification — Push a notification to the workspace so teammates see what changed

Configuration

A Day AI workspace on a paid Agent tier. Connect over OAuth on first use; the assistant inherits the permissions of your workspace role.

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the planning and project tracking group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Day AI's toolset — search_objects, Create contact, Create opportunity and 3 more — is a fair guide to whether it matches your workflow. It is maintained by Day AI rather than a third party, which usually means auth handling and breaking changes are dealt with faster.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the day ai mcp server does with a few real requests.

What you can do with it

Brief yourself before a call

Ask for everything the CRM holds on an account — open opportunities, recent contacts, and what was said on the last call — and get a briefing assembled from records rather than recollection.

Turn a meeting into CRM data

After a call, have the assistant read the transcript, create any new contacts mentioned, update the opportunity stage and draft the recap email in one pass.

Audit a stale pipeline

Search across opportunities for deals with no recent activity and compare the stage field against what transcripts and emails actually suggest.

Available tools

ToolWhat it does
search_objectsQuery contacts, companies, opportunities and custom CRM objects in a single call.
Create contactAdd a new person to CRMx from an email thread, transcript or conversation.
Create opportunityOpen a new deal record and attach it to the relevant company and contacts.
Access meeting transcriptsRead transcripts of recorded calls and meetings tied to an account or opportunity.
Draft emailCompose follow-up or outreach email drafts grounded in the CRM record.
Send notificationPush a notification to the workspace so teammates see what changed.

How to install the Day AI MCP server

claude mcp add day-ai --transport http https://day.ai/api/mcp

Configuration

A Day AI workspace on a paid Agent tier. Connect over OAuth on first use; the assistant inherits the permissions of your workspace role.

Example prompts to try

  • Show me every open opportunity at Northwind and summarise what happened on the most recent call.
  • Create a contact in Day AI from this email thread and link them to the existing account.
  • Which Q3 deals have not had any activity in the last three weeks?
  • Draft a follow-up email to everyone who attended yesterday's demo.

Frequently asked questions

CRMx is Day AI's AI-native CRM. Rather than relying on reps to log activity, it constructs structured records — people, companies, opportunities — from emails, chats and meetings automatically. The practical effect for MCP users is that queries return populated records with real context attached, instead of the sparse fields that plague manually maintained systems.