PluginBench
MCP Server
Maintained
MIT

Xojo IDE Control MCP Server

io.github.brechanbech/xojo-mcp

What is the Xojo IDE Control MCP server?

MCP server for controlling the Xojo IDE on macOS

How to install Xojo IDE Control

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xojo-mcp": {
      "command": "xojo-mcp",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xojo-mcp": {
      "command": "xojo-mcp",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xojo-mcp": {
      "command": "xojo-mcp",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xojo-mcp": {
      "type": "stdio",
      "command": "xojo-mcp",
      "args": []
    }
  }
}
Claude Code
claude mcp add xojo-mcp -- xojo-mcp

Related MCP servers

SEC EDGAR

Active

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

0
Rust
MIT
View repository →