You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After setup, you can run the MATLAB MCP server using:
94
94
95
+
```bash
96
+
matlab-mcp-server
97
+
```
98
+
99
+
If the server is not found, check whether the server is installed in the virtual environment:
100
+
95
101
```bash
96
102
./.venv/bin/matlab-mcp-server
97
103
```
98
104
105
+
99
106
Troubleshooting: See [Installation Troubleshooting](#installation-troubleshooting) for common issues and solutions. Don't hesitate to open an issue on the repository if you encounter an issue that is not listed, and a PR if you have a solution.
100
107
101
108
## Usage
102
109
103
110
1. Start the MCP server:
104
111
```bash
105
-
./.venv/bin/matlab-mcp-server
112
+
matlab-mcp-server
106
113
```
107
114
108
115
This is equivalent to running:
@@ -128,7 +135,7 @@ Use the tools with Cline or other MCP-compatible clients.
0 commit comments