Ikuzo has an MCP server, the open standard that lets AI assistants use your apps. Connect Claude or another MCP client, then ask in plain words: your map changes.
claude mcp add ikuzo https://ikuzo.app/api/mcp --transport http --header "Authorization: Bearer YOUR_TOKEN"
In ~/.cursor/mcp.json:
{
"mcpServers": {
"ikuzo": {
"url": "https://ikuzo.app/api/mcp",
"headers": { "Authorization": "Bearer YOUR_TOKEN" }
}
}
}In Settings → Developer → Edit Config (needs Node.js, for the mcp-remote bridge):
{
"mcpServers": {
"ikuzo": {
"command": "npx",
"args": ["mcp-remote", "https://ikuzo.app/api/mcp", "--header", "Authorization: Bearer YOUR_TOKEN"]
}
}
}Other MCP clients work too, as long as they can send an Authorization: Bearer header to https://ikuzo.app/api/mcp. The Claude.ai and ChatGPT apps are not supported yet: their connectors need a different sign-in method.
List, create and rename your maps, and organise them in folders.
Find real places, add them one by one or 10 at a time, update, tag, move, copy between maps, attach photos.
Spots near a point or inside an area, filtered by status, type or tag.
Create trips and fill them day by day with your spots.
Free: 100 requests a month, enough to try it and build a map. Explorer: 5,000 a month. Compare the plans.
Your token is personal and only opens your own maps and the maps shared with you. You can regenerate it at any time from the same place, which cuts off every assistant using the old one.