Agents
Claude Code
Connect Claude Code to Ink MCP
Setup
Run the following command in your terminal:
claude mcp add --transport http mlink https://mcp.ml.ink/mcp --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 userflag
claude mcp add -s user --transport http mlink https://mcp.ml.ink/mcp --header "Authorization: Bearer YOUR_API_KEY"Verify
Start a new Claude Code session and ask:
Prompt
❯
What MCP tools do you have from mlink?
Claude should list the Ink deployment tools.
Example
Prompt
❯
Build a React app that shows a dashboard with some charts and deploy it to Ink