schwab-mcp

sudowealth/schwab-mcp
★ 34 stars TypeScript 🤖 AI/LLM Updated 7d ago
Schwab MCP server that enables AI assistants like Claude to retrieve and interact with your Schwab accounts and Schwab market data.
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": {
    "schwab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sudowealth/schwab-mcp"
      ]
    }
  }
}