webull-mcp-server

webull-inc/webull-mcp-server
★ 5 stars Python 🌐 Browser/Web Updated 15d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "webull-mcp-server": {
      "command": "uvx",
      "args": [
        "webull-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install webull-mcp-server