# Together Code Interpreter MCP Server (verified)

Add the ability to execute/interpret code to your AI apps.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add togethercomputer/mcp-server-tci

# Browse available tools
npx -y @smithery/cli@latest tool list togethercomputer/mcp-server-tci

# Get full schema for a tool
npx -y @smithery/cli@latest tool get togethercomputer/mcp-server-tci run-code

# Call a tool
npx -y @smithery/cli@latest tool call togethercomputer/mcp-server-tci run-code '{}'
```

## Tools (1)

- `run-code` — Run Python code in a secure environment

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get togethercomputer/mcp-server-tci <tool-name>
```

---

Source: https://github.com/togethercomputer/mcp-server-tci
