glanceway-mcp
OfficialClick on "Install 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., "@glanceway-mcpsummarize my unread items from all sources"
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.
Glanceway MCP Server
MCP (Model Context Protocol) server for Glanceway, the macOS menu bar information app. Lets AI assistants read your sources and items.
Install
mcpb (recommended)
Download glanceway.mcpb from the latest release and open it in Claude Desktop to install.
Build from source
npm install
npm run build # bundle to dist/mcpb/server/index.mjs
npm run pack # build + produce dist/glanceway.mcpbAdd to Claude Desktop manually
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"glanceway": {
"command": "node",
"args": ["/path/to/dist/mcpb/server/index.mjs"]
}
}
}Add to Claude Code
claude mcp add glanceway -- npx -y glanceway-mcpRelated MCP server: mcp-server-chatgpt-app
Tools
Tool | Description |
| List all enabled sources |
| List items, optionally filtered by |
Prompts
Prompt | Description |
| Fetch all items and produce a grouped digest |
How it works
The server discovers the running Glanceway app by scanning localhost ports 9470-9479 for the local API. Glanceway must be running for the tools to work.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that lets AI assistants see your macOS desktop, capture screenshots, read browser tabs, and preview files via local macOS tools.Last updated425MIT
- Alicense-qualityCmaintenanceMCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.Last updated17MIT
- Alicense-qualityAmaintenanceA collection of MCP servers for Apple macOS apps (Mail, Contacts, Notes, Memory, Messages, Calendar, Reminders) enabling AI assistants to read, search, create, and update data via JXA, SQLite, and EventKit.Last updated15MIT
- Alicense-qualityDmaintenanceMCP server that enables AI to fully control macOS — mouse, keyboard, terminal, screenshots, window management, UI element detection, and provides AI-optimized information reporting.Last updated23MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/glanceway/glanceway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server