Add bundlist as an MCP server via Cursor Settings
Cursor supports MCP servers via a settings-managed mcp.json file. Once connected, Cursor's AI can read and update your bundlist lists directly in your coding sessions.
Go to Cursor Settings → Tools & MCP.
Click New MCP Server. Cursor opens mcp.json for editing.
Add bundlist under the root object:
{
"bundlist": {
"url": "https://api.bundlist.app/mcp"
}
}
If other servers are already defined, add bundlist as another key alongside them.
mcp.json
Save the file, then close it. Cursor will detect the new server.
Back in Tools & MCP, click Connect next to bundlist. A browser window opens — sign in with the same Google, Apple, or Facebook account you use for bundlist. Your token is stored automatically.
In a Cursor chat session, ask:
Show me all my bundlist lists
Cursor should call list_lists and return your lists by name.
See the uses guide for workflow ideas, or the MCP overview for the full list of available tools.
mcp.json is valid. A trailing comma or missing quote will prevent Cursor from loading it.Email support@bundlist.app with your Cursor version and a description of where you're stuck.