README.md
This plugin bridges the tradingview-mcp server to LM Studio. It provides your local LLMs with 37 powerful financial tools for real-time market data, technical analysis, backtesting, and sentiment analysis.
README.md
This plugin bridges the tradingview-mcp server to LM Studio. It provides your local LLMs with 37 powerful financial tools for real-time market data, technical analysis, backtesting, and sentiment analysis.
Python version >= 3.14 will corrupt in "npm install" stage. Try to edit vendor/tradingview-mcp/pyproject.toml
Find: requires-python = ">=3.10,<3.14"
Replace: requires-python = ">=3.10"
and run "npm install" command again.
Python version >= 3.14 will corrupt in "npm install" stage. Try to edit vendor/tradingview-mcp/pyproject.toml
Find: requires-python = ">=3.10,<3.14"
Replace: requires-python = ">=3.10"
and run "npm install" command again.
git clone https://github.com/Nowng/tradingview-lms-mcp.git
cd tradingview-lms-mcp
npm install
npm run build
lms dev
git clone https://github.com/Nowng/tradingview-lms-mcp.git
cd tradingview-lms-mcp
npm install
npm run build
lms dev