MCP Server for TastyTrade - Let Claude/GPT trade options for you. Iron Condor strategy builder, market scanner, position tracking.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"tastyscanner-mcp-ser": {
"command": "npx",
"args": [
"-y",
"technet365/TastyScanner-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add tastyscanner-mcp-ser npx -y technet365/TastyScanner-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"tastyscanner-mcp-ser": {
"command": "npx",
"args": [
"-y",
"technet365/TastyScanner-MCP-Server"
]
}
}
}