Get an API key
Sign in to your Axion account and generate an API key from the API keys dashboard.If you don’t have an account yet, you can sign up for free — a free tier is available with no credit card required.
Install the package
Install
@axionquant/mcp from npm. You need Node.js v18 or later.Claude Desktop requires an absolute path to the package entry point. Install the package locally (not globally) so you can reference its exact path in the next step.
Find the installed path
After installing, note the absolute path to For example, if your project lives at
index.js inside the package. It is typically:/Users/alice/projects/myapp, the path would be:Claude Desktop requires an absolute path in the
args field. Relative paths like ./node_modules/... will not work.Configure Claude Desktop
Open the Claude Desktop configuration file and add the Axion server entry.
Add the following to your
| Platform | Configuration file path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
mcpServers object, replacing the path and API key with your own values:claude_desktop_config.json
Restart Claude Desktop
Save the configuration file and restart Claude Desktop completely. The Axion tools will appear in the tool list once the server connects successfully.
Test with a sample query
Open a new conversation in Claude Desktop and ask a financial question to verify everything is working.Example queries to try:
- “What is AAPL’s current stock price?”
- “Show me the latest news for Tesla.”
- “What is Bitcoin’s price right now?”