DeepPane Focus Space
Create focus spaces and read user-authorized focus history summaries.
Install
Terminal
$npx -y @deeppane/mcp-servermcp_config.json
{
"mcpServers": {
"com-deeppane-focus-space": {
"args": [
"-y",
"@deeppane/mcp-server"
],
"command": "npx"
}
}
}Documentation
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
Run
npm exec --yes --package=@deeppane/mcp-server -- deeppane-mcp
When 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-install
Documentation: https://deeppane.com/mcp
Sourced from the repository README.
More in AI & Agents
- PonytailMakes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.109,599
- AgentsMulti-harness agentic plugin marketplace for Claude Code, Codex, Cursor, OpenCode, GitHub Copilot, and Google Antigravity39,079
- Frontend SlidesCreate beautiful slides on the web using a coding agent's frontend skills28,060
- Agent Skills Search ServerSearch and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.24,658
- Agency Agents Zh🎭 267 个即插即用的 AI 专家角色 — 支持 Hermes Agent/Claude Code/Cursor/Copilot 等 18 种工具,覆盖工程/设计/营销/金融等 20 个部门。含 52 个中国市场原创智能体(小红书/抖音/微信/飞书/钉钉等)。搭配编排器 agency-orchestrator,一句话即可让多位专家按 DAG 自动协作。19,868
- Watermarks RemoverStrip multi-vendor AI provenance marks: Unicode text hygiene, statistical rewrite hooks, and C2PA/metadata from PNG/JPEG/SVG/PDF/DOCX/HTML/MD17,822