Skip to content
VS Code

AkTools MCP Server for VS Code

io.github.aahl/mcp-aktools

MCP Server for stock and crypto

client:VS Code transport:stdio runtime:pypi

Install AkTools MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-aktools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-aktools"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AkTools MCP Server in other clients