vurtnec
MCP Servervurtnecpublic

mcp client

MCP REST 客户端,可以使用 REST API 与每个代理集成,如光标、Vercel AI。

Repository Info

6
Stars
4
Forks
6
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

MCP REST 客户端,可以使用 REST API 与每个代理集成,如光标、Vercel AI。

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

MCP Client

Overview

This is a Model Context Protocol (MCP) client project designed to facilitate advanced interactions with AI models and services.

Prerequisites

  • Node.js (version 16 or higher)
  • pnpm (package manager)

Installation

  1. Clone the repository
git clone https://github.com/your-username/mcp-client.git
cd mcp-client
  1. Install dependencies
pnpm install

Configuration

  1. Copy mcp_config.json.example to mcp_config.json
  2. Modify the configuration file with your specific server and tool settings

Usage

  1. To run the client:
pnpm start
  1. All your own servers will be registered when you run the client.

  2. You can use the list-tools API to list all the tools available for a specific server.

curl --location 'http://localhost:3000/list-tools/{serverName}'
  1. You can use the call-tool API to call a specific tool.
curl --location 'http://localhost:3000/call-tool' \
--header 'Content-Type: application/json' \
--data '{
    "serverName": "server_name",
    "toolName": "tool_name",
    "args": {
        // Arguments must match the inputSchema from the list-tools response
        // Required fields must be included
        // Optional fields can be omitted
        // Example based on above schema:
        // "issue_key": "PROJ-123"  // Required
        // "expand": "..."          // Optional
    }
}'

Cursorrules

All tool calls will be logged in the .cursorrules file.

IMPORTANT:

  • YOU MUST COPY CURSORRULES TO YOUR OWN REPO AND EDIT IT TO YOUR OWN NEEDS.
  • YOU MUST COPY "mcp_config.json" TO YOUR OWN REPO AND EDIT IT TO YOUR OWN NEEDS.
  • YOU MUST USE COMPOSER WITH AGENT.

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Your Name - your.email@example.com

Project Link: https://github.com/your-username/mcp-client

Quick Start

1

Clone the repository

git clone https://github.com/vurtnec/mcp-client
2

Install dependencies

cd mcp-client
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownervurtnec
Repomcp-client
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation