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.
Latest Blog Posts
- 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