DeepPane MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DeepPane MCP Servercreate a focus space for reading"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DeepPane MCP Server
The official stdio MCP server for creating DeepPane focus spaces and reading user-authorized focus history summaries.
Requirements
Node.js 20 or newer
An MCP client that supports local stdio servers
Related MCP server: cmuxlayer
Run
npm exec --yes --package=@deeppane/mcp-server -- deeppane-mcpWhen npx is available, the shorter npx -y @deeppane/mcp-server command is equivalent.
Example MCP client configuration:
{
"mcpServers": {
"deeppane": {
"command": "npm",
"args": ["exec", "--yes", "--package=@deeppane/mcp-server", "--", "deeppane-mcp"]
}
}
}On Windows, prefer the npm-native form when npx is not installed or an MCP client cannot resolve command shims.
Tools
deeppane.create_focus_space: create a retry-safe focus space using anonymous Free behavior or a user-authorized handoff token.deeppane.read_history_summary: read a sanitized focus-history summary with a user-authorized handoff token.deeppane.request_focus_space_create_token: open the DeepPane authorization handoff for focus-space creation.deeppane.request_history_summary_token: open the separate authorization handoff for history summaries.
The server does not expose the DeepPane media catalog, raw focus events, storage keys, signed media URLs, or user credentials.
Optional environment settings
DEEPPANE_MCP_TIMEOUT_MS: request timeout from 1000 to 60000 milliseconds. Default: 15000.
Normal public use requires no API key. Authorization for account-scoped tools is completed by the user in the DeepPane Dashboard and passed as a short-lived handoff token to the relevant tool call.
Development
npm install
npm test
npm run check:clean-installDocumentation: https://deeppane.com/mcp
This server cannot be deployed
Maintenance
Related MCP Connectors
An MCP server for deep research or task groups
The official Planning Center MCP server for interacting with your ministry's data.
The official MCP Server for the Mux API
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessions12149 npmMIT
- AlicenseAqualityCmaintenanceTerminal multiplexer MCP server for orchestrating parallel AI agents. Manages workspaces, panes, surfaces with send_input/read_screen/spawn_agent/stop_agent tools. Supports Claude Code, Codex, Gemini, Cursor CLI agents with lifecycle management, browser automation, and agent status push via Claude --channels.2026Apache 2.0
- AlicenseAqualityBmaintenanceMCP server for hyperpanes terminal workspace app, enabling AI agents to compose and launch workspace layouts, inspect and drive terminal panes, stream output, and orchestrate agent hierarchies.471MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that enables inspecting, controlling, and safely automating live opencode TUI sessions.MIT