How to Use the Mapillary MCP in Cursor
Generate code using real-world street data by connecting Cursor to Mapillary to write apps with live spatial imagery.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mapillary MCP to Cursor
Create your Vinkius account to connect Mapillary to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inject real spatial data into your Cursor workspace
`search_images` finds street-level imagery within a bounding box directly from your Cursor agent. This prevents you from writing code against stale mock data or static stubs when building mapping apps. Your agent reads the real coordinate outputs, capture dates, and compass angles returned by the tool. You get working code built around live spatial payloads in real time.
Build asset inventories with this MCP Server
`get_map_features` fetches traffic signs and physical objects by coordinate area to feed your active code files. Cursor's agent mode uses this structured spatial data to write database insertion scripts. Instead of guessing the JSON structure of the API, this MCP Server hands the exact schema to Cursor. Your agent writes accurate parsers for confidence scores and feature types on the first try.
Track image sequences during active coding
`search_sequences` retrieves the paths of driving routes through any geographic area directly into your editor. Cursor uses these sequence IDs to help you write algorithms that trace continuous street paths. By calling `get_sequence` alongside this search, your agent understands the chronological progression of the imagery. You can build and debug routing logic without leaving your workspace.
Set up Mapillary MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Mapillary MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Mapillary transactions." If the MCP tools are loaded correctly, Cursor will call the Mapillary tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mapillary-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Mapillary. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Mapillary MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mapillary MCP today
We host it, we monitor it, we maintain it. You just paste one token.