MCP server for Axiom Lean Engine (AXLE) — exposes Lean verification tools to Claude Code and other MCP clients
Project description
AXLE MCP Server
A Model Context Protocol server for Axiom Lean Engine — exposes Lean verification and manipulation tools to AI agents.
Installation
-
Create a free API key: https://axle.axiommath.ai/app/console.
-
Add the MCP server to your client using one of the options below.
Claude Code
Replace your_api_key_here with the API key you created in step 1:
claude mcp add axle -e AXLE_API_KEY=your_api_key_here -- uvx --from axiom-axle-mcp axle-mcp-server
Other MCP clients (Cursor, Windsurf, Claude Desktop, VS Code, Cline, etc.)
Add the following to your client's MCP config file. Replace your_api_key_here
with the API key you created in step 1:
{
"mcpServers": {
"axle": {
"command": "uvx",
"args": ["--from", "axiom-axle-mcp", "axle-mcp-server"],
"env": {
"AXLE_API_KEY": "your_api_key_here"
}
}
}
}
Claude (web / desktop / mobile)
A hosted instance runs at https://mcp.axiommath.ai/mcp. You only need to do
this once; after setup, Axle is available in every future conversation.
- Open Claude and click your profile avatar → Settings.
- Go to the Connectors tab.
- Scroll to the bottom of the page and click Add custom connector.
- Fill in:
- Name:
Axle - Remote MCP server URL:
https://mcp.axiommath.ai/mcp
- Name:
- Expand Advanced settings and paste the API key from step 1 as the OAuth Client ID / Bearer token.
- Click Add.
- In any chat, open the tools menu (the + or paperclip icon in the composer) → Connectors → toggle Axle on. You should see the Axle tools listed.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file axiom_axle_mcp-0.3.1.tar.gz.
File metadata
- Download URL: axiom_axle_mcp-0.3.1.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1372015f18819007f427e09342c608485e9409f955152eb183523ac05a026d7
|
|
| MD5 |
af4e20adc20ae3017b2a457350bea9ec
|
|
| BLAKE2b-256 |
18830408cc9c08d7e91440628302053bf3e5f0872d9c2163509d5ba148a340b4
|
File details
Details for the file axiom_axle_mcp-0.3.1-py3-none-any.whl.
File metadata
- Download URL: axiom_axle_mcp-0.3.1-py3-none-any.whl
- Upload date:
- Size: 8.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.17 {"installer":{"name":"uv","version":"0.9.17","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a20c2893b6f5e50f0b8de9cfb474be011b3d21603604d142d7ada6ba6867b56
|
|
| MD5 |
12c149747762cf28c68b8082b9bf23cd
|
|
| BLAKE2b-256 |
a2b664a67796a8ab19d4ffc20066ed986ab6fa512255d2508786da1dc6e19ea5
|