QuantJourney API MCP for Claude Desktop
io.github.quantjourneyorg/qj-api-mcp
Broad, OAuth-protected provider and financial-domain API tools for research agents.
client:Claude Desktop
transport:streamable-http
Install QuantJourney API MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"qj-api-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.quantjourney.cloud/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs