drio
Open app

Clarion Builder MCP Server

Source

MCP server providing Clarion development and build capabilities

Catalog onlyCatalog onlySTDIO

Overview

Clarion Builder MCP Server is a server that provides development and build capabilities for Clarion projects, enabling automated operations within the Clarion IDE.

To use the server, clone the repository, install dependencies, and configure it in your MCP settings. You can then execute various commands to manage your Clarion projects.

  • Execute ClarionCL commands for IDE tasks - Generate and compile projects - Manage templates and dictionaries - Integrate with MSBuild for solution compilation - Comprehensive build configuration options
  1. Automating project generation and compilation in Clarion.
  2. Managing templates and dictionary imports/exports.
  3. Compiling solutions using MSBuild for deployment.

Add to your AI client

Use these steps to connect Clarion Builder MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "clarion-builder-mcp-server-peterparker57": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "clarion-builder-mcp-server-peterparker57": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "clarion-builder-mcp-server-peterparker57": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "clarion-builder-mcp-server-peterparker57": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "clarion-builder-mcp-server-peterparker57": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "clarion-builder-mcp-server-peterparker57": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-clarion-builder-mcp-server-peterparker57"
      ]
    }
  }
}

FAQ

What are the requirements to use the server?

You need Clarion 11.0 or higher, Microsoft .NET Framework 4.0 or higher, Visual Studio build tools, and Windows SDK.

How do I install the server?

Clone the repository, install dependencies using npm, and build the project.

Can I contribute to the project?

Yes! You can fork the repository, make changes, and create a Pull Request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":970,"uuid":"1c448572-3f37-424b-9fd1-a9ea197cc678","name":"clarion-builder-mcp-server","title":"Clarion Builder MCP Server","description":"MCP server providing Clarion development and build capabilities","avatar_url":"https://avatars.githubusercontent.com/u/1824836?v=4","created_at":"2025-01-28T02:21:17.585Z","updated_at":"2025-02-23T07:19:16.583Z","status":"created","author_name":"peterparker57","author_avatar_url":"https://avatars.githubusercontent.com/u/1824836?v=4","tags":"clarion,mcp-server,development-tools","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/peterparker57/clarion-builder-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]