Skip to main content

Axiomatic MCP Servers

Static Badge

MCP (Model Context Protocol) servers that provide AI assistants with access to the Axiomatic_AI Platform - a suite of advanced tools for scientific computing and document processing.

🚀 Quickstart

1. Check system requirements

2. Install your favourite client

Cursor installation

3. Get an API key

Static Badge

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

⚡ Claude Code
claude mcp add axiomatic-mcp --env AXIOMATIC_API_KEY=your-api-key-here -- uvx --from axiomatic-mcp all
🔷 Cursor

Install MCP Server

🤖 Claude Desktop
  1. Open Claude Desktop settings → Developer → Edit MCP config
  2. Add this configuration:
{
  "mcpServers": {
    "axiomatic-mcp": {
      "command": "uvx",
      "args": ["--from", "axiomatic-mcp", "all"],
      "env": {
        "AXIOMATIC_API_KEY": "your-api-key-here"
      }
    }
  }
}
  1. Restart Claude Desktop
🔮 Gemini CLI

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"
    }
  }
}
🌬️ Windsurf

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"
    }
  }
}
🧪 LM Studio

Click the button to install:

Install MCP Server

Note: After installing via the button, open LM Studio MCP settings and add:

"env": {
  "AXIOMATIC_API_KEY": "your-api-key-here"
}
💻 Codex

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

🌊 Other MCP Clients

Use this server configuration:

{
  "command": "uvx",
  "args": ["--from", "axiomatic-mcp", "all"],
  "env": {
    "AXIOMATIC_API_KEY": "your-api-key-here"
  }
}

Note: This installs all tools under one server. If you experience other issues, try individual servers instead.

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!

Static Badge

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

  1. Restart Cursor after updating MCP settings
  2. Check the Output panel (View → Output → MCP) for errors
  3. 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:

  1. Open cursor
  2. Go to "Settings" > "Cursor Settings" > "MCP & Integration"
  3. Click "New MCP Server"
  4. 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

  1. Verify your API key is set correctly
  2. 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 clean

Then 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.

📊 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.

🧮 AxArgmin

Numerical optimization, rootfinding, ODE simulation, and optimal control. Describe the problem in plain language — the server generates and runs the corresponding code in a sandboxed environment.

📚 AxKnowledgeBase

Semantic search over Axiomatic's curated Knowledge Base — scientific papers, entities, and passages, always returned with their source for citation.

🔎 AxPaperSearch

Search arXiv and OpenAlex for scientific papers — abstracts, authors, DOIs, citation counts, and direct PDF links.

🌊 AxTidy3D

Generate and run Tidy3D electromagnetic simulations (FDTD, mode solving) from natural language, with a cost-safe estimate-then-confirm flow for cloud runs.

💡 AxMeep

Generate and run Meep FDTD simulations from natural language. Simulations run as remote jobs; figures come back as inline images and arrays are summarized and saved locally. Requires an API key with playground access.

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

axiomatic_mcp-0.1.18.tar.gz (83.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

axiomatic_mcp-0.1.18-py3-none-any.whl (100.2 kB view details)

Uploaded Python 3

File details

Details for the file axiomatic_mcp-0.1.18.tar.gz.

File metadata

  • Download URL: axiomatic_mcp-0.1.18.tar.gz
  • Upload date:
  • Size: 83.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for axiomatic_mcp-0.1.18.tar.gz
Algorithm Hash digest
SHA256 725b5154b31c553dcd7e8dfe0ffc0bcb6249589fbe72ade4b734049add4d37e5
MD5 6eb2428d1a097e269f472618c1a3697a
BLAKE2b-256 6c427cd87a42b892ee102797d3dc85ee1db1d3d73f8bb00daaccb4a3c2215e9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for axiomatic_mcp-0.1.18.tar.gz:

Publisher: release.yml on Axiomatic-AI/ax-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axiomatic_mcp-0.1.18-py3-none-any.whl.

File metadata

  • Download URL: axiomatic_mcp-0.1.18-py3-none-any.whl
  • Upload date:
  • Size: 100.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for axiomatic_mcp-0.1.18-py3-none-any.whl
Algorithm Hash digest
SHA256 d96239e52b6cdf5e1dd2c41d5c26c64f1fdb234157ca915fc2e819e793232a2c
MD5 1119f96a521ad273085ad34b74357813
BLAKE2b-256 87130d715e17a40d77aea99d67649c75635ac3343a7c74a219d5486e11a5dc99

See more details on using hashes here.

Provenance

The following attestation bundles were made for axiomatic_mcp-0.1.18-py3-none-any.whl:

Publisher: release.yml on Axiomatic-AI/ax-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.18 This release

2 files

0.1.17

2 files

0.1.16

2 files

0.1.15

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.10

2 files

0.1.9

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page