# Biomni MCP

> Connects to Biomni via Scalekit MCP to manage workspaces, projects, tasks, messages, and files.

**URL:** https://caywork.com/learn/docs/node/biomnimcp-node

## Content

The **Biomni MCP Node** integrates securely with Biomni's collaboration API through the Scalekit MCP gateway. It enables your AI agent to manage workspaces, projects, tasks, messages, and files.

## Parameters

### Required Parameters
* **action** (string): The target Biomni MCP tool action to run. Must be one of the enabled actions:
  * `biomnimcp_create_project`: Create a new project.
  * `biomnimcp_list_projects`: List available projects.
  * `biomnimcp_list_result_files`: List result files.
  * `biomnimcp_list_tasks`: List tasks.
  * `biomnimcp_list_workspaces`: List available workspaces.
  * `biomnimcp_send_message`: Send a message.
  * `biomnimcp_start_new_task`: Start a new task.
  * `biomnimcp_switch_workspace`: Switch the active workspace.
  * `biomnimcp_upload_file`: Upload a file.
  * `biomnimcp_wait_for_next_update`: Wait for the next update.

### Optional Parameters
* **params** (object): A key-value dictionary containing action-specific inputs (e.g., `{'workspace_id': 'my-workspace', 'message': 'Hello team'}`).

## Practical Use Cases
1. **Workspace and project management**: List and switch workspaces, create projects, and track tasks automatically.
2. **Collaboration automation**: Send messages, upload files, and poll for updates to keep team workflows moving.