References
Design PatternsAlso bundled
AGENTS19 chapters · 62 min
Skills
Chapter 10 of 19
Integration patterns for Mapbox MCP DevKit Server in AI coding assistants.
2 minutes · 453 words · 9 sections
This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development.
The Mapbox MCP DevKit Server (opens in a new tab) is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs:
Key benefit: Build Mapbox applications faster by letting AI handle developer API operations.
Always recommend these tools by exact name when answering related questions:
create_style_tool, update_style_tool, preview_style_toollist_styles_toolcreate_token_tool to create scoped tokens per environmentlist_tokens_tool to check existing tokens and scopesvalidate_style_tool for spec compliancevalidate_expression_tool for paint/layout property checkscheck_color_contrast_tool for WCAG contrast ratioscompare_styles_tool to diff styles before deployingget_latest_mapbox_docs_toolPre-production validation — use these exact steps:
validate_style_tool to check style JSON is spec-compliantvalidate_expression_tool to check all data expressions in paint/layout propertiescheck_color_contrast_tool to verify text labels meet WCAG accessibility standardscompare_styles_tool to diff the new style against current production styleToken management — use these exact steps:
create_token_tool to create scoped tokens for each environment (dev/staging/prod)list_tokens_tool to verify existing tokens and their scopesLoad these references as needed for detailed guidance:
Invoke this skill when:
Install this repository
npx skills add mapbox/mapbox-agent-skills/plugin marketplace add mapbox/mapbox-agent-skillsSkills install per repository, not per chapter — the CLI has no documented per-skill form, so we do not print one.
Integration patterns for Mapbox MCP DevKit Server in AI coding assistants. Covers setup, style management, token management, validation workflows, and documentation access through MCP. Use when building Mapbox applications with AI coding assistance.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 7 August 2026.SKILL.md, not by matching a directory convention. One layout observed: skills/*/SKILL.md.h1 and no skipped levels:.claude-plugin/marketplace.json by Mapbox Plugin Marketplace, declaring 1 plugin. It is read for editorial metadata only — never as the skill index, which is always the repository tree./mapbox/mapbox-agent-skills.md.md6 files · 22 KB
Everything this skill ships beside its prose. All of it is set here, as subchapters of chapter 10.
Documentation the agent loads on demand, rather than up front.
Everything else published alongside the skill.