MEXC MCP Server

by RyanLisse

400 downloads
Not rated
GitHub

Description

# MEXC MCP Server A Model Context Protocol (MCP) server implementation for MEXC cryptocurrency exchange integration using Encore.ts. ## πŸš€ Features - **Real-time Market Data**: Live ticker prices, order books, and 24h statistics from MEXC exchange - **Secure API Management**…

About

# MEXC MCP Server A Model Context Protocol (MCP) server implementation for MEXC cryptocurrency exchange integration using Encore.ts. ## πŸš€ Features - **Real-time Market Data**: Live ticker prices, order books, and 24h statistics from MEXC exchange - **Secure API Management**: Encore.ts secrets management for API keys -…

Details

Author
RyanLisse
Downloads
400
Categories
Other

- Real-time ticker prices, order books, and 24h statistics
- Encore.ts secrets management for secure API key storage
- Rate limiting and caching for performance and protection
- Full TypeScript implementation with type safety
- Over 90% test coverage through test-driven development
- Automated CI/CD pipeline with GitHub Actions

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 MEXC MCP Server
    Command (node, npx, python, etc.)

    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

Clone the repository, install dependencies with bun install, configure your MEXC API credentials in a .env file, and start the development server with bun run dev. Deployment to Encore Cloud is also supported via the Encore CLI and GitHub Actions.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "mexc mcp server": {
            "mexc-mcp-server": {
                "command": "bun",
                "args": [
                    "run",
                    "dev"
                ]
            }
        }
    }
}

McpServers

{
    "mexc-mcp-server": {
        "command": "bun",
        "args": [
            "run",
            "dev"
        ]
    }
}

MEXC MCP Server

A Model Context Protocol (MCP) server implementation for MEXC cryptocurrency exchange integration using Encore.ts.

πŸš€ Features

- Real-time Market Data: Live ticker prices, order books, and 24h statistics from MEXC exchange
- Secure API Management: Encore.ts secrets management for API keys
- Rate Limiting & Caching: Built-in protection and performance optimization
- Type Safety: Full TypeScript implementation with Encore.ts interfaces
- Test-Driven Development: Comprehensive test suite with >90% coverage
- CI/CD Pipeline: Automated testing, linting, and deployment
- Pre-commit Hooks: Automated code quality checks

πŸ“‹ Prerequisites

- Bun >= 1.0.0
- Node.js >= 18.0.0
- Encore CLI (for deployment)
- MEXC API credentials

πŸ› οΈ Local Development Setup

1. Clone and Install

git clone https://github.com/RyanLisse/mexc-mcp-server.git
cd mexc-mcp-server
bun install

2. Environment Configuration

Create a .env file in the project root:

```bash

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.