Skip to main content

Mito AI MCP server package.

Project description

Mito AI MCP Server

This server enables LLMs to perform better data analysis and visualization, including best-in-class Excel-to-Python workflows.

Available Tools

  • run_data_analyst - Run one-shot Mito AI analysis for notebook/spreadsheet workflows (Excel/CSV, cleaning/transforms, EDA, and Jupyter cell generation/edits).
    • Required arguments:
      • prompt (string): Natural-language instruction describing the analysis task.

Installation

The Mito AI MCP server works with any application that supports MCP. Below are setup instructions for a few popular tools: Cursor, VS Code, Claude Desktop. If yours isn’t listed, see Other Applications at the end.

[!TIP] To use the Mito AI MCP server the only requirement is uv. You can find installation instructions here.

Cursor

One-click install

For quick installation, use the one-click install:

Install in Cursor

Manual install

Manual install instructions

To manually add the server to Cursor, open the Command Palette (Ctrl + Shift + P) and go to Cursor Settings: Tools & MCPs. Scroll to Install MCP Server and select Add Custom MCP. This will open a JSON file with an mcpServers object, add the appropriate config there:

{
  "mcpServers": {
    "mito-ai": {
      "command": "uvx",
      "args": [
        "mito-ai-mcp"
      ]
    }
  }
}

VS Code

One-click install

For quick installation, use one of the one-click install buttons below:

Install with UV in VS Code

Manual install

Manual install instructions

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open User Settings (JSON).

Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

Note that the mcp key is needed when using the mcp.json file.

Add the following MCP config:

{
  "mcp": {
    "servers": {
      "mito-ai": {
        "command": "uvx",
        "args": ["mito-ai-mcp"]
      }
    }
  }
}

Claude Desktop

One-click install

  1. Download the mcp bundle:

mito-ai-mcp.mcpb

  1. Double-click the .mcpb file. This should open Claude; follow the directions on screen.

Claude Code

In your terminal enter:

claude mcp add --transport stdio mito-ai -- uvx mito-ai-mcp

You should see a success message on submit. You can also enter claude from the terminal, and use the /mcp command to make sure the mito-ai MCP server is connected.

Other Applications

To set this up in another MCP-compatible app, find its MCP settings page in the docs.

Then add:

  • Name: mito-ai
  • Type: stdio
  • Command: uvx
  • Arguments: mito-ai-mcp

Development

Developers should consult the dev guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mito_ai_mcp-0.1.3.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mito_ai_mcp-0.1.3-py3-none-any.whl (14.2 kB view details)

Uploaded Python 3

File details

Details for the file mito_ai_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: mito_ai_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for mito_ai_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 cdaf91ef5dac9f613ebda2a5bc47ea2e8cb81dfaebcf33f36930e23b49026122
MD5 fcba67f28a34a8640593542ae81bf889
BLAKE2b-256 c809960f05618e34d0b5c62a1eb05f238f8bfee727f30030c27bcf464df850ad

See more details on using hashes here.

File details

Details for the file mito_ai_mcp-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: mito_ai_mcp-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 14.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for mito_ai_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a039b06b9e0ced1c8c6234987c08eaf408001bcff735ad95493de7caac3f59a6
MD5 ff6e372749ca4857500b4feb4d3dc584
BLAKE2b-256 eea434d853042f980c4b5975d52eab8a202cf66df89d3da565f1ad527df57e5c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page