Back to Apps

Blues Note MCP
Supports UIby blues
MCP servers for Notecard, Notehub, and Blues Expert to accelerate hardware development.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides a bridge between AI agents and the Blues Notecard ecosystem, allowing for automated configuration, firmware updates, and project management of Notecard and Notehub hardware.
Tools
- Notecard CLI Utilities: Update firmware, connect to WiFi, and configure Notecards.
- Notehub API Management: Create and manage Notehub projects and view Note events.
- Blues Expert: Provides accurate, best-practice guidance for writing Notecard code and reducing LLM hallucinations.
Installation
Add these to your claude_desktop_config.json:
{
"mcpServers": {
"notecard": {
"type": "stdio",
"command": "/YOUR/PATH/TO/note-mcp/notecard/notecard"
},
"notehub": {
"type": "stdio",
"command": "/YOUR/PATH/TO/note-mcp/notehub/notehub",
"args": ["--env", "/YOUR/PATH/TO/note-mcp/.env"]
},
"blues-expert": {
"type": "http",
"url": "http://localhost:8080/expert/mcp"
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"notecard": {
"type": "stdio",
"command": "/YOUR/PATH/TO/note-mcp/notecard/notecard"
},
"notehub": {
"type": "stdio",
"command": "/YOUR/PATH/TO/note-mcp/notehub/notehub",
"args": ["--env", "/YOUR/PATH/TO/note-mcp/.env"]
},
"blues-expert": {
"type": "http",
"url": "http://localhost:8080/expert/mcp"
}
}
}





