Quick Start & Setup
Before you begin, please ensure you meet the following requirements:
Prerequisites
Python: Basic knowledge of Python 3.11 or later.
FastAPI: Familiarity with FastAPI is helpful but not strictly required.
Browser: A Chromium-based browser (e.g., Google Chrome, Microsoft Edge, Brave) is necessary for utilising browser automation features.
Step 1: Obtain Your CodeWords API Key
To get started with building workflows, you'll need an API key from the CodeWords Platform.
Sign Up: If you haven't already, sign up for an account on the CodeWords Platform.
Navigate to API Keys:
Log in to your account.
From your dashboard, click on the profile icon located in the bottom-left corner.
Select Account.
Click on Advanced.
Choose API Keys & Environment Variables.
Generate and Copy Your Key:
Click on Regenerate Key.
Refresh the page.
Locate and copy your Standard API Key.
Store Securely: Store this API key in a secure location. You will need it to authenticate and build your workflows.
Step 2: Set Up the CodeWords MCP in a chosen Client
This step guides you through configuring the CodeWords MCP within a Client
On Cursor
Access Cursor Settings:
Open Cursor.
Navigate to Cursor Settings (usually found in the application's preferences or settings menu) (
Cmd/Ctrl + Shift + P
).Go to Tools & Integrations.
Select MCP Tools.
Click on New MCP Server.
Add a Custom MCP Server.
Configure
mcp.json
:A
mcp.json
file will open. Add the following configuration to this file:
JSON
{ "mcpServers": { "CodeWords": { "url": "https://runtime.codewords.ai/run/devx_mcp/mcp/", "headers": { "Authorization": "Bearer <YOUR_CODEWORDS_API_KEY>" } } } }
Important: Replace
<YOUR_CODEWORDS_API_KEY>
with the actual API key you obtained in Step 1: Obtain Your CodeWords API Key.Save the
mcp.json
file.
Connect and Authenticate:
Return to Cursor Settings.
Locate and connect to CodeWords. This action will initiate an authentication workflow in your browser. Follow the prompts to complete the authentication process.
Activate the MCP:
Once successfully authenticated, click on the toggle switch next to the CodeWords MCP entry to turn it on.
Select LLM in Cursor Chat:
Select Claude-4 Sonnet MAX Mode
On Claude
Click on Integrations.
Click on Add integration.
Type:
CodeWords
in the Integration name andhttps://runtime.codewords.ai/run/devx_mcp/mcp/
as the Integration URLClick Add and follow the authentication workflow in your browser. Follow the prompts to complete the authentication process.
Once connected, you can view the tools in a new chat.
Make sure to use Claude Sonnet 4 with extended thinking
Last updated