Turn any openapi file into an mcp server, with just the tools you need.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openmcp": {
"command": "npx",
"args": [
"-y",
"getdatanaut/openmcp"
]
}
}
}
Run in terminal:
claude mcp add openmcp npx -y getdatanaut/openmcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"openmcp": {
"command": "npx",
"args": [
"-y",
"getdatanaut/openmcp"
]
}
}
}