axiomatic-mcp
OfficialThe Axiomatic MCP server provides AI assistants with tools for scientific computing, document processing, and photonic circuit design.
Equation Exploration (AxEquationExplorer): Derive expressions from scientific documents, validate and correct equations.
Document Parsing (AxDocumentParser): Convert PDFs to markdown with advanced OCR and layout understanding.
Document Annotation (AxDocumentAnnotator): Create intelligent annotations for PDF, PNG, JPEG, MD, TXT files, performing contextual analysis, equation extraction, and parameter identification.
Model Fitting (AxModelFitter): Fit custom JAX models to experimental data from CSV, Excel, JSON, Parquet. Includes R², AIC, AICc, BIC, parameter covariance, cross-validation, and model comparison.
Advanced Model Fitting (AxModelFitterV2): Generate and execute Python fitting code using JAX, diffrax, equinox in a sandboxed environment.
Plot Data Extraction (AxPlotToData): Extract numerical data from line and scatter plot images, split multi-subplot images.
Numerical Optimization (AxArgmin): Generate and execute Python code for nonlinear programming, rootfinding, ODE/DAE simulation, optimal control in a sandbox.
Photonics Preview (AxPhotonicsPreview): Design photonic integrated circuits from natural language (requires additional installation).
Feedback Reporting: Report feedback on tool call performance for quality monitoring.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@axiomatic-mcpsimulate a Mach-Zehnder interferometer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Axiomatic MCP Servers
MCP (Model Context Protocol) servers that provide AI assistants with access to the Axiomatic_AI Platform - a suite of advanced tools for scientific computing, document processing, and photonic circuit design.
🚀 Quickstart
1. Check system requirements
Python
Install here
uv
Install here
Recommended not to install in conda (see Troubleshooting)
install extra packages (optional)
If you wish to use the AxPhotonicsPreview, you will need to install extra dependencies before continuing. After installing uv, run
uv tool install "axiomatic-mcp[pic]".
2. Install your favourite client
3. Get an API key
You will receive an API key by email shortly after filling the form. Check your spam folder if it doesn't arrive.
4. Install Axiomatic Operators (all except AxPhotonicsPreview)
claude mcp add axiomatic-mcp --env AXIOMATIC_API_KEY=your-api-key-here -- uvx --from axiomatic-mcp allOpen Claude Desktop settings → Developer → Edit MCP config
Add this configuration:
{
"mcpServers": {
"axiomatic-mcp": {
"command": "uvx",
"args": ["--from", "axiomatic-mcp", "all"],
"env": {
"AXIOMATIC_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop
Follow the MCP install guide and use the standard configuration above. See the official instructions here: Gemini CLI MCP Server Guide
{
"axiomatic-mcp": {
"command": "uvx",
"args": ["--from", "axiomatic-mcp", "all"],
"env": {
"AXIOMATIC_API_KEY": "your-api-key-here"
}
}
}Follow the Windsurf MCP documentation. Use the standard configuration above.
{
"axiomatic-mcp": {
"command": "uvx",
"args": ["--from", "axiomatic-mcp", "all"],
"env": {
"AXIOMATIC_API_KEY": "your-api-key-here"
}
}
}Click the button to install:
Note: After installing via the button, open LM Studio MCP settings and add:
"env": { "AXIOMATIC_API_KEY": "your-api-key-here" }
Create or edit the configuration file ~/.codex/config.toml and add:
[mcp_servers.axiomatic-mcp]
command = "uvx"
args = ["--from", "axiomatic-mcp", "all"]
env = { AXIOMATIC_API_KEY = "your-api-key-here" }For more information, see the Codex MCP documentation
Use this server configuration:
{
"command": "uvx",
"args": ["--from", "axiomatic-mcp", "all"],
"env": {
"AXIOMATIC_API_KEY": "your-api-key-here"
}
}Note: This installs all tools except for AxPhotonicsPreview under one server. If you experience other issues, try individual servers instead.
Related MCP server: scicompute-mcp
Reporting Bugs
Found a bug? Please help us fix it by creating a bug report.
Connect on Discord
Join our Discord to engage with other engineers and scientists using Axiomatic Operators. Ask for help, discuss bugs and features, and become a part of the Axiomatic community!
Troubleshooting
Cannot install in Conda environment
It's not recommended to install axiomatic operators inside a conda environment. uv handles seperate python environments so it is safe to run "globally" without affecting your existing Python environments
Server not appearing in Cursor
Restart Cursor after updating MCP settings
Check the Output panel (View → Output → MCP) for errors
Verify the command path is correct
The "Add to cursor" button does not work
We have seen reports of the cursor window not opening correctly. If this happens you may manually add to cursor by:
Open cursor
Go to "Settings" > "Cursor Settings" > "MCP & Integration"
Click "New MCP Server"
Add the following configuration:
{
"mcpServers": {
"axiomatic-mcp": {
"command": "uvx --from axiomatic-mcp all",
"env": {
"AXIOMATIC_API_KEY": "YOUR API KEY"
},
"args": []
}
}
}Multiple servers overwhelming the LLM
Install only the domain servers you need. Each server runs independently, so you can add/remove them as needed.
API connection errors
Verify your API key is set correctly
Check internet connection
Tools not appearing
If you experience any issues such as tools not appearing, it may be that you are using an old version and need to clear uv's cache to update it.
uv cache cleanThen restart your MCP client (e.g. restart Cursor).
This clears the uv cache and forces fresh downloads of packages on the next run.
Individual servers
You may find more information about each server and how to install them individually in their own READMEs.
🖌️ AxEquationExplorer
Compose equation of your interest based on information in the scientific paper.
📄 AxDocumentParser
Convert PDF documents to markdown with advanced OCR and layout understanding.
📝 AxDocumentAnnotator
Create intelligent annotations for PDF documents with contextual analysis, equation extraction, and parameter identification.
🔬 AxPhotonicsPreview
Design photonic integrated circuits using natural language descriptions. Additional requirements are needed, please refer to Check system requirements
📊 AxPlotToData
Extract numerical data from plot images for analysis and reproduction.
⚙️ AxModelFitter
Fit parametric models or digital twins to observational data. Describe the model and data in plain language — the server generates executable JAX fitting code and runs it in a sandboxed environment.
⚙️ AxModelFitter (Legacy)
Deprecated — superseded by AxModelFitter above; will be removed in the next major release.
Requesting Features
Have an idea for a new feature? We'd love to hear it! Submit a feature request and:
Describe the problem your feature would solve
Explain your proposed solution
Share any alternatives you've considered
Provide specific use cases
Support
Join our Discord Server
Issues: GitHub Issues
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceAn MCP server that connects AI assistants to a local Wolfram Engine, enabling symbolic math, numerical analysis, and data visualization through Wolfram Language. It provides secure expression filtering, client authentication, and supports both local stdio and HTTP transports.233MIT
- Alicense-qualityDmaintenanceMCP server for scientific computing with multiple backends (Mathematica, Octave, Python, R, SageMath, etc.) enabling mathematical computation and visualization through AI coding assistants.4The Unlicense
- Alicense-qualityDmaintenanceMCP server for fal model discovery, execution, pricing, and local media processing, enabling AI model workflows via natural language.108MIT
- Flicense-qualityCmaintenanceAn MCP server that enables AI assistants to search arXiv papers, retrieve metadata, and access PDFs.
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Axiomatic-AI/ax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server