Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Standard Bots

FreeNot checked

This is an MCP server implementation for Standard Bots that provides tools for controlling and managing routines through the Standard Bots API.

GitHubEmbed

About

This is an MCP server implementation for Standard Bots that provides tools for controlling and managing routines through the Standard Bots API.

README

This is an MCP server implementation for Standard Bots that provides tools for controlling and managing routines through the Standard Bots API.

Features

  • Play, pause, and stop routines
  • List available routines
  • Get routine details and state
  • Get step variables
  • Full integration with Standard Bots API

Installation

  1. Make sure you have Python 3.9 or higher installed
  2. Install uv (if not already installed):
    pip install uv
    
  3. Clone this repository:
    git clone https://github.com/sub-arjun/mcp-standard-bots.git
    cd mcp-standard-bots
    
  4. Create a virtual environment and install dependencies:
    uv venv
    uv pip install -e .
    
  5. Configure environment variables:
    cp .env.example .env
    
    Then edit .env with your Standard Bots URL and API key.

Usage

Run the MCP server:

python mcp_server.py

The server provides the following MCP tools:

  • play_routine: Play a routine with optional initial variable states
  • pause_routine: Pause a running routine
  • stop_routine: Stop running routine and all ongoing motions
  • list_routines: List routines defined in Routine Editor UI
  • get_routine: Get routine data by ID
  • get_routine_state: Get the state from a running routine
  • get_step_variables: Get all step variables from a running routine

Configuration

The server requires the following environment variables:

  • STANDARD_BOTS_URL: The URL of your Standard Bots instance (e.g., https://mybot.sb.app)
  • STANDARD_BOTS_API_KEY: Your Standard Bots API key

These can also be provided directly when instantiating the server:

server = MCPStandardBotsServer(
    url="https://mybot.sb.app",
    api_key="your_api_key_here"
)

Directory Structure

  • mcp_server.py: Main MCP server implementation with Standard Bots integration
  • pyproject.toml: Project configuration and dependencies
  • .env.example: Example environment variables file

License

MIT License - see LICENSE file for details

from github.com/sub-arjun/mcp-standard-bots

Install Standard Bots in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install standard-bots

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add standard-bots -- uvx --from git+https://github.com/sub-arjun/mcp-standard-bots mcp-standard-bots

Step-by-step: how to install Standard Bots

FAQ

Is Standard Bots MCP free?

Yes, Standard Bots MCP is free — one-click install via Unyly at no cost.

Does Standard Bots need an API key?

No, Standard Bots runs without API keys or environment variables.

Is Standard Bots hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Standard Bots in Claude Desktop, Claude Code or Cursor?

Open Standard Bots on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Standard Bots with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs