LuxAlgo Library MCP
Rank #2,584io.github.LuxAlgo/luxalgo-mcp-server
LuxAlgo Library — the encyclopedia of trading & technical analysis for AI agents. Free, keyless.
LuxAlgo Library MCP is a Model Context Protocol (MCP) server published by LuxAlgo. It ranks #2,584 of 132,113 servers tracked on MCP Toplist, and its repository has 59 GitHub stars. LuxAlgo Library MCP is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 11, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 129,529 of 132,113 servers on MCP Toplist.
Use LuxAlgo Library MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http luxalgo-mcp-server https://mcp.luxalgo.com/mcpclaude mcp add luxalgo-mcp-server -- npx -y @luxalgo/mcp[mcp_servers.luxalgo-mcp-server]
url = "https://mcp.luxalgo.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.luxalgo-mcp-server]
command = "npx"
args = ["-y", "@luxalgo/mcp"]Add to ~/.codex/config.toml.
https://mcp.luxalgo.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"luxalgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@luxalgo/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"luxalgo-mcp-server": {
"url": "https://mcp.luxalgo.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"luxalgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@luxalgo/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"luxalgo-mcp-server": {
"type": "http",
"url": "https://mcp.luxalgo.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"luxalgo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@luxalgo/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"luxalgo-mcp-server": {
"serverUrl": "https://mcp.luxalgo.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"luxalgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@luxalgo/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"luxalgo-mcp-server": {
"url": "https://mcp.luxalgo.com/mcp"
}
}
}{
"mcpServers": {
"luxalgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@luxalgo/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.LuxAlgo%2Fluxalgo-mcp-server)<a href="https://mcptoplist.com/server/io.github.LuxAlgo%2Fluxalgo-mcp-server"><img src="https://mcptoplist.com/badge/io.github.LuxAlgo%2Fluxalgo-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
LuxAlgo
Other servers by LuxAlgo
View all LuxAlgo servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 12, 2026 |
Frequently asked questions
- Who maintains LuxAlgo Library MCP?
- LuxAlgo Library MCP is maintained by LuxAlgo, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is LuxAlgo Library MCP listed on the Official MCP Registry?
- Yes — LuxAlgo Library MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does LuxAlgo Library MCP have?
- MCP Toplist tracks 1 version of LuxAlgo Library MCP, most recently published on Aug 12, 2026.
- Where can I find the source code for LuxAlgo Library MCP?
- The source code for LuxAlgo Library MCP is hosted at github.com/LuxAlgo/luxalgo-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.