CueAPI MCP Server
Rank #59,947ai.cueapi/mcp
Schedule agent work and report write-once outcomes via CueAPI from any MCP host.
CueAPI MCP Server is a Model Context Protocol (MCP) server published by cueapi. It ranks #59,947 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. CueAPI MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 15, 2026 and most recently updated on Apr 15, 2026.
Ranks ahead of 72,166 of 132,113 servers on MCP Toplist.
Use CueAPI MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cueapi -e "CUEAPI_API_KEY=<your CUEAPI_API_KEY>" -e "CUEAPI_BASE_URL=<your CUEAPI_BASE_URL>" -- npx -y @cueapi/mcpReplace each placeholder with your own value before saving.
[mcp_servers.cueapi]
command = "npx"
args = ["-y", "@cueapi/mcp"]
[mcp_servers.cueapi.env]
CUEAPI_API_KEY = "<your CUEAPI_API_KEY>"
CUEAPI_BASE_URL = "<your CUEAPI_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cueapi": {
"command": "npx",
"args": [
"-y",
"@cueapi/mcp"
],
"env": {
"CUEAPI_API_KEY": "<your CUEAPI_API_KEY>",
"CUEAPI_BASE_URL": "<your CUEAPI_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cueapi": {
"command": "npx",
"args": [
"-y",
"@cueapi/mcp"
],
"env": {
"CUEAPI_API_KEY": "<your CUEAPI_API_KEY>",
"CUEAPI_BASE_URL": "<your CUEAPI_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cueapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cueapi/mcp"
],
"env": {
"CUEAPI_API_KEY": "<your CUEAPI_API_KEY>",
"CUEAPI_BASE_URL": "<your CUEAPI_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cueapi": {
"command": "npx",
"args": [
"-y",
"@cueapi/mcp"
],
"env": {
"CUEAPI_API_KEY": "<your CUEAPI_API_KEY>",
"CUEAPI_BASE_URL": "<your CUEAPI_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cueapi": {
"command": "npx",
"args": [
"-y",
"@cueapi/mcp"
],
"env": {
"CUEAPI_API_KEY": "<your CUEAPI_API_KEY>",
"CUEAPI_BASE_URL": "<your CUEAPI_BASE_URL>"
}
}
}
}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/ai.cueapi%2Fmcp)<a href="https://mcptoplist.com/server/ai.cueapi%2Fmcp"><img src="https://mcptoplist.com/badge/ai.cueapi%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
cueapi
Available versions (1)
| Version | Published |
|---|---|
| 0.1.3 | Apr 15, 2026 |
Frequently asked questions
- Who maintains CueAPI MCP Server?
- CueAPI MCP Server is maintained by cueapi, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is CueAPI MCP Server listed on the Official MCP Registry?
- Yes — CueAPI MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does CueAPI MCP Server have?
- MCP Toplist tracks 1 version of CueAPI MCP Server, most recently published on Apr 15, 2026.
- Where can I find the source code for CueAPI MCP Server?
- The source code for CueAPI MCP Server is hosted at github.com/cueapi/cueapi-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.