Ink MCP Server

Deploy and manage applications, databases, domains, and git repos

Remote serverstreamable-httpPython

What is the Ink MCP MCP server?

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.

What the server does

MCP server for deploying and managing applications on ml.ink.

Available tools

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 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

Installation

Because 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.

Where it fits

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.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
OAuthMCP clients that support OAuth handle the login flow automatically — add the server URL and sign in via browser.
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.
ServicesThe Services tool exposed by this server.
DatabasesThe Databases tool exposed by this server.
WorkspacesThe Workspaces tool exposed by this server.
OtherThe Other tool exposed by this server.

How to install the Ink MCP MCP 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.

Example prompts to try

  • Use Ink MCP to OAuth.
  • Use Ink MCP to Cursor.
  • Use Ink MCP to Windsurf.

Frequently asked questions

It connects Ink MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (OAuth, Cursor, Windsurf, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ink MCP directly.