# Show GN: AI 에이전트를 위한 Electron DevTools (MCP)

> Clean Markdown view of GeekNews topic #26392. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=26392](https://news.hada.io/topic?id=26392)
- GeekNews Markdown: [https://news.hada.io/topic/26392.md](https://news.hada.io/topic/26392.md)
- Type: show
- Author: [ohah173](https://news.hada.io/@ohah173)
- Published: 2026-02-04T15:18:01+09:00
- Updated: 2026-02-04T15:18:01+09:00
- Original source: [github.com/ohah](https://github.com/ohah/electron-mcp-server)
- Points: 1
- Comments: 0

## Topic Body

#### 만들게 된 경위   
  
AI에게 mcp 서버를 제공하면 퀄리티가 확 올라가는걸 느꼈습니다.  
  
electorn MCP가 찾아보니 있긴 있는데 동작은 하나 좀 빈약하거나..  
된다고는 하는데 제가 잘 실행을 못하는건지 안되거나 하는 케이스가 많더군요  
  
아니면 잘 되는데 제가 제대로 설정을 못 했거나..  
  
그래서 그냥 직접 만들기로 했습니다.  
일단 크롬 데브툴에서 제공하는 api와 동일하게 제공하도록 하였고  
  
&lt;webview /&gt; 태그를 제외한 나머지는 잘 컨트롤하는거 확인했는데 필요한게 있다면 추가하겠습니다  
  
#### 사용법   
  
```  
{  
  "mcpServers": {  
    "electron-mcp": {  
      "command": "npx",  
      "args": ["-y", "@ohah/electron-mcp-server"]  
    }  
  }  
}  
```  
  
그 이전 버전도 잘될 것 같지만   
일렉트론 22 버전까지만 테스트 했습니다

## Comments



_No public comments on this page._
