deepnote
v0.1.2-ghast.1Search, inspect, create, edit, link, and run Deepnote projects and notebooks through Deepnote's official hosted MCP server.
By DeepnoteLicense: Apache-2.00 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 7 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deepnote/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/deepnote-current-service/SKILL.md├── skills/deepnote-data-execution/SKILL.md├── skills/deepnote-links/SKILL.md├── skills/deepnote-mcp/SKILL.md├── skills/deepnote-notebook-editing/SKILL.md├── skills/deepnote-notebooks/SKILL.md└── mcp.json
Included Skills6
Authoritative current Deepnote hosted MCP tool surface, authentication, safety, and write boundaries. Use for every Deepnote task alongside the specialized official skills.
Use when running Deepnote notebooks, inspecting notebook inputs, reviewing integration references, or interpreting run status and snapshot outputs through the Deepnote MCP server.
Use when a task asks for Deepnote URLs, links, project links, notebook links, workspace links, share links, UTM/campaign links, or when a Deepnote response should include clickable links built from MCP project, notebook, or workspace data.
Use when a task mentions Deepnote, the Deepnote MCP server, Deepnote docs, projects, workspaces, notebooks, blocks, integrations, API keys, or notebook runs.
Use when creating Deepnote projects or notebooks, adding blocks or cells, scaffolding notebook content, inserting SQL/code/markdown/input blocks, or otherwise editing notebook structure through the Deepnote MCP server.
Use when reading, reviewing, inspecting, or reasoning about hosted Deepnote notebooks, blocks, inputs, SQL, Python, or notebook outputs through the Deepnote MCP server.
MCP servers1
- url
- https://deepnote.com/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "deepnote",
"version": "0.1.2-ghast.1",
"description": "Search, inspect, create, edit, link, and run Deepnote projects and notebooks through Deepnote's official hosted MCP server.",
"author": {
"name": "Deepnote",
"url": "https://deepnote.com"
},
"homepage": "https://deepnote.com/docs/deepnote-mcp",
"repository": "https://github.com/deepnote/codex-plugin",
"license": "Apache-2.0",
"extensions": {
"ai.trapezohe.ghast": {
"category": "data",
"upstreamRevision": "46088505120f7056ccf2fed2f0b1039bd732ad54",
"upstreamPath": "plugins/deepnote",
"icon": "./assets/icon.svg",
"mcpServerExtensions": {
"deepnote": {
"credentialHeaders": {
"Authorization": "Bearer $VAULT:deepnote-api-key"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[deepnote on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deepnote-2)