OpenAPI Transformer
About
Transforms OpenAPI specifications into ready-to-use tools that enable seamless interaction with REST APIs through automatic endpoint mapping, authentication handling, and response formatting.
Details
- Author
- loopwork-ai
- Repository
- mattt/emcee
- GitHub stars
- 225
- License
- MIT License
- Categories
- AI, Design, Developer Tools, File Management, Frontend, API
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
OpenAPI TransformerCommand (node, npx, python, etc.)emceeArguments-
Argument 1
https://api.weather.gov/openapi.json
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
If you're on macOS and have [Homebrew][homebrew] installed,
you can get up-and-running quickly.
bash
brew install mattt/tap/emcee
Make sure you have Claude Desktop installed.
To configure Claude Desktop for use with emcee:
1. Open Claude Desktop Settings (<kbd>⌘</kbd><kbd>,</kbd>)
2. Select the "Developer" section in the sidebar
3. Click "Edit Config" to open the configuration file

The configuration file should be located in the Application Support directory.
You can also open it directly in VSCode using:
consolecode ~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the following configuration to add the weather.gov MCP server:
json{
"mcpServers": {
"weather": {
"command": "emcee",
"args": ["https://api.weather.gov/openapi.json"]
}
}
}
After saving the file, quit and re-open Claude.
You should now see <kbd>🔨57</kbd> in the bottom right corner of your chat box.
Click on that to see a list of all the tools made available to Claude through MCP.
Start a new chat and ask it about the weather where you are.
> What's the weather in Portland, OR?
Claude will consult the tools made available to it through MCP
and request to use one if deemed to be suitable for answering your question.
You can review this request and either approve or deny it.
<img src="https://github.com/user-attachments/assets/394ac476-17c2-4a29-aaff-9537d42b289b" alt="Allow tool from weather MCP dialog" width="460">
If you allow, Claude will communicate with the MCP
and use the result to inform its response.

Use the [installer script][installer] to download and install a
[pre-built release][releases] of emcee for your platform
(Linux x86-64/i386/arm64 and macOS Intel/Apple Silicon).
consoleClaude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"openapi transformer": {
"cwd": "",
"env": {},
"args": [
"https://api.weather.gov/openapi.json"
],
"shell": false,
"command": "emcee"
}
}
}
Linux
{
"cwd": "",
"env": [],
"args": [
"https://api.weather.gov/openapi.json"
],
"shell": false,
"command": "emcee"
}
Macos
{
"cwd": "",
"env": [],
"args": [
"https://api.weather.gov/openapi.json"
],
"shell": false,
"command": "emcee"
}
Windows
{
"cwd": "",
"env": [],
"args": [
"https://api.weather.gov/openapi.json"
],
"shell": false,
"command": "emcee"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





