# Deploy (MCP client)
Install and configure Cursor as an MCP client that embeds the above deployed MCP server into its models.
In this example, no specific model binding is selected (we just use the Cursor defaults).
See the sections below for a description of the actions taken.

## Install Cursor
Install:
- https://www.cursor.com/
Observe preconfigured models:
- Cursor settings > Models
## Configure Cursor
Add the running MCP server to Cursor.
- In Cursor, select Cursor Settings > Tools & Integrations > MCP tools > New MCP Server
- Add args: "your-parent-dirs/mcpServer.js"
{
"mcpServers": {
"weather-mcp-agent": {
"command": "node",
"args": ["your-parent-dirs/mcp-nodejs/src/mcpServer.js"]
}
}
}
Observe a green dot, indicating that the MCP-server is ready to use.

Sometimes it seems additionally selecting the disable/enable switch is required.