Skip to main content
Glama
catherinedparnell

Finnhub MCP Server

Finnhub MCP 服务器

与 Finnhub API 接口的 MCP 服务器。

工具

配置

  1. 运行uv sync来安装依赖项。要安装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

发展

运行fastmcp dev server.py启动 MCP 服务器。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