MCP Directory
Back

notebook-intelligence

by plmbr · Python · ★ 318

A JupyterLab extension supporting Claude Code, Copilot, Ollama, and OpenAI-compatible LLMs, with MCP, skills, plugins, and notebook agents.

#agent-plugins#agent-skills#ai#ai-agents#ai-tools#claude-code#codex#copilot#genai#jupyterlab#mcp#notebook#ollama

Install

pip install git+https://github.com/plmbr/notebook-intelligence.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "notebook-intelligence": {
      "command": "uvx",
      "args": [
        "git+https://github.com/plmbr/notebook-intelligence.git"
      ]
    }
  }
}

From the README

Notebook Intelligence (NBI) is an AI coding assistant and extensible AI framework for JupyterLab. It adds chat, inline edit, auto-complete, and an agent that can drive notebooks — backed by GitHub Copilot, an OpenAI-compatible or LiteLLM-compatible endpoint, local [Ollama](https://ollama.com/) models, or Anthropic's Claude Code CLI. NBI is free and open-source. Connect it to a free or paid LLM provider of your choice — GitHub Copilot, any OpenAI- or LiteLLM-compatible endpoint, Ollama (local), or Anthropic Claude (via the Claude Code CLI). Provider charges, when applicable, are paid directly…
Read full README on GitHub →

Related ai & ml servers