Skip to content
Cursor

AkTools Pro MCP Server for Cursor

io.github.tchivs/aktools-pro

🚀 AkTools Pro: 增强型金融 MCP 服务器。内置策略回测、模拟盘管理及实时异动监控。

client:Cursor transport:stdio runtime:pypi

Install AkTools Pro MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aktools-pro": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aktools-pro"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AkTools Pro MCP Server in other clients