Schwab MCP server that enables AI assistants like Claude to retrieve and interact with your Schwab accounts and Schwab market data.
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"
]
}
}
}
Run in terminal:
claude mcp add schwab-mcp npx -y sudowealth/schwab-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"schwab-mcp": {
"command": "npx",
"args": [
"-y",
"sudowealth/schwab-mcp"
]
}
}
}