Reflect MCP Server
Click 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., "@Reflect MCP Serverappend today's meeting notes to my daily note"
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.
Reflect MCP Server
A remote MCP server for Reflect that enables AI assistants like Claude to interact with your Reflect notes through OAuth authentication.
Available Tools
get_reflect_graphs: Get a list of all Reflect graphs accessible with your accountappend_to_reflect_daily_notes: Append content to your daily notes in a specific Reflect graphgraph_id: The graph identifiercontent: Text/markdown to appenddate: The date in ISO 8601 format (YYYY-MM-DD) — use the user's local date to avoid timezone issues
Related MCP server: Logseq MCP Server
Local Setup
1. Create a Reflect OAuth App
Go to your Reflect settings and create an OAuth application
Note your Client ID and Client Secret
Set your redirect URL based on your deployment:
Remote:
https://your-worker.your-subdomain.workers.dev/oauth/callbackLocal:
http://localhost:3000/oauth/callback
2. Configure Environment Variables
Create a .dev.vars file for local development:
cp .dev.vars.example .dev.varsThen fill in your credentials:
REFLECT_CLIENT_ID=your_reflect_client_id
REFLECT_CLIENT_SECRET=your_reflect_client_secret
COOKIE_ENCRYPTION_KEY=your_random_stringGenerate a secure encryption key:
openssl rand -hex 32Running Locally
1. Install Dependencies
npm install2. Start the Development Server
npm run devThe server will start at http://localhost:8787.
3. Configure Claude Desktop for Local Use
Open Claude Desktop and navigate to Settings → Developer → Edit Config.
Update your configuration to point to the local server:
{
"mcpServers": {
"reflect": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:3000/sse"
]
}
}
}Restart Claude Desktop. A browser window will open for Reflect OAuth authentication. After you grant access, the tools will be available.
Note: Make sure your Reflect OAuth app has
http://localhost:8787/oauth/callbackas an allowed redirect URL.
Testing with MCP Inspector
You can test the server using the MCP Inspector:
npx @modelcontextprotocol/inspector@latestEnter your server URL (http://localhost:8787/sse for local or your deployed URL) and connect.
License
MIT
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
- Flicense-qualityDmaintenanceEnables AI assistants like Claude to interact with Databricks workspaces through secure OAuth authentication, allowing users to execute SQL queries, manage clusters, create jobs, and access workspace resources through natural language.Last updated
- AlicenseBqualityBmaintenanceEnables AI assistants like Claude to directly read, write, search, and navigate your local Logseq knowledge graph, including managing journals, pages, backlinks, and page relationships without manual copy-pasting.Last updated11285MIT
- Alicense-quality-maintenanceEnables users to connect their Reflect account to MCP-compatible clients to manage notes, graphs, and links. It provides tools for creating or appending to daily notes, listing books, and managing content via the Reflect API.Last updated
- Alicense-qualityDmaintenanceEnables Claude to interact with Basecamp API for project and to-do management via OAuth authentication.Last updated55MIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
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/John42506176Linux/Reflect.app-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server