# emcee - OpenAPI를 MCP로 변환해주는 도구

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=19615](https://news.hada.io/topic?id=19615)
- GeekNews Markdown: [https://news.hada.io/topic/19615.md](https://news.hada.io/topic/19615.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2025-03-07T11:58:01+09:00
- Updated: 2025-03-07T11:58:01+09:00
- Original source: [github.com/loopwork-ai](https://github.com/loopwork-ai/emcee)
- Points: 7
- Comments: 1

## Summary

emcee는 OpenAPI 스펙으로 만들어진 서비스를 MCP 서버로 변환해주는 도구로, Claude Desktop 및 기타 MCP 지원 앱에서 외부 도구 및 데이터 서비스에 접근할 수 있게 해줍니다. 사용자는 Claude의 mcpServers 항목에 emcee를 추가하고 openapi.json을 인자로 넘겨주면 바로 사용이 가능합니다. 또한, Bearer Token, Basic Auth 및 1Password Secret Reference와 같은 다양한 인증 방식을 지원합니다.

## Topic Body

- OpenAPI 스펙으로 만들어진 서비스를 Model Context Protocol (MCP) 서버로 만들어 주는 도구   
- 이를 통해 **Claude Desktop** 및 기타 MCP 지원 앱에서 외부 도구 및 데이터 서비스에 접근 가능하여, **ChatGPT 플러그인과 유사한 역할** 을 수행  
  - Claude의 mcpServers 항목에 emcee를 추가하고 인자로 openapi.json만 넘겨주면 바로 사용 가능 : `https://api.weather.gov/openapi.json`  
- 다양한 인증 방식 지원: Bearer Token, Basic Auth 및 1Password Secret Reference로 전달 가능

## Comments



### Comment 35556

- Author: iolothebard
- Created: 2025-03-07T14:18:20+09:00
- Points: 2

MCP가 요즘 핫! 쏘핫!!
