LexQ
Rank #8,271io.lexq/lexq
The Decision Operations Platform for engineering teams
LexQ is a Model Context Protocol (MCP) server published by lexq-io. It ranks #8,271 of 132,046 servers tracked on MCP Toplist. LexQ is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Apr 2, 2026 and most recently updated on Sep 14, 2026.
Ranks ahead of 123,775 of 132,046 servers on MCP Toplist.
Use LexQ
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http lexq https://mcp.lexq.io/mcpclaude mcp add lexq -e "LEXQ_API_KEY=<your LEXQ_API_KEY>" -- npx -y @lexq/cli serveReplace each placeholder with your own value before saving.
[mcp_servers.lexq]
url = "https://mcp.lexq.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.lexq]
command = "npx"
args = ["-y", "@lexq/cli", "serve"]
[mcp_servers.lexq.env]
LEXQ_API_KEY = "<your LEXQ_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.lexq.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"lexq": {
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve"
],
"env": {
"LEXQ_API_KEY": "<your LEXQ_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lexq": {
"url": "https://mcp.lexq.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"lexq": {
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve"
],
"env": {
"LEXQ_API_KEY": "<your LEXQ_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lexq": {
"type": "http",
"url": "https://mcp.lexq.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"lexq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve"
],
"env": {
"LEXQ_API_KEY": "<your LEXQ_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lexq": {
"serverUrl": "https://mcp.lexq.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"lexq": {
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve"
],
"env": {
"LEXQ_API_KEY": "<your LEXQ_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lexq": {
"url": "https://mcp.lexq.io/mcp"
}
}
}{
"mcpServers": {
"lexq": {
"command": "npx",
"args": [
"-y",
"@lexq/cli",
"serve"
],
"env": {
"LEXQ_API_KEY": "<your LEXQ_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.lexq%2Flexq)<a href="https://mcptoplist.com/server/io.lexq%2Flexq"><img src="https://mcptoplist.com/badge/io.lexq%2Flexq.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
lexq-io
Available versions (3)
| Version | Published |
|---|---|
| 1.0.0 | Sep 14, 2026 |
| 0.4.0 | Sep 10, 2026 |
| 0.3.1 | Sep 9, 2026 |
Frequently asked questions
- Who maintains LexQ?
- LexQ is maintained by lexq-io, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is LexQ listed on the Official MCP Registry?
- Yes — LexQ is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does LexQ have?
- MCP Toplist tracks 3 versions of LexQ, most recently published on Sep 14, 2026.
- Where can I find the source code for LexQ?
- The source code for LexQ is hosted at github.com/lexq-io/lexq-cli.
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.