MCP.so
ログイン

PineScript MCP Project

@cklose2000

PineScript MCP Project について

A Model Context Protocol (MCP) server for working with TradingView PineScript

基本情報

カテゴリ

その他

ランタイム

html

トランスポート

stdio

公開者

cklose2000

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ