Your maps, with your AI assistant

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.

What you can ask

  • Add the 10 best ramen shops in Kyoto to my Japan map, as To visit.
  • Here is an article about hidden beaches in Okinawa: put every beach it mentions on my map.
  • Tag every temple on my Japan map with #temple, and mark the ones in Nara as Visited.
  • Make a 5-day trip in Hokkaido from my To visit spots, one area per day.
  • Which of my spots are within 2 km of Shinjuku Station?

Set it up in two minutes

  1. In Ikuzo, open Account and plan (your avatar), then Features, and turn on Enable MCP access. You get your personal token, and a ready-to-paste command for Claude Code.
  2. Add Ikuzo to your assistant, replacing YOUR_TOKEN with that token.
  3. Ask for something. The first request can take a few seconds while your assistant discovers what Ikuzo can do.

Claude Code

claude mcp add ikuzo https://ikuzo.app/api/mcp --transport http --header "Authorization: Bearer YOUR_TOKEN"

Cursor

In ~/.cursor/mcp.json:

{
  "mcpServers": {
    "ikuzo": {
      "url": "https://ikuzo.app/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_TOKEN" }
    }
  }
}

Claude Desktop

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.

What it can do

Maps

List, create and rename your maps, and organise them in folders.

Spots

Find real places, add them one by one or 10 at a time, update, tag, move, copy between maps, attach photos.

Search your map

Spots near a point or inside an area, filtered by status, type or tag.

Trips

Create trips and fill them day by day with your spots.

Limits and privacy

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.

Start a map, then let your assistant fill it.

Why Ikuzo