All assistantsCursor MCP documentation ↗
Set up Maybole in Cursor
Use the maybole tools from Cursor’s agent.
1
Sign in to Maybole
Your key is tied to a free Maybole account. Every account gets 5 free contacts.
2
Get an API key
Sign in first, then come back here.
3
Add Maybole to Cursor
- Open Cursor → Settings → MCP → Add new global MCP server (or edit ~/.cursor/mcp.json).
- Add the block below.
- Cursor will show "maybole" with a green dot once it connects.
config
{
"mcpServers": {
"maybole": {
"type": "http",
"url": "https://www.maybole.ai/api/mcp",
"headers": {
"Authorization": "Bearer mby_PASTE_YOUR_KEY"
}
}
}
}Replace mby_PASTE_YOUR_KEY with the key you saved.
4
Test the connection
Checks your key works. Doesn't use any of your free contacts.