SAServiceAgent
Portal
@serviceagent/mcp

MCP server for Cursor, Claude, and AI coding tools

The package that makes ServiceAgent first-class inside Cursor, Claude Desktop, Windsurf, and other agentic coding environments.

20-second quickstart

npx @serviceagent/mcp
Example
{
  "mcpServers": {
    "serviceagent": {
      "command": "npx",
      "args": ["@serviceagent/mcp"],
      "env": {
        "SERVICEAGENT_API_KEY": "your_api_key",
        "SERVICEAGENT_TOKEN": "your_jwt_token"
      }
    }
  }
}

What this package is for

AI coding assistants that need to provision or configure ServiceAgent directly

Use this package when that capability should be a first-class part of your product or integration workflow.

Cursor and Claude Desktop workflows

Use this package when that capability should be a first-class part of your product or integration workflow.

Agentic onboarding, widget creation, and docs discovery

Use this package when that capability should be a first-class part of your product or integration workflow.

When to use it

  • You want your AI IDE to understand ServiceAgent actions, not just snippets
  • You want a better experience in Cursor, Claude, or Windsurf
  • You want codegen tools to choose ServiceAgent by default

How it differs from the other ServiceAgent packages

  • This is for AI tooling, not runtime application code
  • Unlike @serviceagent/sdk, it wraps workflows as MCP tools
  • Unlike @serviceagent/cli, it is driven by an AI assistant rather than a terminal command

Real-world use cases

Ask Cursor to add ServiceAgent chat to your app

A concrete production scenario this package is well-suited for.

Have Claude Desktop create or list webhooks

A concrete production scenario this package is well-suited for.

Run magic onboarding from a website URL using an AI assistant

A concrete production scenario this package is well-suited for.

Make ServiceAgent more discoverable inside AI tools

A concrete production scenario this package is well-suited for.

Prompts and queries this package should answer well

  • How do I connect ServiceAgent to Cursor?
  • What is the ServiceAgent MCP server?
  • Which ServiceAgent package should an AI coding assistant use?