openmcp

Turn any openapi file into an mcp server, with just the tools you need.

GitHub Stars

296

User Rating

Not Rated

Favorites

0

Views

56

Forks

16

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 18.0.0 or higher
npm: 8.0.0 or higher

Installation Steps

1. Install OpenMCP

Run the following command to install OpenMCP:
bash
npx -y openmcp install  --client 

2. Example

To add a weather API from Cursor, you would run:
bash
npx -y openmcp install https://api.weather.gov/openapi.json --client cursor

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.