Felt (Collaborative Maps)

Felt (Collaborative Maps) MCP Connector for Claude

A+

Create and manage collaborative maps — upload geographic data, style layers, and manipulate map elements directly from any AI agent.

11 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect Felt to your AI agent to take full control of your collaborative mapping workflows through natural conversation. This server allows you to manage maps, layers, and geographic elements without leaving your workspace.

What you can do

  • Map Management — List all accessible maps, create new ones with specific viewports, and retrieve detailed metadata or delete maps.
  • Data Uploads & Layers — Create layers by uploading geographic data (GeoJSON, CSV, KML) via public URLs and monitor their processing status.
  • Dynamic Styling — Update layer names and apply complex visual styles using the Felt Style Object (FSO) programmatically.
  • Element Manipulation — Add, update, or delete specific geographic features like points, lines, and polygons within your map layers.
  • Spatial Analysis Context — Fetch map and layer details to provide your AI with the necessary context for spatial reasoning.

How it works

  1. Subscribe to this server
  2. Enter your Felt API Token
  3. Start building and editing maps from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • GIS Analysts & Data Scientists — quickly prototype maps and upload datasets for visualization using simple commands.
  • Urban Planners & Researchers — manage collaborative project maps and update elements as field data comes in.
  • Logistics & Ops Teams — visualize routes and service areas by programmatically adding elements to shared maps.
gismappingspatial-datacollaborative-editinggeospatialdata-visualization

11 tools expose this connector's capabilities to your AI agent.

add_elements

Add elements to a Felt layer

create_layer

Supports GeoJSON, CSV, KML, Shapefiles, etc. Create a layer (Upload Data) to a Felt map

create_map

Create a new Felt map

delete_element

Delete a Felt element

delete_layer

Delete a Felt layer

delete_map

Delete a Felt map

get_layer

Get details for a specific Felt layer

get_map

Get details for a specific Felt map

list_maps

List Felt maps

update_element

Update a Felt element

update_layer

Update a Felt layer

See how to talk to your AI agent using Felt (Collaborative Maps).

List all my current Felt maps.

I've retrieved your maps. You have 3 active maps: 'Urban Planning 2024', 'Logistics Hubs', and 'Environmental Study'. Which one would you like to inspect?

Create a new map titled 'Project Alpha' centered on San Francisco.

Map 'Project Alpha' has been created successfully with ID `map_12345`. It is centered at latitude 37.7749 and longitude -122.4194.

Add a point element to layer `layer_abc` at [ -122.4, 37.8 ].

I've added the point to the layer. The new element ID is `elem_9876`. You can now see it on your map.

Yes! Use the `create_layer` tool by providing a public URL to your GeoJSON, CSV, or KML file. The server will initiate the upload and processing into your specified Felt map.

Related Connectors