MCP Integration

Connect Our MCP with your Claude

Paste this config into your Claude Desktop settings and replace the placeholders with your local values.

claude_desktop_config.json
1{
2 "preferences": {
3 "coworkWebSearchEnabled": true,
4 "coworkScheduledTasksEnabled": false,
5 "ccdScheduledTasksEnabled": false
6 },
7 "mcpServers": {
8 "w3deploy": {
9 "command": "w3deploy-mcp",
10 "env": {
11 "W3DEPLOY_API_BASE": "https://www.api.web3deploy.me/",
12 "W3DEPLOY_WALLET_ADDRESS": "<YOUR_WALLET_ADDRESS>",
13 "W3DEPLOY_API_TOKEN": "<YOUR_PRODUCTION_JWT>",
14 "W3DEPLOY_EVM_PRIVATE_KEY": "<YOUR_PRIVATE_KEY_IF_AUTOSIGN>"
15 }
16 }
17 }
18}

Keep tokens and private keys in local config only. Never commit real credentials to source control.

Setup Walkthrough

Quick Steps

01

Open Claude Desktop config

Find the config file via Claude → Settings → Developer.

02

Paste the MCP block

Copy the config on the left and merge it into JSON file.

03

Replace placeholders

Fill in your wallet address, API token, and EVM private key.

04

Restart Claude Desktop

The ALGOFLOW MCP server will appear in your tools panel.

Deploy CLI Wizard

Prefer terminal flow? Use the guided Web + MCP wizard to navigate setup, challenge signing, deployment, and history in one menu.

npx -y --package w3deploy-mcp w3deploy-cli

1. Run the command above.

2. Choose Setup credentials and URLs.

3. Choose Deploy project folder.

4. Use View deployment history to verify rollout.