PineScript MCP Project
@cklose2000
关于 PineScript MCP Project
A Model Context Protocol (MCP) server for working with TradingView PineScript
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"pinescript-mcp-server": {
"command": "npx",
"args": [
"pinescript-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is PineScript MCP Project?
The PineScript MCP Project is a comprehensive tool for the creation, optimization, and management of PineScript trading strategies. It integrates with Claude Desktop for AI-assisted development and provides multiple user interfaces, including Next.js, Express, and Electron desktop app options.
How to use PineScript MCP Project?
Install dependencies with npm install, then start one of the UI options: npm run ui for Next.js, npm run ui:express for Express, or npm run ui:electron for the desktop app. Access the web interface at http://localhost:3001. For Claude Desktop integration, run npx pinescript-mcp-server (macOS) or add it via the Claude CLI. Detailed setup is in the documentation.
Key features of PineScript MCP Project
- Strategy creation and editing
- Backtesting capabilities
- Performance analysis
- Strategy optimization
- TradingView integration
- Claude Desktop integration for AI-assisted development
Use cases of PineScript MCP Project
- Develop and test PineScript trading strategies with an intuitive web UI or desktop app
- Leverage AI assistance from Claude Desktop to generate and refine PineScript code
- Perform historical backtesting and parameter optimization on trading strategies
- Troubleshoot connectivity and firewall issues with bundled network scripts
- Run strategy development entirely offline using the Electron desktop application
FAQ from PineScript MCP Project
What are the system requirements for PineScript MCP Project?
Node.js v18 or higher and npm v8 or higher are required.
How do I troubleshoot UI connection issues?
Check firewall settings, run the firewall exception script (npm run firewall:allow), and refer to docs/ui-connect-guide.md. The Electron desktop app (npm run ui:electron) avoids web server connectivity problems entirely.
Where does the project store data and configuration?
Data files are stored in the data/ directory. Example MCP configurations are provided in .mcp.json.example files for macOS and Windows.
How do I integrate PineScript MCP Project with Claude Desktop?
On macOS, run npx pinescript-mcp-server or use claude mcp add pinescript-server npx --args pinescript-mcp-server. On Windows, run claude mcp add pinescript-server cmd --args /c npx pinescript-mcp-server.
What alternative UI options are available besides the web interface?
You can use the Next.js development server, a simpler Express server, a basic HTML test page server (npm run ui:test), or the Electron desktop application which does not require a web server.
其他 分类下的更多 MCP 服务器
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论