FinvizMCP
FreeNot checkedAn MCP server that exposes Finviz stock screening, fundamentals, news, and market data as tools for MCP clients like Claude Code and Claude Desktop.
About
An MCP server that exposes Finviz stock screening, fundamentals, news, and market data as tools for MCP clients like Claude Code and Claude Desktop.
README
A Model Context Protocol (MCP) server that exposes Finviz stock screening, fundamentals, news, and market data as tools for MCP clients such as Claude Code and Claude Desktop.
Detached fork of tradermonty/finviz-mcp-server, maintained here for personal use.
Features
~40 tools across:
- Screeners — uptrend, volume surge, trend reversion, dividend growth, ETF, technical analysis, earnings (pre-market / after-hours / upcoming), and a fully custom screener.
- Fundamentals — single or batch stock fundamentals (70+ fields).
- News — market, sector, and stock-specific news.
- Market analysis — sector, industry, country, and capitalization performance; market overview; relative volume.
- SEC / EDGAR — company filings, facts, concepts, and insider transactions.
Requirements
- Python 3.11+
- A Finviz Elite subscription + API key (required for full functionality)
Setup
git clone https://github.com/Psichico/FinvizMCP.git
cd FinvizMCP
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS / Linux
pip install -e .
Create a .env file in the project root (it is gitignored — never commit your key):
FINVIZ_API_KEY=your_finviz_elite_api_key_here
LOG_LEVEL=INFO
RATE_LIMIT_REQUESTS_PER_MINUTE=100
Running
finviz-mcp-server # stdio MCP server
The process starts and waits for an MCP client to connect over stdio (no output is expected on its own).
Connecting to Claude Code
Add an .mcp.json at your client's project root:
{
"mcpServers": {
"finviz": {
"command": "C:\\path\\to\\FinvizMCP\\venv\\Scripts\\finviz-mcp-server.exe",
"args": [],
"cwd": "C:\\path\\to\\FinvizMCP",
"env": {
"LOG_LEVEL": "INFO",
"RATE_LIMIT_REQUESTS_PER_MINUTE": "100"
}
}
}
}
The FINVIZ_API_KEY is read from .env (via cwd), so it stays out of the committed config. Restart the client and approve the finviz server when prompted.
License
See LICENSE.
Credits
Built on tradermonty/finviz-mcp-server.
Installing FinvizMCP
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Psichico/FinvizMCPFAQ
Is FinvizMCP MCP free?
Yes, FinvizMCP MCP is free — one-click install via Unyly at no cost.
Does FinvizMCP need an API key?
No, FinvizMCP runs without API keys or environment variables.
Is FinvizMCP hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install FinvizMCP in Claude Desktop, Claude Code or Cursor?
Open FinvizMCP on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare FinvizMCP with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
