Picking servers for a new setup
You want a server that works on your own data, not a public index. Plali’s server reads and writes the places you saved, with your tags, review criteria, and scores.
Plali runs a remote MCP server at https://api.plali.app/mcp with nine tools for your saved places, scores, and preferences. Your client connects over HTTP with OAuth, so there is no API key to store and nothing to install locally.
You want a server that works on your own data, not a public index. Plali’s server reads and writes the places you saved, with your tags, review criteria, and scores.
There is no package to install and no API key to paste into a config file. Your client talks to https://api.plali.app/mcp over HTTP and signs in with OAuth.
Ask for places in Seongsu tagged “quiet” with 4 or more for taste. The client calls search_saved_places with region, tag, scoreName, and minScore, and answers from your own records.
Add https://api.plali.app/mcp as a remote HTTP server. In Claude Desktop, go to Customize > Connectors > Add custom connector. In Claude Code, run claude mcp add --transport http --scope user plali with the URL.
Sign in to Plali with Google or Kakao, then choose which of the seven scopes to grant. Tools that need a scope you left unchecked stay unavailable.
Ask in plain language and the client picks the tool. New saves arrive privately in Places to organize, where you confirm the location and complete the record. Optional Skills at plali.app/ai/skills/plali-skills.zip add saving and searching instructions.
find_places searches Korean venues through Kakao only. For places elsewhere, save_places stores the name, address, coordinates, and source link your client supplies, and you confirm the location in My Places.
Seven: places:read, places:write, places:lookup, profile:read, profile:write, preferences:read, and preferences:write. You choose which to approve when you connect, and a tool that needs an unapproved scope returns an insufficient_scope error. No tool changes the visibility of a place.
Open plali.app/ai/settings to see each connection’s scopes and last use, then disconnect one connection or all of them. Revoking ends the client’s access but keeps the places, scores, and preferences you already saved.
find_places, the Kakao venue search, runs only when you ask for it and is capped at 30 searches per user per UTC day. save_places takes 1–20 places per call, and search_saved_places returns up to 50 results per page with a cursor for the next page.
In Claude Code, add the same URL with claude mcp add --transport http, then sign in with claude mcp login plali or through /mcp. In ChatGPT and other clients, use the same URL wherever the client accepts a remote MCP server with OAuth. The guide at plali.app/ai has exact steps for Claude, Claude Code, and Codex CLI.