How to Use the Castmagic MCP in Claude Code
Pipe audio transcripts and social posts directly into your terminal workflows with Claude Code and this MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Castmagic MCP to Claude Code
Create your Vinkius account to connect Castmagic to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Trigger transcriptions from the CLI
Processing media files shouldn't require opening a browser window. You can trigger a new job straight from your terminal by passing a video URL to the `create_new_transcript` tool. Since this runs headlessly, you can drop the command into a shell script or a CI/CD pipeline. Your deployment process can automatically transcribe release videos before pushing them to production.
Fetch content via Castmagic MCP Server
Pulling down marketing assets usually involves clicking through a web interface. Now you just ask your terminal agent to execute `get_magic_content` for a specific recording ID. The agent grabs the show notes and formatted social posts, outputting them directly to stdout. You can pipe that text right into a file or pass it along to another CLI tool for publishing.
Audit storage via terminal commands
Managing gigabytes of audio requires keeping an eye on your limits. A quick command prompts your agent to run `get_castmagic_account` and print your current minute usage to the console. When you need to clean house, you just tell the agent to purge old files. It pulls the inventory via `list_transcripts` and loops through `delete_transcript` to scrub the data without you ever touching a mouse.
Set up Castmagic MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecastmagic-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Castmagic transactions." It will automatically discover and invoke the available Castmagic tools.
claude mcp add --transport http castmagic-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Castmagic MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Castmagic MCP today
We host it, we monitor it, we maintain it. You just paste one token.