Agents

Claude Code

Connect Claude Code to Ink

The Ink Skill is the fastest way to get started with Claude Code. It teaches your agent the full Ink API through a prompt file — no MCP server needed.

1. Install the CLI:

npm install -g @mldotink/cli

2. Log in:

ink login

3. Install the Skill:

npx skills add mldotink/ink-skill

4. Deploy — use the /ink:ink slash command or just ask Claude to deploy:

Prompt

Build a React app that shows a dashboard with some charts and deploy it to Ink

Setup

Run the following command in your terminal:

claude mcp add --transport http ink https://mcp.ml.ink/ --header "Authorization: Bearer YOUR_API_KEY"

Replace YOUR_API_KEY with your agent key from the Ink dashboard.

Scope

You can scope the MCP server to a specific project or your entire user:

  • Project scope (default) — available only in the current project directory
  • User scope — available globally with the -s user flag
claude mcp add -s user --transport http ink https://mcp.ml.ink/ --header "Authorization: Bearer YOUR_API_KEY"

Verify

Start a new Claude Code session and ask:

Prompt

What MCP tools do you have from ink?

Claude should list the Ink deployment tools.

On this page