MCP Catalogs
Home

ultimate_mcp_server vs FinanceMCP

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
FinanceMCP
by guangxiangdebizi
Stars★ 149★ 574
30d uses
Score8553
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
FinanceAI / LLM ToolsDeveloper Tools
LanguagePythonJavaScript
Last commit2 mo agothis month

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

FinanceMCP · Summary

Comprehensive financial data MCP server providing real-time stock, crypto, macro-economic data and technical indicators through Tushare and Binance APIs.

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

FinanceMCP · Use cases

  • Technical analysis of stocks with multiple indicators like MACD, RSI, and BOLL bands
  • Comprehensive company evaluation across multiple markets (A-shares, HK, US)
  • Real-time monitoring of fund flows, sector performance, and market sentiment

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

FinanceMCP · Install

Installation Options

Option 1: Public Cloud Service (Recommended)

Use the pre-configured cloud service with your own Tushare token:

{
  "mcpServers": {
    "finance-mcp": {
      "disabled": false,
      "timeout": 600,
      "type": "streamableHttp",
      "url": "https://finvestai.top/mcp",
      "headers": {
        "X-Tushare-Token": "your_tushare_token_here"
      }
    }
  }
}

Option 2: Local Installation via npm

npm install -g finance-mcp

Then configure Claude Desktop:

{
  "mcpServers": {
    "finance-mcp": {
      "type": "stdio",
      "command": "finance-mcp",
      "env": {
        "TUSHARE_TOKEN": "your_tushare_token_here"
      }
    }
  }
}

For more deployment options, see the [README](https://github.com/guangxiangdebizi/FinanceMCP).

Comparison generated from public README + GitHub signals. Last updated automatically.