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.
- Python
- Install here
- uv
- Install here
- Recommended not to install in conda (see Troubleshooting)
You will receive an API key by email shortly after filling the form. Check your spam folder if it doesn't arrive.
โก Claude Code
claude mcp add axiomatic-mcp --env AXIOMATIC_API_KEY=your-api-key-here -- uvx --from axiomatic-mcp all
๐ค Claude Desktop
- Open 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
๐ฎ 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
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 and may cause issues with some clients. If you experience problems, install individual servers instead.
Found a bug? Please help us fix it by creating a bug report.
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!
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
- Restart Cursor after updating MCP settings
- Check the Output panel (View โ Output โ MCP) for errors
- Verify the command path is correct
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": []
}
}
}
Install only the domain servers you need. Each server runs independently, so you can add/remove them as needed.
- Verify your API key is set correctly
- Check internet connection
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.
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.
๐ AxPlotToData
Extract numerical data from plot images for analysis and reproduction.
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
- Join our Discord Server
- Issues: GitHub Issues