Install the MCP

Connect Claude, Cursor, or any MCP client to your Sillage workspace, then verify it works.

Add the Sillage MCP server to your assistant and log in with your Sillage account. You do not need an API key.

Server URL

https://api.getsillage.com/api/mcp/v2

You can also copy this URL from the Sillage app under Settings → Integrations → MCP Server → Set up.

Connect a client

Add the server URL to your assistant. When prompted during setup, log in with your Sillage account to authorize the connection to your workspace.

  1. Open Customize → Connectors → the "+" button → Add custom connector.
  2. Give the connector a name, for example "Sillage".
  3. Paste the server URL above in the Remote MCP Server URL field and save.
  4. Log in with Sillage when prompted.
  1. Open Cursor → Cursor Settings → Tools & MCPs → Add Custom MCP (or edit ~/.cursor/mcp.json).
  2. Add the entry below. If you already have other entries, add only the sillage entry.
  3. Log in with Sillage when prompted.
{
  "mcpServers": {
    "sillage": { "url": "https://api.getsillage.com/api/mcp/v2" }
  }
}
  1. Run the command below in your terminal.
  2. Log in with Sillage when prompted.
claude mcp add --transport http sillage https://api.getsillage.com/api/mcp/v2

Any MCP-compatible client works. Point it at the server URL above over HTTP and complete the Sillage login when prompted.

Authentication

When you connect a client, you log in with your Sillage account and authorize the connection. Each connection is scoped to a single workspace, and the assistant can only access data and actions in that workspace. There is no cross-workspace access.

The server uses streamable HTTP transport and OAuth 2.1 for authorization, so any compliant MCP client can connect. To call the same workspace over plain HTTP instead, see the REST API.

Verify the connection

Once connected, ask the assistant something simple about your workspace, for example "What is left to set up in my Sillage workspace?" or "List my target accounts." The assistant calls the relevant Sillage tools and answers from your live workspace data.

FAQ

Next steps

  • Tool reference — every action the assistant can take in your workspace.

On this page