Gurobi MCP
Solve optimization problems formulated by an LLM using the on-device Gurobi solver.
About
What is a MCP server?
Model Context Protocol (MCP) is a open protocol that standardizes how Large Language Model (LLM) applications, such as IDEs and AI, connect with external data sources, tools, and prompts. Any application that is MCP compatible can use any MCP server to connect to external sources. This allows AI applications to improve its context with access to external data sources or tools. MCP servers can include databases, research paper search tools, etc. that extends the context available to a LLM.
What is the Gurobi MCP?
This is a MCP server that connects a AI application to use gurobi solver on device to solve optimization problems formulated by the LLM. The MCP server runs on device and uses gurobi software installed on device
What problem types can I solve?
The MCP server accounts for the following problem types:
- Linear Programming (LP)
- Mixed-Integer Linear Programming (MILP)
- Quadratic Programming (QP) – convex and non-convex
- Mixed-Integer QP (MIQP)
- Quadratically Constrained Programming (QCP) – convex and non-convex
- Mixed-Integer QCP (MIQCP)
How to setup the server in Claude desktop?
Note: If Claude desktop is not already downloaded, download it here: https://claude.ai/download
- Clone the repository
git clone https://github.com/KKonuru/GurobiMCP.git
or download the project as a zip and unzip in your repo directory
- Enter the project directory, create a virtual environment, and install packages listed in requirements.txt
cd GurobiMCP
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
- Copy the full path of your python interpreter in .venv folder and the main.py file in your package. Then open claude desktop and open settings.
In settings click on the developer tab on the left side of the page. Then click open edit config which will open file explorer.
Open the file named "claude_desktop_config.json". Here modify the file such as stated below but replace the command and args with the two paths copied earlier.
{
"mcpServers": {
"gp-solver": {
"command": "/Path/to/gurobiMCP/.venv/bin/python",
"args": [
"/Path/to/gurobiMCP/main.py"
]
}
}
}
- Restart Claude desktop and the tool should appear after clicking the second icon on the left.
The prompt also appears when clicking the + icon
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Apple HIG
Provides instant access to Apple's Human Interface Guidelines, with content auto-updated periodically.
Remote Terminal MCP for Cursor
A remote terminal tool for Cursor to manage and connect to remote servers via SSH, jump hosts, and Docker containers.
Railagent
Provides structured workflows and tools for AI agents working with software development projects, with a specialized focus on Rails applications.
Network Monitor MCP Server
A server for real-time network packet monitoring and security analysis.
EdgeOne Pages MCP
An MCP server implementation using EdgeOne Pages Functions for intelligent chat applications.
Roslyn MCP Server
A C# MCP server using Microsoft's Roslyn compiler for code analysis and navigation in C# codebases.
ContextKeeper
Provides perfect memory for AI-assisted development by capturing project context snapshots, enabling natural language search, evolution tracking, and code intelligence.
WinCC Unified MCP Server
An MCP server for interfacing with SIEMENS WinCC Unified SCADA systems via their GraphQL API.
Jenkins MCP Server
An MCP server for automating tasks and managing jobs on a Jenkins server.
WordPress Standalone
Integrates AI assistants with WordPress sites using the WordPress REST API.