Deploy and manage applications, databases, domains, and git repos
Connect Ink MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Deploy and manage applications, databases, domains, and git repos. The ink mcp mcp server is what makes that connection.
MCP server for deploying and managing applications on ml.ink.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
OAuth — MCP clients that support OAuth handle the login flow automatically — add the server URL and sign in via browserCursor — The Cursor tool exposed by this serverWindsurf — The Windsurf tool exposed by this serverServices — The Services tool exposed by this serverDatabases — The Databases tool exposed by this serverWorkspaces — The Workspaces tool exposed by this serverOther — The Other tool exposed by this serverBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Ink MCP's toolset — OAuth, Cursor, Windsurf and 4 more — is a fair guide to whether it matches your workflow. It is maintained by ink.ml; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Ink MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| OAuth | MCP clients that support OAuth handle the login flow automatically — add the server URL and sign in via browser. |
| Cursor | The Cursor tool exposed by this server. |
| Windsurf | The Windsurf tool exposed by this server. |
| Services | The Services tool exposed by this server. |
| Databases | The Databases tool exposed by this server. |
| Workspaces | The Workspaces tool exposed by this server. |
| Other | The Other tool exposed by this server. |
With API key:
```json
{
"mcpServers": {
"ink": {
"url": "https://mcp.ml.ink/mcp",
"headers": {
"Authorization": "Bearer dk_live_YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.