Modular MCP servers for Axiomatic_AI
Project description
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
System requirements
- Python
- uv
1. Get an API key
2. Configure your client
⚡ 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
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" }
💻 Codex
Create or edit the configuration file ~/.codex/config.toml and add:
[mcp_servers.axiomatic-mcp]
command = "uvx"
args = ["--from", "axiomatic-mcp", "all"]
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.
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.
⚙️ AxModelFitter
Fit parametric models or digital twins to observational data using advanced statistical analysis and optimization algorithms.
🔬 AxPhotonicsPreview
Design photonic integrated circuits using natural language descriptions.
📊 AxPlotToData
Extract numerical data from plot images for analysis and reproduction.
Troubleshooting
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
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 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.
Contributing
We welcome contributions from the community! Here's how you can help:
Submitting Pull Requests
We love pull requests! If you'd like to contribute code:
- Fork the repository
- Create a new branch for your feature or fix
- Make your changes and test them thoroughly
- Submit a pull request with a clear description of your changes
- Reference any related issues in your PR description
Reporting Bugs
Found a bug? Please help us fix it by creating a bug report. When reporting bugs:
- Use the bug report template to provide all necessary information
- Include steps to reproduce the issue
- Add relevant error messages and logs
- Specify your environment details (OS, Python version, etc.)
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
Quick Links
Support
- Join our Discord Server
- Issues: GitHub Issues
- Email: developers@axiomatic-ai.com
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 axiomatic_mcp-0.1.6.tar.gz.
File metadata
- Download URL: axiomatic_mcp-0.1.6.tar.gz
- Upload date:
- Size: 54.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c68a059c19337695efb601546997df1a50ed31515867b0fd9fc00543893f819d
|
|
| MD5 |
b5d1332080bf4547df5c4924ad1b061a
|
|
| BLAKE2b-256 |
e9865c89351514e41ae724752544a2f4a2c6f89f56924bc8070793ddaf7d87d6
|
Provenance
The following attestation bundles were made for axiomatic_mcp-0.1.6.tar.gz:
Publisher:
release.yml on Axiomatic-AI/ax-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axiomatic_mcp-0.1.6.tar.gz -
Subject digest:
c68a059c19337695efb601546997df1a50ed31515867b0fd9fc00543893f819d - Sigstore transparency entry: 530121256
- Sigstore integration time:
-
Permalink:
Axiomatic-AI/ax-mcp@1ff032c4efd276462be9d4b12ef38e93ae98dfa6 -
Branch / Tag:
refs/tags/v0.1.6 - Owner: https://github.com/Axiomatic-AI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1ff032c4efd276462be9d4b12ef38e93ae98dfa6 -
Trigger Event:
release
-
Statement type:
File details
Details for the file axiomatic_mcp-0.1.6-py3-none-any.whl.
File metadata
- Download URL: axiomatic_mcp-0.1.6-py3-none-any.whl
- Upload date:
- Size: 63.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5f63d2c2aab765f82f598ecc70c5cae50c627f982b54b582f78e36a5c3b99d8
|
|
| MD5 |
46b714d0fbaf157c2104eaf9f3037450
|
|
| BLAKE2b-256 |
2c6f72608e106b9b893eecccc1ebfb927d8fe1b6d4df10d63d95ec0e9ac92f4e
|
Provenance
The following attestation bundles were made for axiomatic_mcp-0.1.6-py3-none-any.whl:
Publisher:
release.yml on Axiomatic-AI/ax-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
axiomatic_mcp-0.1.6-py3-none-any.whl -
Subject digest:
c5f63d2c2aab765f82f598ecc70c5cae50c627f982b54b582f78e36a5c3b99d8 - Sigstore transparency entry: 530121281
- Sigstore integration time:
-
Permalink:
Axiomatic-AI/ax-mcp@1ff032c4efd276462be9d4b12ef38e93ae98dfa6 -
Branch / Tag:
refs/tags/v0.1.6 - Owner: https://github.com/Axiomatic-AI
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@1ff032c4efd276462be9d4b12ef38e93ae98dfa6 -
Trigger Event:
release
-
Statement type: