ServiceAgent × Windsurf
ServiceAgent inside Windsurf — drive chat, voice, calendar, and CRM from your editor.
`@serviceagent/mcp` plugs into Windsurf's MCP support. Provision a demo workspace in under a second, scaffold the chat / calendar / voice components, design and publish voice agents, and claim the workspace into a permanent account — all from inside Windsurf.
Install in Windsurf
Click "Add to Windsurf" to download a pre-built config block, or drop the snippet below into ~/.codeium/windsurf/mcp_config.json. Restart Windsurf.
mcp_config.json
{
"mcpServers": {
"serviceagent": {
"command": "npx",
"args": ["-y", "@serviceagent/mcp"],
"env": {
"SERVICEAGENT_MCP_CLIENT": "windsurf-mcp"
}
}
}
}Tool catalog
Same ~30 tools as the Cursor / Claude Desktop integration:
- create_project, claim_workspace
- add_widget, add_calendar, add_voice_agent
- Full voice CRUD + Twilio number provisioning
- magic_onboarding, configure_knowledge_base, create_webhook
- get_docs for in-IDE docs search
Full reference: @serviceagent/mcp.