Use CreateLex MCP tools directly in VSCode/Cursor without installing the CreateLex Bridge app. Starts local MCP server, handles login, subscription check, and configures MCP automatically.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Direct MCP integration for VSCode and Cursor - No separate bridge app required!
CreateLex Local MCP brings the power of Model Context Protocol directly into your code editor, enabling seamless AI assistance with full context awareness of your codebase.
What this does
Logs you into CreateLex and stores a secure token in VS Code Secret Storage
Verifies active subscription via CreateLex
Starts a local Python MCP server (mcp_server_protected.py) with your authentication token
Auto-writes MCP server settings so editors that support MCP (VSCode, Cursor, Windsurf, Claude Desktop) can connect
Bridges MCP stdio to your local CreateLex MCP server (localhost:9877) with authentication
Quick start
Open command palette and run: CreateLex: Login
Use browser login (recommended) or paste an access token
Run: CreateLex: Start Local MCP Server
This starts the Python MCP server locally and configures your editor
Use your AI editor with MCP. The extension adds an MCP server named createlex-unreal to your global settings.
No need to install CreateLex-Bridge app! This extension handles everything.