https://github.com/jwaldor/mcp-api-expert
MCP server that enables MCP to make REST API calls
https://github.com/jwaldor/mcp-api-expert
Last synced: 2 months ago
JSON representation
MCP server that enables MCP to make REST API calls
- Host: GitHub
- URL: https://github.com/jwaldor/mcp-api-expert
- Owner: jwaldor
- Created: 2024-12-13T18:53:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T20:33:36.000Z (10 months ago)
- Last Synced: 2025-07-24T23:33:37.887Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCP API Connect
Model Context Protocol (MCP) server to connect to any REST API. All you have to do is provide API documentation and API keys in a message.
## Setup with Claude Desktop
1. Install the package globally:
```bash
npm i -g mcp-api-connect
```2. Run the setup command:
```bash
mcpapiconnect install
```3. Restart Claude