Back to directory
ooo0ooo/lean-lsp-mcp

ooo0ooo/lean-lsp-mcp

@oOo0oOo

MCP server that allows agentic interaction with the Lean theorem prover via the Language Server Protocol using leanclient.

leantheorem-proverlspmcppythonmathematicsverificationtool

Installation & Configuration

{
  "servers": {
    "lean-lsp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "lean-lsp-mcp"
      ]
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
Python
Created
2026/6/12
Updated
2026/6/13