XCREENER MCP Server
Rank #26,070com.xcreener/xcreener-mcp
Local stdio MCP bridge for XCREENER's XQL screener API — validate, explain, and run queries.
XCREENER MCP Server is a Model Context Protocol (MCP) server published by xcreener. It ranks #26,070 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. XCREENER MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 1, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 105,976 of 132,046 servers on MCP Toplist.
Use XCREENER MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add xcreener-mcp -e "XCREENER_API_KEY=<your XCREENER_API_KEY>" -- npx -y @xcreener/mcpReplace each placeholder with your own value before saving.
[mcp_servers.xcreener-mcp]
command = "npx"
args = ["-y", "@xcreener/mcp"]
[mcp_servers.xcreener-mcp.env]
XCREENER_API_KEY = "<your XCREENER_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xcreener-mcp": {
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": "<your XCREENER_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xcreener-mcp": {
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": "<your XCREENER_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"xcreener-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": "<your XCREENER_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xcreener-mcp": {
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": "<your XCREENER_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"xcreener-mcp": {
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": "<your XCREENER_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/com.xcreener%2Fxcreener-mcp)<a href="https://mcptoplist.com/server/com.xcreener%2Fxcreener-mcp"><img src="https://mcptoplist.com/badge/com.xcreener%2Fxcreener-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
xcreener
Available versions (1)
| Version | Published |
|---|---|
| 0.2.1 | Aug 6, 2026 |
Frequently asked questions
- Who maintains XCREENER MCP Server?
- XCREENER MCP Server is maintained by xcreener, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is XCREENER MCP Server listed on the Official MCP Registry?
- Yes — XCREENER MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does XCREENER MCP Server have?
- MCP Toplist tracks 1 version of XCREENER MCP Server, most recently published on Aug 6, 2026.
- Where can I find the source code for XCREENER MCP Server?
- The source code for XCREENER MCP Server is hosted at github.com/xcreener/xcreener-mcp.
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.