Webull OpenAPI for Zed
io.github.webull-inc/webull-openapi-mcp
MCP server for Webull OpenAPI: trading and market data access for AI assistants
client:Zed
transport:stdio
runtime:pypi
Install Webull OpenAPI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"webull-openapi-mcp": {
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs