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
Sign in to the Lingsheng console → Access tokens in the top bar → create one (shown only once)
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"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" } } } }Once connected, say:
“Look at this store's AI reception and make the greeting shorter”