MCP.so
Sign In

Jij MCP Server

@Jij-Inc

About Jij MCP Server

MCP server provide JijModeling Assistant Tools

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

Jij-Inc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "jij": {
      "command": "uv",
      "args": [
        "--directory",
        "<YOUR PATH>/jij-mcp-server",
        "run",
        "jij_mcp/server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Jij MCP Server?

The Jij MCP Server provides tools to support mathematical optimization with JijModeling and quantum computing with Qiskit. It integrates both domains to assist developers in implementing optimization models and quantum programming tasks.

How to use Jij MCP Server?

Clone the repository, install dependencies, then configure the server in your settings file with either a uv command pointing to the server script or the Docker image. The JSON configuration specifies the server name jij, the command (uv or docker), and associated arguments.

Key features of Jij MCP Server

  • Reference information on JijModeling syntax and usage
  • Code checking for common issues in JijModeling
  • JijModeling model creation with best practices
  • Qiskit migration guides from v0.x to v1/v2
  • Access to Qiskit API reference documentation
  • Integration with IBM Quantum Learning Hub tutorials

Use cases of Jij MCP Server

  • Implementing mathematical optimization models with JijModeling
  • Validating JijModeling code for errors and best practices
  • Migrating Qiskit code between major versions
  • Learning quantum circuit design and execution via tutorials

FAQ from Jij MCP Server

Comments

More Other MCP servers