Create focus spaces and read user-authorized focus history summaries.
The official stdio MCP server for creating DeepPane focus spaces and reading user-authorized focus history summaries.
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.
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.
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.
npm install
npm test
npm run check:clean-install
Documentation: https://deeppane.com/mcp
Source-derived launch command. Check the maintainer’s required arguments and credentials before running:
npx -y @deeppane/mcp-serverMerge this template into ~/Library/Application Support/Claude/claude_desktop_config.json. Keep existing servers. Add any arguments, credentials, and permissions required by the maintainer; this template has not been install-tested.
{
"mcpServers": {
"com-deeppane-focus-space": {
"command": "npx",
"args": [
"-y",
"@deeppane/mcp-server"
]
}
}
}Restart Claude Desktop completely for changes to take effect. Confirm the server appears connected in the client’s tool list, then try a read-only example from its documentation.
Claude Desktop setup reference@deeppane/mcp-servernpmDeepPane Focus Space works with any MCP-compatible client. Copy the config snippet from the Configuration section above and add it to the file shown for your client, then restart the application.
~/Library/Application Support/Claude/claude_desktop_config.jsonRestart Claude Desktop completely for changes to take effect.~/.cursor/mcp.jsonRestart Cursor for changes to take effect..vscode/mcp.jsonReload VS Code window for changes to take effect.~/.codeium/windsurf/mcp_config.jsonRestart Windsurf for changes to take effect..mcp.jsonSave at the project root, then start Claude Code in that project and review the MCP server approval prompt. Keep real credentials out of shared files.