mcplet
MCP Servermcpletpublic

server

MCPlet 是一个用于 Model Context Protocol (MCP) 的服务器实现,旨在简化 MCP 工具和资源的创建与使用。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

MCPlet 是一个用于 Model Context Protocol (MCP) 的服务器实现,旨在简化 MCP 工具和资源的创建与使用。

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

MCPlet Server

MCPlet is a server implementation for the Model Context Protocol (MCP), designed to make it easy to create and use MCP tools and resources.

Overview

MCPlet Server acts as a bridge between AI assistants and external tools or resources. It implements the Model Context Protocol (MCP) standard, allowing AI assistants to access additional capabilities through a standardized interface.

Features

  • MCP Standard Compliance: Fully implements the Model Context Protocol specification
  • Remote Tool Integration: Connects to the MCPlet API to fetch and execute tools
  • Stdio Transport: Uses standard input/output for communication with AI assistants
  • Simple Setup: Easy to install and configure

Installation

# Clone the repository
git clone https://github.com/mcplet/server.git

# Navigate to the server directory
cd server

# Install dependencies
npm install

Requirements

  • Node.js (v14 or higher recommended)
  • npm (v6 or higher)

Usage

To use MCPlet Server, you need to provide a unique identifier (UID) when starting the server:

node dist/index.js YOUR_UID

Replace YOUR_UID with your MCPlet unique identifier, please check mcplet.com/admin for more details. You can obtain a UID by registering at mcplet.com.

How It Works

  1. The server initializes with your unique identifier
  2. It connects to the MCPlet API to fetch available tools
  3. When an AI assistant requests a tool, the server forwards the request to the MCPlet API
  4. Results are returned to the AI assistant through the standard MCP protocol

Example

// Import the MCPlet server
import { Server } from "@modelcontextprotocol/sdk/server/index.js";
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";

// Create a new server instance
const server = new Server(
  {
    name: "my-custom-mcp-server",
    version: "1.0.0"
  },
  {
    capabilities: {
      tools: {}
    }
  }
);

// Connect using stdio transport
const transport = new StdioServerTransport();
await server.connect(transport);

API Reference

MCPlet Server uses the following endpoints:

  • https://www.mcplet.com/api/protocol/{uid}/ - Fetches available tools
  • https://www.mcplet.com/api/protocol/{uid}/invoke?method={toolname} - Executes a tool

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the ISC License - see the LICENSE file for details.

Contact

  • Email: info@mcplet.com
  • GitHub: https://github.com/mcplet/server
  • Website: https://www.mcplet.com

Quick Start

1

Clone the repository

git clone https://github.com/mcplet/server
2

Install dependencies

cd server
npm install
3

Follow the documentation

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

Repository Details

Ownermcplet
Reposerver
LanguageTypeScript
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