MEXC MCP Server
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MEXC MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



