Anwani MCP
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anwani MCPcreate an address code for my home at 24.7136,46.6753"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Anwani MCP
Anwani MCP connects AI agents to Anwani, the digital address infrastructure for permanent 9-digit address codes tied to real-world locations.
Create, list, update, share, and delete your Anwani addresses through OAuth, with the same ownership, permissions, and account limits used across Anwani.
Works with Cursor and other MCP-compatible clients.
Product page: https://9code.app/ai-agents
Sign-in uses Google OAuth + PKCE in the browser — approve once, then the client saves the token on this machine.
OAuth client id: anwani-cursor
This package is a connection client only. It does not contain Firebase project internals, Firestore paths, or server secrets.
Requirements
Node.js 18+
An MCP-compatible client (Cursor is supported; others work the same way via stdio)
An Anwani account (created automatically during Google consent if you are new)
Related MCP server: google-workspace-mcp-server
Install
npm install -g anwani-mcp
anwani-mcp-loginOr without a global install:
npx -y anwani-mcp-loginWhat happens:
A local callback server starts on this machine
Your browser opens the Anwani authorize page
You sign in with Google and click Allow
The browser returns to localhost — the bridge saves the token automatically
No JSON paste. Never paste codes or tokens into chat.
Fallback (rare): anwani-mcp-login --paste if loopback is blocked on your network.
Use with Cursor
Cursor is the first supported MCP client. Recommended config (always uses the published package):
{
"mcpServers": {
"anwani": {
"command": "npx",
"args": ["-y", "anwani-mcp"]
}
}
}Then open a new chat and ask Anwani to create or update an address. Provide a real map pin (coordinates or Maps link) — the agent must not invent a location.
Tools
Tool | Needs scope | Notes |
| — | Connection + granted scopes (no internal IDs) |
|
| Your addresses only |
|
| Requires |
|
| Field patch; coordinates locked after create |
|
| Public |
|
| Destructive |
Photo upload is not available via this client — use the Anwani app or Telegram for photos.
Security
Tokens live in
~/.anwani-mcp/(never inside this package).Access tokens are opaque
anwani_at_…values.Same account quota as the app / Telegram (usually 10 addresses).
Revoke by running login again (re-consent invalidates prior tokens) or email support@9code.app.
From source
git clone https://github.com/Anwani-app/anwani-mcp.git
cd anwani-mcp
node login.mjsSmoke test
From a clone:
node smoke.mjsPublish / directories
See PUBLISH.md for Official MCP Registry, Glama, Smithery, and npm.
Local (any MCP client, e.g. Cursor):
npx -y anwani-mcpafteranwani-mcp-loginRemote:
https://us-central1-nine-code-anwani.cloudfunctions.net/mcpRemote
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
4 Google Maps endpoints. Pay per call in USDC via x402.
Create and manage CodeQR short links, QR codes, and analytics from any MCP client.
OAuth access to owned products, lead search, parcel search, and stored property audits.
MEOK Google AP2 Mandate MCP — issue + verify + revoke signed user-side spend authorisations for
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables access to Google Maps business data including search, reviews, photos, and geocoding. Supports searching businesses by location, area, or coordinates, retrieving detailed business information, reviews, and performing reverse geocoding operations.13MIT
- AlicenseAqualityDmaintenanceMCP server for Google Workspace APIs - Docs, Sheets, Drive, Gmail, and Calendar. Enables reading, creating, and editing Google Docs and Sheets, managing comments, reading emails, and viewing calendar events.3439 npm17MIT
- AlicenseBqualityFmaintenanceProvides comprehensive access to Google Maps Platform APIs through MCP, enabling geocoding, places search, routing, and geospatial operations.15122 npm3MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI-powered UI/UX design generation and management via Google Stitch, handling OAuth authentication automatically for MCP clients like Claude Code and Cursor.23 npm1MIT