By WellWells
Nordic Semiconductor AI-assisted development: Nordic MCP (nRF Connect SDK docs/setup/build/debug) + nRF Cloud MCP (read-only fleet telemetry), with prompting skills and workflow slash commands.
Build, program, and debug an nRF Connect SDK app for a board target via Nordic MCP
Migrate an nRF Connect SDK application to another NCS version via Nordic MCP
Look up Nordic / nRF Connect SDK facts via nordicsemi_search_sources
Start the nRF Connect SDK (NCS) environment setup workflow via Nordic MCP
Query nRF Cloud fleet telemetry (issues, traces, devices, metrics) via nRF Cloud MCP — read-only
Use when developing with the nRF Connect SDK (NCS) / Zephyr on a Nordic SoC or DK — setup, build, program, debug, migrate, or look up Nordic docs. Encodes Nordic's official prompting guidance for the Nordic MCP server.
Use when querying nRF Cloud / Memfault fleet telemetry — issues, traces, device metrics, crash analysis, or software-version health. Read-only MCP access.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin for Nordic Semiconductor AI-assisted development. It wires up two hosted MCP servers and teaches Claude how to use them well:
https://aidev.nordicsemi.com/mcp,
authenticated with your myNordic account.https://app.memfault.com/mcp,
authenticated with your nRF Cloud account.Both are hosted HTTP servers — nothing runs locally and no npm package is installed.
| Type | Name | Purpose |
|---|---|---|
| MCP server | nordic-mcp | NCS docs / setup / build / debug via myNordic OAuth |
| MCP server | nrfcloud | Read-only nRF Cloud fleet telemetry via OAuth |
| Skill | using-nordic-mcp | Nordic's prompting best practices (context, sources, guardrails, setup-vs-dev) |
| Skill | using-nrf-cloud-mcp | The 12 read-only tools, limits, and example prompts |
| Command | /nordic-setup-ncs | Start the NCS environment setup workflow |
| Command | /nordic-build-debug | Build / program / debug for a board target |
| Command | /nordic-search-docs | Look up Nordic facts via nordicsemi_search_sources |
| Command | /nordic-migrate | Migrate an app to another NCS version |
| Command | /nrfcloud-fleet | Query nRF Cloud fleet telemetry (read-only) |
Add this repo as a marketplace, then install the plugin:
/plugin marketplace add C:\Users\Wells\nordic-claude-plugin
/plugin install nordic@nordic-claude-plugin
Replace the path with this repo's location, or use its git URL once published:
/plugin marketplace add https://github.com/<your-account>/nordic-claude-plugin
/plugin install nordic@nordic-claude-plugin
Both servers use OAuth. After installing:
/mcp in a Claude Code session.nordic-mcp -> Authenticate -> sign in with myNordic in the browser.nrfcloud -> Authenticate -> sign in with your nRF Cloud account, then
choose the organization and project to authorize.Tokens refresh automatically. If a server stops working, re-authenticate from /mcp.
nRF Cloud tokens are scoped to a single organization + project. To work with more than
one project, edit plugins/nordic/.mcp.json and add another entry with a distinct name
pointing at the same URL:
{
"mcpServers": {
"nordic-mcp": { "type": "http", "url": "https://aidev.nordicsemi.com/mcp" },
"nrfcloud": { "type": "http", "url": "https://app.memfault.com/mcp" },
"nrfcloud-staging": { "type": "http", "url": "https://app.memfault.com/mcp" }
}
}
Authorize each entry separately and name the project in your prompts.
Once authenticated, just describe your task — the bundled skills guide Claude automatically. Examples:
Or use the slash commands listed above.
MIT — see LICENSE.
npx claudepluginhub wellwells/nordic-claude-plugin --plugin nordicReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation