Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.51 KB

File metadata and controls

30 lines (23 loc) · 1.51 KB

MCP Setup Guide

Korean Japanese Version License

Model Context Protocol (MCP) enables AI integration within JSONOTE.

1. Why local MCP servers?

MCP servers usually communicate via StdIO. Since JSONOTE is a web app, it uses a server-side proxy to talk to these local servers.

2. Using the SSE Bridge

To connect a local MCP server:

  1. Run your MCP server using an SSE bridge (e.g., @modelcontextprotocol/inspector).
  2. Example for Notion:
    NOTION_API_KEY=xxx npx @modelcontextprotocol/server-notion
  3. Copy the URL provided by your bridge.

3. Registering in JSONOTE

  1. Go to the MCP Tools tab in JSONOTE.
  2. Enter a name and the bridge URL.
  3. Click Test to verify connection.
  4. Tools will now appear in your Note Editor's right sidebar.

Copyright 2008-2026 Rheehose (Rhee Creative).