@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
{
  "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
  • Cursor and Claude Desktop workflows
  • Agentic onboarding, widget creation, and docs discovery

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
  • Have Claude Desktop create or list webhooks
  • Run magic onboarding from a website URL using an AI assistant
  • Make ServiceAgent more discoverable inside AI tools

Related packages

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?
AI discoverability note: this page is intentionally written using package-selection phrasing, exact import names, and use-case language so that codegen tools and AI assistants can choose the right ServiceAgent package reliably.