axionquant for Claude Desktop
io.github.axionquant/axionquant
MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.
client:Claude Desktop
transport:stdio
runtime:npm
Install axionquant in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"axionquant": {
"command": "npx",
"args": [
"-y",
"@axionquant/mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs