drio
Open app

MCP REST Client

Source

MCP REST Client, can using REST API to integrate every agent, like cursor, vercel AI

Catalog onlyCatalog onlySTDIO

Overview

MCP REST Client is a Model Context Protocol (MCP) client designed to facilitate advanced interactions with AI models and services through REST APIs.

To use the MCP REST Client, clone the repository, install the dependencies, configure the settings, and run the client to interact with your AI services.

  • Integration with various AI models and services via REST API. - Ability to list available tools for specific servers. - Call specific tools with customizable arguments. - Logging of tool calls for tracking and debugging.
  1. Integrating AI services into applications.
  2. Automating interactions with multiple AI models.
  3. Customizing server interactions based on specific needs.

Add to your AI client

Use these steps to connect MCP REST Client in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-rest-client-vurtnec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-rest-client-vurtnec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-rest-client-vurtnec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-rest-client-vurtnec": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-rest-client-vurtnec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-rest-client-vurtnec": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-rest-client-vurtnec"
      ]
    }
  }
}

FAQ

What are the prerequisites for using MCP REST Client?

You need Node.js (version 16 or higher) and pnpm as the package manager.

Is there a license for MCP REST Client?

Yes, it is distributed under the MIT License.

How can I contribute to the MCP REST Client?

You can fork the repository, create a feature branch, and submit a pull request.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1663,"uuid":"da7fa198-b906-4007-b817-3d82ef44de78","name":"MCP REST Client","title":"MCP REST Client","description":"MCP REST Client, can using REST API to integrate every agent, like cursor, vercel AI","avatar_url":null,"created_at":"2025-02-27T14:07:50.224Z","updated_at":"2025-03-13T12:26:17.848Z","status":"created","author_name":"vurtnec","author_avatar_url":null,"tags":"mcp,rest-client,api-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/vurtnec/mcp-client","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"d5a20584-b5ec-4698-a5ac-b29f8d3229ec","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]