MCPStudio_ToolSDK

britus/MCPStudio_ToolSDK
★ 1 stars JavaScript 📦 Other Updated 2d ago
Official SDK of the EoF MCP Studio App for macOS
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpstudio_toolsdk": {
      "command": "npx",
      "args": [
        "-y",
        "britus/MCPStudio_ToolSDK"
      ]
    }
  }
}