CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

FL Studio MCP Mac

purahmanian/flstudio-mcp-mac
STDIOregistry active
Summary

Bridges FL Studio on macOS to Claude and other MCP clients through CoreMIDI virtual ports and FL Studio's Python MIDI scripting API. You get transport controls (play, stop, record), tempo changes, mixer and channel rack reads and mutations, plus two note writing paths: standard MIDI file export or a queued Piano Roll script that applies notes directly into an open channel. The live bridge runs a background daemon so multiple MCP clients share the same virtual ports without stepping on each other. Setup requires mapping the request and response ports in FL Studio's MIDI settings and copying two Python scripts into your FL Studio folders. Built for macOS where CoreMIDI is cleaner than the Windows alternatives. Alpha state, intentionally limited to what FL Studio's documented scripting APIs expose.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Categories
Media & Entertainment
Registryactive
Packageflstudio-mcp-mac
TransportSTDIO
UpdatedJun 5, 2026
View on GitHub

FL Studio MCP Mac

macOS-first MCP bridge for FL Studio. It exposes FL Studio transport, mixer, channel, MIDI export, and Piano Roll note-apply workflows to MCP clients such as Claude Desktop, Claude Code, Cursor, and other MCP-capable tools.

This is an alpha MVP. It is intentionally scoped around FL Studio's documented Python MIDI scripting and Piano Roll scripting APIs. It does not promise full headless FL Studio automation.

Why This Exists

Most FL Studio MCP work today is Windows-oriented. macOS has a cleaner CoreMIDI path for virtual ports, and FL Studio supports Python-based MIDI scripts on macOS. This project turns that into a small local MCP server plus companion FL Studio scripts.

What Works

  • Live bridge over macOS virtual MIDI ports.
  • FL Studio status and health checks.
  • Transport: play, stop, record toggle, rewind, song/pattern mode, metronome toggle.
  • Tempo changes.
  • Mixer track reads and explicit track mutations.
  • Channel Rack reads and explicit channel mutations.
  • Standard MIDI file generation for import into FL Studio.
  • Piano Roll queue file plus an included .pyscript to insert persistent notes.

Known Limits

  • FL Studio's MIDI scripting API is not a complete DAW API.
  • Loading plugins, loading arbitrary audio files, and rendering/exporting are not implemented here.
  • Persistent note writing goes through the included Piano Roll script. The MCP server queues notes; you run Scripts > FL Studio MCP Apply in the target Piano Roll.
  • Live bridge setup requires FL Studio's MIDI settings to map the request/response ports. The MCP server starts a singleton local MIDI daemon so Claude Desktop, Claude Code, and terminal tests share the same CoreMIDI endpoints.

Install

From this repo:

python3 -m pip install .
flstudio-mcp-mac-install

The installer copies:

  • device_FLStudioMCP.py to ~/Documents/Image-Line/FL Studio/Settings/Hardware/FLStudioMCP/
  • FL Studio MCP Apply.pyscript to ~/Documents/Image-Line/FL Studio/Settings/Piano roll scripts/

Configure FL Studio on macOS

  1. Start the MCP server once so it starts the local MIDI daemon and creates the virtual CoreMIDI ports:

    flstudio-mcp-mac
    

    You can stop this foreground MCP process after the ports appear. The background daemon keeps the FLStudioMCP Request and FLStudioMCP Response ports available for all MCP clients.

  2. Open FL Studio and go to Options > MIDI Settings.

  3. In the input list, choose FLStudioMCP Request.

  4. Set Controller type to FL Studio MCP Mac.

  5. Set the controller output to FLStudioMCP Response.

  6. Restart the MCP client if needed. If duplicate FLStudioMCP ports appear, quit old MCP server processes and start the v0.1.1+ daemon again.

MCP Client Config

For detailed setup across Claude Desktop, Claude Code, Cursor, Windsurf, PyPI, and the MCP Registry, see docs/publishing.md.

Example Claude Desktop config:

{
  "mcpServers": {
    "flstudio-mcp-mac": {
      "command": "flstudio-mcp-mac"
    }
  }
}

For source installs where the command is not on PATH:

{
  "mcpServers": {
    "flstudio-mcp-mac": {
      "command": "python3",
      "args": ["-m", "flstudio_mcp_mac"]
    }
  }
}

MIDI Note Workflow

Use fl_create_midi_file when you want a normal .mid file to import.

Use fl_queue_piano_roll_notes when you want to apply notes into the currently open Piano Roll:

  1. Ask the MCP client to queue notes.
  2. In FL Studio, open the target channel's Piano Roll.
  3. Run Scripts > FL Studio MCP Apply.

Note shape:

[
  { "pitch": 60, "start": 0, "duration": 1, "velocity": 100 },
  { "pitch": 64, "start": 1, "duration": 1, "velocity": 96 },
  { "pitch": 67, "start": 2, "duration": 2, "velocity": 96 }
]

Times are in beats. MIDI pitch uses the standard 0-127 scale.

Development

python3 -m pip install ".[dev]"
PYTHONPATH=src pytest

Set FLSTUDIO_MCP_BRIDGE=mock to run the MCP server with deterministic in-memory FL Studio responses for protocol tests:

FLSTUDIO_MCP_BRIDGE=mock python3 -m flstudio_mcp_mac

Normal live mode uses a background daemon. For low-level debugging, set FLSTUDIO_MCP_BRIDGE=direct to make one MCP process own the virtual MIDI ports directly.

For live FL Studio validation steps, see docs/testing.md.

Protocol

The bridge sends base64 JSON over MIDI control-change frames on channel 16:

  • CC 120: frame start
  • CC 121: one base64 character
  • CC 122: frame end

The FL script only accepts whitelisted command names and returns one JSON response for each request.

Privacy

This server runs entirely on your machine. It collects no telemetry and stores no data on any remote service. It communicates only with your local FL Studio instance over macOS virtual MIDI ports (CoreMIDI), and writes files only where you ask: generated MIDI files and the Piano Roll queue JSON under your local Music folder. No account, API key, or network connection is required, and nothing you do in FL Studio leaves your computer.

Built by

Built by Puya Ventures LLC. I build custom MCP servers and AI integrations. Get in touch: purahmanian@gmail.com | Portfolio: https://puyarahmanian.com

License

MIT. See LICENSE.

Related Media & Entertainment MCP Servers

View all →
xpay Social Media

io.github.xpaysh/social-media

96 social media scraping tools. Twitter/X, LinkedIn, Instagram, TikTok, Reddit, YouTube.
Youtube Media Mcp Server

com.thenextgennexus/youtube-media-mcp-server

YouTube video search with transcript extraction as first-class output.
Social Media Ai Mcp

csoai-org/social-media-ai-mcp

social-media-ai-mcp MCP server by MEOK AI Labs
EzBiz Social Media Analytics

com.ezbizservices/social-media

AI-powered social media intelligence: profile analysis, engagement scoring, and trend detection.
Video Loom

io.github.wolflangis/video-loom

Turn audio or text into a finished AI music video: narrative, multi-provider clips, final cut.
ElevenLabs

mamertofabian/elevenlabs-mcp-server

MCP server that integrates with ElevenLabs TTS, providing audio generation, multi-voice scripting, and history with a sample web client.
117