Install ChipCtx MCP
Connect your AI coding assistant to 3,600+ chips and 2.6M+ register definitions.
Quick Install
$
npx skills add chipctx/skillsSetup Guide
1
Plugin Install
Recommended
Install via the Claude Code plugin marketplace:
/plugin marketplace add chipctx/skills /plugin install chipctx@chipctx-marketplace
2
Skills Install (Alternative)
Or install as an AI Skill via npx:
npx skills add chipctx/skills -a claude-code
3
MCP Server Configuration
Configure the MCP server connection:
claude mcp add --transport http chipctx --scope user https://mcp.chipctx.com
Note: Plugin install (Step 1) configures MCP automatically. This step is only needed for manual Skills install.
4
Verify Installation
Run /skills and confirm chip-specs appears in the list. Then restart Claude Code to apply changes.
Example Queries
>"Search for STM32F4 series chips"
chipatlas.chip_search
{ "keyword": "STM32F4", "limit": 10 }
>"Get USART1 registers for STM32F407VG"
chipatlas.chip_peripherals
{ "peripheral_id": "Peripheral:STM32F407VG:USART1" }
>"Compare SPI peripherals across chips"
chipatlas.chip_search
{ "keyword": "SPI" }