drio
Open app

Marimo Documenation MCP Server

Source

A Model Context Protocol (MCP) server that provides programmatic access to the Marimo Documentation.

Catalog onlyCatalog onlySTDIO

Overview

Marimo Documentation MCP Server is a Model Context Protocol (MCP) server that provides programmatic access to the Marimo Documentation, allowing users to fetch and search through API documentation for various Marimo components.

To use the server, install the necessary dependencies, build the server, and configure it with your application (e.g., Claude Desktop or VSCode Cline Extension) to access the documentation.

  • Fetch detailed API documentation for any Marimo UI element or component. - Search functionality across all Marimo API documentation. - Access to structured documentation for various components, including inputs, layouts, and media elements. - Organized error handling and debugging tools.
  1. Developers can quickly find API documentation for UI components while building applications.
  2. Teams can integrate the server into their development environment for easy access to documentation.
  3. Debugging and error handling can be streamlined with organized error messages and logs.

Add to your AI client

Use these steps to connect Marimo Documenation MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "marimo-docs-mcp-stevenbtw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "marimo-docs-mcp-stevenbtw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "marimo-docs-mcp-stevenbtw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "marimo-docs-mcp-stevenbtw": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "marimo-docs-mcp-stevenbtw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "marimo-docs-mcp-stevenbtw": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-marimo-docs-mcp-stevenbtw"
      ]
    }
  }
}

FAQ

What programming language is used for the server?

The server is built using TypeScript.

How can I install the server?

You can install it by running `npm install` and following the configuration instructions for your platform.

Is there a way to debug the server?

Yes, the server outputs detailed logs to stderr, and you can use the MCP Inspector for additional debugging tools.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2933,"uuid":"24874a3b-94c1-43b2-b090-329a40f880aa","name":"marimo-docs-mcp","title":"Marimo Documenation MCP Server","description":"A Model Context Protocol (MCP) server that provides programmatic access to the Marimo Documentation.","avatar_url":"https://avatars.githubusercontent.com/u/38373784?v=4","created_at":"2025-03-16T04:18:33.933+00:00","updated_at":"2025-03-16T06:11:35.303+00:00","status":"created","author_name":"StevenBtw","author_avatar_url":"https://avatars.githubusercontent.com/u/38373784?v=4","tags":"marimo,mcp,documentation,api,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/StevenBtw/marimo-docs-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-15 22:26:12\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]