Install ChipCtx MCP
Connect your AI coding assistant to 3,600+ chips and 2.6M+ register definitions.
Quick Install
$
npx chipctx installSetup Guide
1
Open Claude Desktop settings
Open Claude Desktop and navigate to Settings > Developer > MCP Servers
2
Add MCP Server configuration
Add the following to your MCP configuration:
{
"mcpServers": {
"chipatlas": {
"url": "https://mcp.chipctx.com/sse"
}
}
}3
Restart Claude Desktop
Restart Claude Desktop to apply the changes. You should see "chipatlas" in the available tools list.
Example Queries
>"Search for STM32F4 series chips"
chipatlas.search_chips
{ "query": "STM32F4", "limit": 10 }
>"Get USART1 registers for STM32F407VG"
chipatlas.get_registers
{ "chip_id": "STM32F407VG", "peripheral": "USART1" }
>"Compare SPI peripherals across chips"
chipatlas.search_chips
{ "query": "SPI", "peripheral_filter": "SPI" }