claude.ai
Connect Tailwind to Claude on the web with OAuth.
Setup instructionsThe Tailwind MCP (Model Context Protocol) Server connects AI assistants directly to your Tailwind account. You can plan, create, and schedule Pinterest content in a conversation while Tailwind remains the system that manages your accounts and publishing queue.
Connect an AI assistantMCP is an open standard that lets AI applications connect to external tools and data. Tailwind hosts a remote MCP server at:
https://mcp.tailwind.aiChoose your AI client in the setup guide. Clients that support OAuth open a Tailwind sign-in page so you can approve access without creating or pasting an API key. API keys remain available as a fallback for clients that cannot use OAuth.
With the Tailwind MCP Server, an AI assistant can:
Assistant actions are performed with your Tailwind permissions and count toward the limits or credits included with your plan.
claude.ai
Connect Tailwind to Claude on the web with OAuth.
Setup instructionsClaude Desktop
Use Claude's native remote connector with OAuth.
Setup instructionsChatGPT
Connect Tailwind as a custom MCP app with OAuth.
Setup instructionsClaude Code
Add Tailwind as a remote HTTP server and authenticate with OAuth.
Setup instructionsCursor
Install Tailwind in Cursor and authenticate with OAuth.
Setup instructionsCodex
Add Tailwind to the Codex CLI and authenticate with OAuth.
Setup instructionsIf your client is not listed, use the Other MCP client setup.
After connecting Tailwind, try prompts such as:
“What Pinterest accounts do I have connected to Tailwind?”
“Show me the boards for my business account.”
“Create a draft pin from this image for my Recipe Ideas board.”
“Schedule the draft for tomorrow at 9:00 AM.”
Your assistant may ask for confirmation before it performs an action that changes your Tailwind account.
Tailwind supports two ways to authenticate an MCP connection:
Authorization: Bearer header. Keep the key private and revoke it from Settings > Integrations if it is exposed.Only connect clients you trust. Review the permissions shown during OAuth authorization and review any configuration before accepting an install deeplink.
Building a server-side integration instead of connecting an assistant? Start with the REST API authentication guide.