Set up LM Studio
Run local LLMs with MCP tool support. Add Agentcy so your local models can access marketing data — combining private inference with live analytics.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open LM Studio and go to the Program tab
- 03
Click Install → Edit mcp.json
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
LM Studio auto-reloads when mcp.json is saved
path: ~/.lmstudio/mcp.json
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}LM Studio follows Cursor’s mcp.json format exactly. Remote MCP support requires v0.3.17+. Note: MCP servers designed for cloud models may use excessive tokens that can overwhelm local models.
“What’s the traffic trend for aurora-fitness.com?”
“Show me our top search queries from Search Console”
“Analyze our Google Ads performance this month”
“Research competitors in our market niche”