Circuitry MCP Server
Connects AI coding agents to Circuitry's visual workflow platform, enabling them to create and sync code nodes from project files, understand user-drawn flowcharts and diagrams, generate visual flowcharts, and create data visualizations like spreadsheets and charts.
README
@circuitry/mcp-server
MCP (Model Context Protocol) server that gives AI coding agents access to Circuitry - a visual workflow and diagramming platform.
What It Does
- Visualize Code: Create code nodes from project files with bidirectional sync
- Understand Diagrams: AI agents can comprehend user-drawn flowcharts and diagrams
- Create Flowcharts: Generate visual flowcharts via Circuitry's chat agent
- Data Visualization: Create spreadsheets and charts from code analysis
Prerequisites
- Circuitry Server - Download from circuitry.dev/download
- Node.js 18+
- An MCP-compatible AI client (Claude Code, Cursor, VS Code, Gemini CLI, etc.)
Setup
1. Install & Configure Circuitry Server
- Download Circuitry Server from circuitry.dev/download
- Launch the app (appears in your system tray)
- Click the tray icon → Server → Preferences
- Click "Generate New Access Key"
- Copy the key — you'll need it in the next step
2. Run MCP Setup (Required)
npx @circuitry/mcp-server setup
This will prompt you to enter:
- EServer address — press Enter for default (
http://localhost:3030) - Access key — paste the key you generated above
This stores your credentials in ~/.circuitry/mcp-config.json.
3. Add to Your AI Client
Claude Code
claude mcp add circuitry npx @circuitry/mcp-server
Or manually add to ~/.claude/config.json:
{
"mcpServers": {
"circuitry": {
"command": "npx",
"args": ["-y", "@circuitry/mcp-server"]
}
}
}
Cursor
Settings → MCP → Add New MCP Server:
{
"mcpServers": {
"circuitry": {
"command": "npx",
"args": ["-y", "@circuitry/mcp-server"]
}
}
}
VS Code / Copilot
code --add-mcp '{"name":"circuitry","command":"npx","args":["-y","@circuitry/mcp-server"]}'
Gemini CLI
gemini mcp add circuitry npx @circuitry/mcp-server
Cline / Windsurf
Add to your MCP configuration using the standard format above.
4. Restart Your Client
Restart your AI client to load the MCP server.
Usage Examples
Visualize Code Files
You: Show me the auth files as code nodes in Circuitry
Agent: I'll create code nodes from your auth files...
Done! Created 4 code nodes:
- auth/login.ts
- auth/logout.ts
- auth/middleware.ts
- auth/types.ts
Changes sync bidirectionally with your source files.
Understand User-Drawn Flows
You: I've drawn a flow of how I think the auth should work
Agent: I'll analyze your flow in Circuitry...
I can see you've drawn a 5-node authentication flow:
1. Start → Login Form
2. Login Form → Validate Credentials
3. Validate Credentials → branches to Success/Failure
...
Create Flowcharts
You: Create a flowchart showing the error handling flow
Agent: I'll ask Circuitry's agent to create this flowchart...
Done! Created a flowchart with 7 nodes showing:
- Error detection
- Classification (runtime vs validation)
- Logging paths
- User notification
- Recovery options
Available Tools
Connection
| Tool | Description |
|---|---|
circuitry.status |
Check connection status |
circuitry.connect |
Request connection (shows permission dialog) |
Workflow Understanding
| Tool | Description |
|---|---|
workflow.getActive |
Get current visible workflow info |
workflow.getStructure |
Get simplified workflow structure |
workflow.resolveFlow |
Resolve user reference ("this flow") to node IDs |
workflow.getNodeSummary |
Get simplified node details |
Node Operations
| Tool | Description |
|---|---|
nodes.list |
List all nodes in the workflow |
nodes.get |
Get a node by ID |
nodes.update |
Update node configuration |
nodes.delete |
Delete a node |
Code Nodes
| Tool | Description |
|---|---|
code.create |
Create code node (from file path with sync, OR with name+content) |
code.createBatch |
Create multiple code nodes from files |
code.setCode |
Update code content (syncs to source if applicable) |
Sheet Nodes
| Tool | Description |
|---|---|
sheet.create |
Create a spreadsheet node with data |
sheet.setData |
Replace sheet data |
Agent Delegation
| Tool | Description |
|---|---|
agent.chat |
Send message to Circuitry's chat agent |
agent.createFlowchart |
Ask agent to create a flowchart |
agent.poll |
Poll for agent response (async) |
Configuration
Config File
Location: ~/.circuitry/mcp-config.json
{
"eserverUrl": "http://localhost:3030",
"accessKey": "your-key-here",
"configured": true
}
Environment Variables
| Variable | Description |
|---|---|
CIRCUITRY_ESERVER_URL |
Override EServer URL |
CIRCUITRY_ACCESS_KEY |
Override access key |
Commands
# Run setup wizard
npx @circuitry/mcp-server setup
# Check current configuration
npx @circuitry/mcp-server status
Troubleshooting
"Cannot connect to EServer"
- Check EServer is running: Look for the Circuitry icon in your system tray
- Start Circuitry Server: Download from circuitry.dev/download
- Verify URL: Run
npx @circuitry/mcp-server status
"Invalid access key"
- Create new key: Circuitry Server → Preferences → Generate New Access Key
- Re-run setup:
npx @circuitry/mcp-server setup
"No Circuitry browser client connected"
- Open Circuitry: Make sure the Circuitry app is open
- Refresh: Try refreshing the Circuitry page
Development
# Clone and install
git clone https://github.com/circuitry-dev/circuitry-mcp-server.git
cd circuitry-mcp-server
npm install
# Build
npm run build
# Test locally
npx tsx src/index.ts setup
npx tsx src/index.ts status
To test local changes, point your MCP config to the built output:
{
"mcpServers": {
"circuitry": {
"command": "node",
"args": ["/path/to/circuitry-mcp-server/dist/index.js"]
}
}
}
License
MIT
Links
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。