MCP Server for JUCE docs

Hoping to solve the “stale API” problem when editing/writing JUCE API from an LLM, I (more precisely Claude 3.7 at my direction) made an MCP server for accessing the JUCE docs:

I think it has a lot of potential:

7 Likes

I feel this is amazing. Do you know how to use it in Cline extension in VS Code?

I use Claude Code and Cursor myself, but Cline has good support as well:

Thanks! I could install the MCP server. Actually, Cline did clone and installed. Nice.
I’ll try to use it tomorrow!!

I’m building a plugin in JUCE and would love an MCP to power up my process. I’m currently using VSCode CoPilot with Claude Sonnet 4.5, and it’s been fantastic. Has anyone been using this MCP recently? I see it hasn’t been updated in eight months, does it still work? (Not pointing fingers just don’t want to fall into an abandonware hole.)

It’s not abandonware, but it hasn’t been updated either. Note that you might want to make your own MCP server pointing to the JUCE version you are actually using. In other words, consider it more of a template or example.

Got it - that’s still hugely useful! Thank you!