Motif's MCP server plugs into Cursor's agent in 30 seconds. Ask Cursor to turn a podcast URL or draft into platform-native posts — the output lands in the same window you're already in.
What is Cursor?
Cursor is the AI-native code editor built on VS Code, with native support for the Model Context Protocol (MCP). Adding an MCP server to Cursor gives its agent direct tool access — no copy-pasting between windows. Motif ships an MCP server so Cursor can call the content engine while you're writing code.
Setup guide
Get your Motif API key
Sign up for Motif Starter ($29/mo) or Pro ($59/mo), then create an API key at Settings → API Keys in your dashboard. Copy it — you'll only see it once.
# Your key looks like this:
motif_k8x3...aBcDeFgHiJkLmNoPqRsTuVwXyZAdd Motif to your Cursor MCP config
Open Cursor Settings → MCP → Add new MCP server. Paste the config below (or edit .cursor/mcp.json directly).
{
"mcpServers": {
"motif": {
"command": "npx",
"args": ["-y", "@motif/mcp-server"],
"env": {
"MOTIF_API_KEY": "motif_YOUR_KEY_HERE"
}
}
}
}Restart Cursor and verify
Restart Cursor. You should see "motif" listed under available MCP tools in the Agent panel. If not, check the MCP logs (Settings → MCP → motif → View logs) for the connection error.
Use it from the agent
Ask Cursor's agent to repurpose content. It will call the Motif tool directly — no shell-out, no copy-paste.
# In Cursor's agent chat:
"Use Motif to repurpose https://myblog.com/latest-post"
# Or for text you have open:
"Take the blog draft in this file and run it through Motif"
# Cursor calls motif.repurpose → you get posts for
# LinkedIn, X, Instagram, TikTok, email, and blog.Why connect Cursor to Motif?
Zero context switching
Your editor is already open. No browser tab, no dashboard. The agent calls Motif, waits, and drops the posts into the conversation you're already having.
Your voice, your code
Motif trains on your writing samples, so posts match your voice. Use it to write your own social content from the tool you already use for everything else.
Scriptable from your codebase
Cursor's agent can reference files in your repo when calling Motif — turn a release notes file, a README, or a PR description into platform-native posts in one prompt.
What you can build
Release → social in one prompt
You ship a new version. Ask Cursor: "Repurpose the changelog into a LinkedIn post and a Twitter thread in my voice." Posts arrive in seconds, ready to copy.
Blog draft → multi-platform
You're drafting a blog post in Markdown. Before shipping, ask the agent to pre-generate platform-native versions using Motif. Publish everywhere on day one.
Personal-brand automation
Wire a Cursor task that watches a notes folder. When a new meeting note lands, Cursor calls Motif and drops the repurposed post drafts into a queue file.
From people like you
“I used to spend Sunday evenings writing LinkedIn posts. Now I drop in a podcast episode and get a week of posts in 10 minutes. Went from 2 posts/week to 12.”
“Motif turned our team's internal meeting notes into 3 months of LinkedIn content. We went from zero social presence to 2 inbound leads a week.”
“I used to spend 6 hours a week on social content. Now it's 30 minutes. The math alone makes Motif worth 10x what I pay.”
Yes — API access requires Starter ($29/mo) or Pro ($59/mo). Create an API key in your Motif dashboard at Settings → API Keys.
Cursor's agent understands MCP tools natively — no custom prompt engineering. One config file and it's available. You can still hit Motif's REST API directly from scripts if you prefer.
repurpose (main content engine), generate (single-platform), extract-ideas (pull insights from long-form content), voices (manage voice profiles), and jobs (check async status). All return structured JSON Cursor's agent can reason about.
In Cursor: Settings → MCP → motif → View logs. Most issues are API-key-missing or old Node version (MCP needs Node 18+).
60 requests per minute per API key. Plenty for interactive use; rarely an issue from a single Cursor session.
See also
Your voice. Every platform. Minutes, not hours.
$29/mo · 7-day money-back guarantee · Cancel anytime