Webull OpenAPI for Cursor
io.github.webull-inc/webull-openapi-mcp
MCP server for Webull OpenAPI: trading and market data access for AI assistants
client:Cursor
transport:stdio
runtime:pypi
Install Webull OpenAPI in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"webull-openapi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs