Skip to main content
Install the Wood Wide AI MCP bundle to manage datasets, train models, run inference, and download results from Claude Desktop. The bundle connects Claude Desktop to your Wood Wide account using your API key. It can work with datasets and models already in your account, and it can upload local CSV or Parquet files when Claude Desktop has access to those files.

Download MCP bundle

Get the .mcpb installer from the console.

API keys

Create or copy the API key used by the connector.

Install the MCP bundle

1

Create an API key

The MCP server authenticates with your Wood Wide AI API key. Find or create your API key before installing the bundle.
2

Download the .mcpb bundle

Open Settings -> MCP connector and download the Wood Wide .mcpb file.
3

Open in Claude Desktop

Double-click the downloaded .mcpb file. Claude Desktop opens and starts installation.
4

Paste your API key

When prompted, paste your Wood Wide AI API key so the connector can reach your account.
5

Add the Filesystem MCP (recommended)

For end-to-end workflows that use local files, install the Filesystem MCP server from Claude Desktop’s connectors list. This lets Claude read datasets from disk and save inference results locally.

What You Can Do

Once installed, Claude Desktop can use Wood Wide tools to:
  • List, inspect, and upload datasets
  • List and inspect models
  • Train prediction, clustering, anomaly, embedding, search, and factor models
  • Run synchronous inference on a local file
  • Start asynchronous batch inference
  • Check async job status
  • Download batch inference results to a local file

Example Prompts

List my Wood Wide datasets and show the most recent ready dataset.
Upload ~/Downloads/customers.csv as a dataset, train a clustering model, then run inference on the same file.
Run batch inference with model [MODEL_ID] on dataset [DATASET_ID], wait for the job to finish, and save the results locally.
Claude Desktop only sees local files that your configured connectors can access. If a prompt mentions a file path, make sure the Filesystem MCP server is installed and allowed to read that location.

  • API quickstart — same workflow with curl, JavaScript, or Python
  • CLI — script datasets, training, and inference with wwai
  • SKILL.md — Cursor and Codex skill setup