marimo-docs-mcp

marimo-docs-mcp

3.4

If you are the rightful owner of marimo-docs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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

The Marimo Documentation MCP Server is a TypeScript-based server that allows users to fetch and search through Marimo's API documentation. It provides structured access to components, interfaces, and examples across all documentation sections. This server is designed to facilitate developers in accessing detailed API documentation for Marimo UI elements and components, as well as searching across the entire documentation for specific terms. The server supports various documentation sections, including inputs, layouts, media, and core features, making it a comprehensive tool for developers working with Marimo.

Features

  • get_element_api: Fetch detailed API documentation for any Marimo UI element or component, including title, description, parameters, code examples, and usage patterns.
  • search_api: Search across all Marimo API documentation using a query string to find matching documentation entries.
  • Documentation Sections: Access documentation for all Marimo components, including inputs, layouts, media, and core features.
  • Development: Provides commands for installing dependencies, building the server, and development with auto-rebuild.
  • Error Handling: Organized error messages with clear feedback on invalid requests and proper HTTP error codes.