Skip to Content

SupaSidebar MCP

Control SupaSidebar from AI assistants like Claude using the Model Context Protocol (MCP) - search your sidebar, switch spaces, open links, and configure settings hands-free.

GitHub: github.com/auspy/supasidebar-mcp 

How it works

MCP (Model Context Protocol) is an open standard that lets AI assistants interact with external tools. SupaSidebar exposes 25 tools via its MCP server, so any compatible AI assistant can read and control your sidebar programmatically.

Available actions

Read your sidebar data - find links, browse spaces, check open tabs, and see recent activity.

ActionDescription
SearchFuzzy search across all links by name, URL, notes, or tags
List spacesGet all your spaces
List linksGet links in a specific space or folder
List foldersGet folders in a space
List recentGet recently opened links
List tagsGet all tags sorted by usage count
Get live tabsGet currently open browser tabs, optionally filtered by browser

Actions

Control SupaSidebar - open links, switch spaces, toggle visibility, and search the web.

ActionDescription
Open linkOpen a URL in a specific browser or the default browser
Switch spaceSwitch to a different space
Toggle sidebarShow or hide the sidebar
Toggle command panelOpen or close the command panel
Launch sidebarStart SupaSidebar if it’s not running
Web searchSearch the web using Google, DuckDuckGo, Perplexity, or custom search shortcuts

Settings and configuration

Read and change SupaSidebar settings, apply feature presets, and open Preferences.

ActionDescription
Get settingsView all 40+ settings grouped by category, or query a specific setting
Update settingChange any setting (toggles, modes, numeric values)
Enable feature presetApply a preset: Smart Attach, Independent Mode, Space Isolation, Minimal Sidebar, or Full Featured
Open preferencesOpen the Preferences window, optionally jumping to a specific tab
Get visibilityCheck if sidebar and command panel are visible without toggling them

Keyboard shortcuts

View and rebind SupaSidebar’s keyboard shortcuts.

ActionDescription
Get shortcutsList all keyboard shortcuts with their current bindings
Update shortcutChange a keyboard shortcut binding
Clear shortcutRemove a shortcut binding

Custom web search shortcuts

Create shortcuts to search specific websites directly from SupaSidebar. For example, add a “yo” shortcut for YouTube so you can search YouTube without opening it first.

ActionDescription
List search shortcutsList all available engines (Google, Bing, Perplexity, etc.) and your custom shortcuts
Add search shortcutCreate a new shortcut by providing a keyword, name, and the site’s search URL
Remove search shortcutDelete a custom shortcut by its keyword

Example: To add a YouTube search shortcut, provide keyword yo, name YouTube, and search URL https://www.youtube.com/results?search_query=. Then ask your AI assistant to “search YouTube for lofi music” and it opens the results directly.

Guide

ActionDescription
GuideGet a complete guide to all MCP capabilities, common requests mapped to tool calls, and feature presets

Setup with Claude Code

  1. Make sure SupaSidebar is running
  2. Open your Claude Code settings or project .mcp.json and add:
{ "mcpServers": { "supasidebar": { "command": "npx", "args": ["-y", "supasidebar-mcp"] } } }
  1. Restart Claude Code. SupaSidebar tools are now available.

Setup with Claude Desktop

  1. Open Claude Desktop settings (Claude → Settings → Developer → Edit Config)
  2. Add to claude_desktop_config.json:
{ "mcpServers": { "supasidebar": { "command": "npx", "args": ["-y", "supasidebar-mcp"] } } }
  1. Restart Claude Desktop. You can now ask Claude to search your sidebar, switch spaces, open links, and more.

Setup with Cursor

  1. Open Cursor settings (Cursor → Settings → MCP)
  2. Click Add new MCP server
  3. Set the command to npx -y supasidebar-mcp
  4. Save and restart Cursor

Tips

  • Ask your AI assistant to “search my sidebar for [topic]” to find links across all spaces
  • Use “switch to my Work space” to change context without touching the keyboard
  • Combine with Spaces to organize by project, then let your AI switch context for you
  • Use feature presets like “enable minimal sidebar” to quickly reconfigure SupaSidebar for different workflows
  • MCP works alongside keyboard shortcuts - use whichever is faster for the task
  • See the full documentation and source code on GitHub 
Last updated on