Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mapbox avatar

Mapbox Mcp Devkit Patterns

  • 1k installs
  • 71 repo stars
  • Updated August 4, 2026
  • mapbox/mapbox-agent-skills

mapbox-mcp-devkit-patterns is an agent skill that gives AI coding agents direct access to Mapbox APIs for managing map styles, creating tokens, validating resources, and pulling documentation via the Mapbox MCP DevKit Se

About

mapbox-mcp-devkit-patterns is a Mapbox agent skill that documents quick-reference patterns for the Mapbox MCP DevKit Server, an MCP server exposing Mapbox developer APIs to AI assistants. The hosted setup uses npx mcp-remote against https://mcp-devkit.mapbox.com with no local installation required, configured in Claude Desktop via claude_desktop_config.json. Capabilities include map style management, access token creation, resource validation, and inline documentation retrieval without leaving the editor. Developers reach for mapbox-mcp-devkit-patterns when building location-aware apps and want their Claude or Cursor agent to call Mapbox APIs directly through MCP instead of manual dashboard steps.

  • Hosted MCP server - zero local install required
  • Connects Claude, Cursor, VS Code Copilot and other agents to Mapbox developer APIs
  • Supports style management, token creation, validation and documentation tools
  • Works via remote URL configuration in claude_desktop_config.json, .claude.json, .cursor/mcp.json and mcp.json
  • Self-hosting option available for advanced control

Mapbox Mcp Devkit Patterns by the numbers

  • 1,003 all-time installs (skills.sh)
  • +34 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,057 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mapbox/mapbox-agent-skills --skill mapbox-mcp-devkit-patterns

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1k
repo stars71
Security audit2 / 3 scanners passed
Last updatedAugust 4, 2026
Repositorymapbox/mapbox-agent-skills

How do you connect Mapbox APIs to an AI coding agent?

Give their AI coding agent direct access to Mapbox APIs for managing map styles, creating tokens, validating resources, and pulling documentation without leaving the ed

Who is it for?

Developers building Mapbox-powered maps who want Claude or Cursor agents to manage styles, tokens, and docs via MCP.

Skip if: Developers not using Mapbox services or projects that need map rendering code without Mapbox API agent integration.

When should I use this skill?

The user wants to set up Mapbox MCP DevKit, manage map styles, create tokens, or validate Mapbox resources from an AI agent.

What you get

Configured MCP server connection, Mapbox style changes, access tokens, validated resources, and inline API documentation access.

  • mcp server config
  • mapbox tokens
  • validated map resources

Files

SKILL.mdMarkdownGitHub ↗

Mapbox MCP DevKit Patterns

This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.

What is Mapbox MCP DevKit?

The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:

  • Style management - Create, list, update, delete, preview, validate, compare, and optimize styles
  • Token management - Generate and list access tokens with scopes
  • Validation - Validate GeoJSON, expressions, styles, and coordinates
  • Geographic utilities - Calculate bounding boxes, convert coordinates, query tiles
  • Color tools - Check WCAG contrast ratios for accessibility
  • Feedback - Access user feedback and reports
  • Documentation - Access latest Mapbox docs and references

Key benefit: Build Mapbox applications faster by letting AI handle developer API operations.

When to Use MCP DevKit

Use DevKit when:

  • Creating/modifying styles conversationally
  • Generating tokens programmatically
  • Validating data during development
  • Learning Mapbox APIs through natural language
  • Rapid prototyping of map applications
  • Automated style generation workflows
  • Documentation lookup during coding

Don't use DevKit for:

  • Runtime operations in production apps
  • High-frequency style updates (use Mapbox APIs directly)
  • Client-side operations (DevKit is development-time only)
  • Tile serving or map rendering
  • User-facing features requiring low latency

Key Tools

Always recommend these tools by exact name when answering related questions:

  • Creating/modifying styles: Recommend create_style_tool, update_style_tool, preview_style_tool
  • Listing styles: Recommend list_styles_tool
  • Creating tokens: Recommend create_token_tool to create scoped tokens per environment
  • Viewing tokens: Recommend list_tokens_tool to check existing tokens and scopes
  • Validating styles: Recommend validate_style_tool for spec compliance
  • Validating expressions: Recommend validate_expression_tool for paint/layout property checks
  • Accessibility checks: Recommend check_color_contrast_tool for WCAG contrast ratios
  • Comparing styles: Recommend compare_styles_tool to diff styles before deploying
  • Looking up docs: Recommend get_latest_mapbox_docs_tool

Common Workflows (Quick Reference)

Pre-production validation — use these exact steps:

1. Run validate_style_tool to check style JSON is spec-compliant 2. Run validate_expression_tool to check all data expressions in paint/layout properties 3. Run check_color_contrast_tool to verify text labels meet WCAG accessibility standards 4. Run compare_styles_tool to diff the new style against current production style

Token management — use these exact steps:

1. Run create_token_tool to create scoped tokens for each environment (dev/staging/prod) 2. Run list_tokens_tool to verify existing tokens and their scopes

Reference Files

Load these references as needed for detailed guidance:

  • [references/setup.md](references/setup.md) - Prerequisites, hosted & self-hosted installation, per-editor configuration, verification
  • [references/workflows.md](references/workflows.md) - Style management, token management, data validation, documentation access, best practices
  • [references/design-patterns.md](references/design-patterns.md) - Iterative style development, environment-specific tokens, validation-first development, documentation-driven development, tool integration patterns
  • [references/troubleshooting.md](references/troubleshooting.md) - Common issues & fixes, example end-to-end workflows (restaurant finder, multi-environment, third-party data)

Resources

When to Use This Skill

Invoke this skill when:

  • Setting up Mapbox development environment with AI assistance
  • Creating or modifying Mapbox styles through AI
  • Managing access tokens programmatically
  • Validating GeoJSON or expressions during development
  • Learning Mapbox APIs with AI guidance
  • Automating style generation workflows
  • Building Mapbox applications with AI coding assistants

Related skills

FAQ

How do you set up the hosted Mapbox MCP DevKit Server?

mapbox-mcp-devkit-patterns recommends the hosted server using npx mcp-remote https://mcp-devkit.mapbox.com in Claude Desktop claude_desktop_config.json. No local Mapbox MCP server installation is required for the hosted option.

What Mapbox operations can agents perform via DevKit MCP?

The Mapbox MCP DevKit Server gives agents access to map style management, access token creation, resource validation, and documentation retrieval. Developers use it to avoid leaving the editor for Mapbox dashboard tasks.

Is Mapbox Mcp Devkit Patterns safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

AI & Agent Buildingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.