mcpbeat Sign in

Alphadesk Terminal MCP Server

by vigneshv1cky Your server? Claim it
local only

Alphadesk Terminal runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Sep 2026.

Read-only market data, SEC filings and financial statements, on your own vendor keys.

Installs / week
pypi · alphadesk
5
Stars
3 open issues
21 Sep 2026
Last commit
no recent releases
License
Python

What the code does

We read the source, 6 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] alphadesk/app/static/assets/AccountPage-BrXHInm4.js:1, [пакет] alphadesk/app/static/assets/AdminPage-COQHh86g.js:1, [пакет] alphadesk/app/static/assets/AnalysisPage-BbSV4gxS.js:1 и ещё 32
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alphadesk-terminal -- uvx alphadesk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alphadesk-terminal": {
      "args": [
        "alphadesk"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alphadesk-terminal]
command = "uvx"
args = ["alphadesk"]
.cursor/mcp.json
{
  "mcpServers": {
    "alphadesk-terminal": {
      "args": [
        "alphadesk"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alphadesk-terminal": {
      "args": [
        "alphadesk"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Alphadesk Terminal

same job, measured the same way
I
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering
Finance MCP
by blahaj-gif

Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.

164 installs/wk local only
EvidInvest
by evidinvest

SEC filings and financial data for AI agents: 59 tools for statements, valuation and supply chains.

122 installs/wk answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

132 installs/wk local only
AkkruData
by akkrudata

SEC filings, financial statements, metrics, insider and institutional holdings as structured data

answering
Drillr — The financial MCP for AI agents
by drillr

Financial data and research MCP for US/CN/JP equities: filings, statements, ownership, signals.

10 tools answering
Horizon Insights MCP
by shentao12022-cmyk

Market data, financial statements, valuation, research, and news for investment workflows.

answering
Open Markets
by danchev

Financial market data, SEC filings, macroeconomic telemetry, and portfolio analytics through MCP.

local only

Alphadesk Terminal — questions

Answers built from our own checks of this server.

Why is there no uptime for Alphadesk Terminal?
Alphadesk Terminal runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package alphadesk.
How do I connect Alphadesk Terminal?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alphadesk straight from pypi; nothing to host, nothing to sign up for.
Is Alphadesk Terminal open source?
We cannot say either way: written in Python, 5 stars on GitHub and 3 open issues, but we could not determine the licence, and without one the code is not open source by default.