Copysmith Connector for AI agents.
12 live capabilities
Generate high-converting marketing copy at scale
Waiting for input…
Why people use Copysmith
Copysmith for ending manual copy-pasting in marketing
This Connector changes that. Your agent handles the movement of data for you. You tell it to create a generation using a specific template, and it puts the result exactly where it belongs in your folder structure. You get a finished marketing asset without the manual overhead.
What Vinkius changes
You get a direct line to your marketing content without leaving your chat window.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Bulk product description creation
An e-commerce owner asks their agent to generate descriptions for 50 new items.
- Real-world use case 02
Ad variation management
A marketer wants to see all variations for a summer campaign.
- Real-world use case 03
Agency content orchestration
An agency lead needs to organize content for three different clients.
Complete set · 12capabilities
The complete Copysmith capability set.
These are the exact actions your AI can choose when you ask it to work with Copysmith.
01—04
4 capabilities in this set.
Part of 12 available through Copysmith.
- 01 Capability
Delete folder
Delete an entire folder of content. This is useful for clearing out old campaign assets.
- 02 Capability
Delete file
Remove a specific file from your content repository. Use this to clean up old drafts or mistakes.
- 03 Capability
Get file
Pull the specific details of a saved content file. Use this to review a specific piece of copy.
- 04 Capability
Get generation
Check the status of a content generation job. Use this to see if your copy is ready.
05—08
4 capabilities in this set.
Part of 12 available through Copysmith.
- 05 Capability
Get template
Retrieve the requirements and details for a specific copy template. This ensures your inputs are correct.
- 06 Capability
Get user info
Fetch your account details and profile information. Use this to verify your account status.
- 07 Capability
List templates
Browse all available copywriting templates in your account. This shows you what styles you can use.
- 08 Capability
Create folder
Create a new folder to organize your marketing assets. This helps keep your content library tidy.
09—12
4 capabilities in this set.
Part of 12 available through Copysmith.
- 09 Capability
Create generation
Trigger an AI content generation based on your specific templates. Use this to produce new copy quickly.
- 10 Capability
Get credits
Check your remaining account balance to plan your production budget. It helps you avoid running out of credits.
- 11 Capability
List files
View all files within a specific folder. This helps you see what assets you have available.
- 12 Capability
List folders
See a full list of your content folders. Use this to navigate your marketing library.
Set up in minutes
One URL. Then ask Copysmith to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Copysmith from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Copysmith, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Copysmith for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Copysmith URL.
- Step 03
Save and start
Save the connection and enable Copysmith in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"copysmith": {
"url": "https://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Copysmith
Open Agent mode in chat and ask: "Using Copysmith, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"copysmith": {
"url": "https://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Copysmith
Ask Copilot: "Using Copysmith, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"copysmith": {
"url": "https://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Copysmith
Open Cascade and ask: "Using Copysmith, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"copysmith": {
"url": "https://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Copysmith
Ask Cline: "Using Copysmith, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add copysmith --transport http "https://edge.vinkius.com/vk_preview_8ZkJCY9RNZB794OYCUPZcBixWsqwA9nEvAKExcvG/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Copysmith
Ask Claude: "Using Copysmith, show me...". 12 tools are ready
Where the request belongs
Work Copysmith can move forward.
This is for the marketing manager who's tired of manual copy-pasting and the e-commerce owner who needs to scale product descriptions across hundreds of items.
E-commerce Store Owner
Uses the Connector to generate 100+ product descriptions in a single afternoon while keeping them organized in specific folders.
Content Marketer
Spins one blog post into five different ad variations using high-fidelity templates and manages the file lifecycle.
Marketing Agency Lead
Orchestrates content for multiple clients by managing different folder structures and monitoring credit usage.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCopy.ai
Equip your AI agent to automate content production and business processes using Copy.ai Workflows.
Persuasion Copywriting Prover
AI copywriting produces generic, robotic text that readers instantly recognize. This capability forces psychologically-grounded persuasion: benefits over features, emotional triggers, proof hierarchy, framework matching (AIDA/PAS/BAB), and human tone (no AI words).
AiMasher
Generate marketing content, social media posts, and creative assets using multiple AI models in a single unified workspace.
Jasper
Equip your AI agent with direct access to Jasper. generate marketing copy, manage brand voices, and orchestrate content campaigns without opening the Jasper app.
Expansify AI
Scale your content marketing with AI that generates, repurposes, and distributes content across channels automatically.
BaconIpsum
Generate meaty placeholder text for designs and development. customize paragraphs, sentences, and meat-to-filler ratios directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Copysmith connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Copysmith.
The practical details behind the request, access and result.
Can I use Copysmith MCP to write ads for my brand?
Yes, you can use it to generate various ad formats like Facebook ads or Google ads by pulling from your existing high-performing templates.
How does Copysmith MCP help with e-commerce stores?
It allows you to generate bulk product descriptions and keep them organized in specific folders, saving you hours of manual data entry.
Can I see my folder structure with Copysmith MCP?
Yes, your agent can list all your folders and files so you can navigate your entire content library through conversation.
Does Copysmith MCP manage my credits?
Yes, you can ask your agent to check your remaining balance at any time to help you plan your content production budget.
Can I use Copysmith MCP to organize my marketing files?
Absolutely. You can have your agent create new folders and move content into specific categories to keep your workspace clean.
How do I find my templates in Copysmith MCP?
You can ask your agent to list all available templates, and it will show you every copy style currently in your account.
How do I find my Copysmith API Key?
Log in to your account, navigate to Settings > API, and copy your secret access token from the dashboard.
How many credits are used per generation?
Credit consumption depends on the complexity and length of the content generated. You can check your balance using the get_credits capability.
Can I list available templates via AI?
Yes! The list_templates capability retrieves all active copywriting models available for your account.
One connection away
Give your agent a direct line to Copysmith.
Connect Copysmith once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available