24haowan · For AI中文

Claude Code / Cursor / MCP — Make calls: how to connect

Which AI do you use

What should it do

Claude Code / Cursor / MCP · Lingsheng voice agent Account needed

Connect to the Lingsheng MCP with an access token to configure AI reception; place calls, read records and receive webhooks via the open API

  1. Sign in to the Lingsheng console → Access tokens in the top bar → create one (shown only once)

  2. Claude Code: run this, replacing the token with yours

    claude mcp add --transport http lingsheng https://aicall.lingshengai.com/api/mcp \
      --header "Authorization: Bearer lsk_your_token"
  3. In Cursor, add this to ~/.cursor/mcp.json (or the project's .cursor/mcp.json), with the same Authorization header Written from the vendor docs; not yet tested on a real client

    {
      "mcpServers": {
        "lingsheng": {
          "url": "https://aicall.lingshengai.com/api/mcp",
          "headers": {
            "Authorization": "Bearer lsk_your_token"
          }
        }
      }
    }
  4. Once connected, say:

    “Look at this store's AI reception and make the greeting shorter”

Full developer docs

← Everything your AI can do with us