Quick Start
This guide helps you connect Futu MCP to your AI client in minutes.
Prerequisites
Ensure your AI client supports the MCP protocol
Endpoint
https://mcp.futunn.com/mcpClient Setup
Claude Code
Run the following command in your terminal:
bash
claude mcp add futu-mcp \
--transport http \
https://mcp.futunn.com/mcpClaude Desktop
Add the following to your Claude Desktop configuration file (claude_desktop_config.json):
json
{
"mcpServers": {
"futu-mcp": {
"url": "https://mcp.futunn.com/mcp"
}
}
}Cursor
Add the following to your Cursor MCP configuration file (.cursor/mcp.json):
json
{
"mcpServers": {
"futu-mcp": {
"url": "https://mcp.futunn.com/mcp"
}
}
}Other MCP Clients
Any MCP client that supports the http transport can connect — just configure it with the endpoint URL https://mcp.futunn.com/mcp.
First Connection
After setup, when you first make a Futu-related query:
- Your AI client will automatically open a browser to the Futu OAuth consent page
- Log in and authorize the requested permission scopes
- The client stores the token and begins making API calls
- Subsequent sessions re-use the stored token — no need to re-authorize
Tip: After setup, try asking "What is the current stock price of Tencent?" to verify the connection works.