Prerequisites
- Python 3.10 or later
- pip (Python package manager)
- A Semust API key from Settings > API Key
Install Dependencies
Clone or download the MCP server files, then install the required packages:mcp>=1.0.0— Model Context Protocol frameworkrequests>=2.32.0— HTTP clientpython-dotenv>=1.0.0— Environment variable management
Verify Installation
Check that Python and the dependencies are correctly installed:Environment Setup
Create a.env file in the MCP server directory:
.env
Test the Server
Run the server manually to verify everything works:In normal use, your AI client (Claude Desktop, Cursor, etc.) starts the server automatically. You only need to run it manually for testing.
Next Steps
Configuration
Learn about all configuration options and environment variables.
Setup Guides
Connect the server to Claude Desktop, Cursor, or other AI clients.
