Skip to main content
Glama
catherinedparnell

Finnhub MCP Server

Finnhub MCP サーバー

Finnhub API とインターフェースする MCP サーバー。

ツール

構成

  1. uv syncを実行して依存関係をインストールします。uvをインストールするにはuvこちらの手順に従ってください。その後、 source .venv/bin/activate実行してください。

  2. Finnhub API キーの資格情報を使用して.envファイルを設定します。

FINNUB_API_KEY=<FINNHUB_API_KEY>
  1. サーバーをインストールするには、 fastmcp install server.pyを実行します。

  2. 次の場所にある構成ファイルを開きます。

    • macOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json

    • Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

  3. uvのコマンドエントリを見つけ、 uv実行ファイルへの絶対パスに置き換えます。これにより、サーバーの起動時に正しいバージョンのuvが使用されるようになります。

  4. 変更を適用するには、Claude Desktop を再起動します。

Related MCP server: Yahoo Finance MCP Server

発達

MCPサーバーを起動するには、 fastmcp dev server.pyを実行します。MCPインスペクターは、ローカルでの調査とデバッグに役立ちます。

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    F
    maintenance
    A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
    12
    104
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    A Model Context Protocol server providing comprehensive financial data from Yahoo Finance, allowing users to retrieve detailed stock information, financial statements, options data, and market news.
    34
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides comprehensive financial market data and news through the Finnhub API. Enables real-time stock quotes, company profiles, financial metrics, analyst recommendations, and market news access.
    1
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    A Node.js MCP server that wraps the Finnhub API to provide stock market data, technical analysis, news sentiment, and cryptocurrency market information.
    15
    106 npm
    1
    MIT