REST APIs

by jwaldor

9 stars
1.3k downloads
Not rated
GitHub

About

Integrates any REST API by dynamically connecting to APIs using provided documentation and keys, enabling rapid prototyping of applications with real-time external data.

Details

Author
jwaldor
Repository
jwaldor/mcp-api-expert
GitHub stars
9
Downloads
1,341
Categories
Productivity, Developer Tools, Design, Workplace, File Management, AI, API
Tags
#web, #integration

- Connects to any REST API.
- Works by providing API documentation and API keys in a message.
- Simple setup via npm global install.
- Integrates with Claude Desktop.

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name REST APIs
    Command (node, npx, python, etc.) npx
    Arguments
    • Argument 1 -y
    • Argument 2 @highlight/mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the package globally with npm i -g mcp-api-connect, then run the setup command mcpapiconnect install. After installation, restart Claude Desktop. To use it, provide API documentation and API keys in a message.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "rest apis": {
            "env": {},
            "args": [
                "-y",
                "@highlight/mcp-server"
            ],
            "command": "npx"
        }
    }
}

Linux

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Macos

{
    "env": [],
    "args": [
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "npx"
}

Windows

{
    "env": [],
    "args": [
        "/c",
        "npx",
        "-y",
        "@highlight/mcp-server"
    ],
    "command": "cmd"
}

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:

npm i -g mcp-api-connect

2. Run the setup command:

mcpapiconnect install

3. Restart Claude

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.