Welcome to the Jupyter MCP Server Prompt Templates repository! This directory contains curated, community-driven prompt templates designed to help AI agents and users make the most of Jupyter MCP Server across different scenarios and use cases.
Templates are organized by use case, you can choose any of them.
Tip
Start with the general/ template if you're new to Jupyter MCP Server. It provides foundational guidance applicable to most use cases.
1. Go to prompt/general/
2. Read the README.md to understand the template's purpose
3. Copy the content from AGENT.md
4. Paste it as your system prompt(e.g. `CLAUDE.md` in Claude Code)
5. Start your session with enhanced context!
We love community contributions! If you've developed a great prompt template that works well with Jupyter MCP, here's how to share it:
Clone the repository and create a new folder with a clear, concise name representing the use case:
git clone https://github.com/datalayer/jupyter-mcp-server.git
cd jupyter-mcp-server/prompt
mkdir your-use-case/create a README.md file in the new folder and it should include the brief description of what this template is for.
Create an AGENT.md file containing the actual system prompt for AI agents.
You can include additional files to enhance your template
Create a pull request to let us know your Awesome Prompt Template!
Thank you for using and contributing to Jupyter MCP Server Prompt Templates! Your participation helps build a stronger community and makes AI-powered notebook workflows more accessible to everyone.