FinvizMCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FinvizMCPshow me stocks with P/E under 15 and market cap over 10B"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FinvizMCP
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.
Related MCP server: mcp-finnhub
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=100Running
finviz-mcp-server # stdio MCP serverThe 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceAn MCP server that exposes 16 free investment-research signals (insider trades, SEC filings, short data, and live quotes) to any MCP-compatible LLM.Last updated6698MIT
- Alicense-qualityDmaintenanceMCP server providing comprehensive access to Finnhub financial market data API for AI assistants like Claude Desktop.Last updated10MIT
- Alicense-qualityDmaintenanceMCP server for stock prices, historical data, FX rates, and ticker search, powered by yfinance with no API key required. Designed for Claude Desktop.Last updated1Apache 2.0
- Flicense-qualityCmaintenanceMCP server that exposes stock research tools (fundamentals, news, technicals, analyst ratings) to AI clients, enabling autonomous generation of structured investment briefs.Last updated
Related MCP Connectors
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Psichico/FinvizMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server