lazfpc-mcp

jedt3d/lazfpc-mcp
★ 0 stars Pascal Code/Dev Tools Updated today
The MCP for Lazarus IDE and Free Pascal Compiler and it wrap an LSP with it too. (Pascal Language Server)
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lazfpc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jedt3d/lazfpc-mcp"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server for Lazarus and Free Pascal development. Provides AI coding agents (Claude, Cursor, OpenCode, etc.) with structured access to Lazarus build tools, form analysis, project metadata, and testing workflows. Built with the [official FPC MCP framework](https://gitlab.com/freepascal.org/mcp) and written entirely in Free Pascal.

Tools (7)

build_projectlist_projectslpi_pathparse_lfmparse_lpirun_fpcunit_testssearch_fpc_help