mcpbeat Sign in

QuantGist MCP Server

by quantgist-technologies Your server? Claim it
local only

QuantGist runs on your own machine — the client starts it, so there is no endpoint to ping. 210 installs a week from pypi. Last commit 17 Jul 2026.

Macro events, earnings & market data from QuantGist for Claude and other AI agents.

Installs per day peak 95 · avg 38 · -24% w/w
a month agotoday
210
Installs / week
pypi · quantgist-mcp
2
Stars
2 open issues
17 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check QuantGist every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 quantgist-mcp -- uvx quantgist-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "quantgist-mcp": {
      "args": [
        "quantgist-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.quantgist-mcp]
command = "uvx"
args = ["quantgist-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "quantgist-mcp": {
      "args": [
        "quantgist-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "quantgist-mcp": {
      "args": [
        "quantgist-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: QUANTGIST_API_KEY (QuantGist API key (qg_live_... or qg_test_...). Get one free at https://quantgist.com). The author declared them in the registry entry; get the values from the project itself.

Alternatives to QuantGist

same job, measured the same way
QuantSonar
by quantsonar

China A-share market data for research, backtesting and AI agents via MCP.

45 tools answering
Meridian
by meridianapi

Reliable macroeconomic and market data for AI agents via MCP

answering
Mindmaps
by cloudmindmaps

Create and read mind maps on CloudMindMaps from Claude and other AI assistants.

75 installs/wk local only
OpenRush
by openrushdata

The Marketing Data Layer for AI Agents - SEO, Search Console, and Analytics

answering
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Statistikdata
by statistikdata

Swedish open data for Claude and other AI assistants - verified, with sources.

answering
Alphavantage
by pipeworx-io

Alpha Vantage MCP — Stock market data, fundamentals, and earnings

42 tools answering
Re:port Flow MCP
by re-port-flow

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

53 installs/wk 2 tools answering

QuantGist — questions

Answers built from our own checks of this server.

Why is there no uptime for QuantGist?
QuantGist 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 quantgist-mcp was installed 210 times last week.
How do I connect QuantGist?
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 quantgist-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use QuantGist?
The pypi package quantgist-mcp was installed 210 times in the last week. Week over week that is -24%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is QuantGist open source?
Yes — it is published under the MIT licence, written in Python, 2 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.