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-mcpRelated MCP servers
SEC EDGAR
Active
MCP server for SEC EDGAR data — company filings, financial concepts, and company info
0
View repository →Rust
MIT