Notejoy MCP – Notejoy

Notejoy MCP

Notejoy's MCP server enables you to connect Notejoy to your favorite AI tools.

Doing so allows you to easily read, create, and edit notes all from the convenience of your favorite chatbot or agent. It's never been faster to find information, summarize notes, or save artifacts to your favorite notes app.

Ways To Use

Supported Chatbots & Agents

Notejoy MCP works in all your favorite chatbots and agents, including:

Best Practices

Here are a few tips for getting the most out of Notejoy's MCP integration:

Supported Tools

Notejoy MCP provides the following 8 tools to your AI Agent:

Getting Started

Here's how to connect Notejoy in each of the popular AI tools.

Claude / Claude Cowork

  1. Select Customize from the sidebar
  2. Select Connectors
  3. Press the + button, select Add custom connector
  4. Set the Name to: Notejoy
  5. Set the Remote MCP server URL to: https://mcp.notejoy.com/mcp
  6. Press Add
  7. Select Connect

Claude Code

  1. Run the following command in your terminal:
claude mcp add --transport http notejoy https://mcp.notejoy.com/mcp
  1. Start claude
  2. Type /mcp, select Notejoy, and then select authenticate

ChatGPT

  1. Select Apps in the sidebar
  2. Press the gear icon in the top-right corner
  3. Press Advanced Settings
  4. Enable Developer mode
  5. Press Create app
  6. Set Name to: Notejoy
  7. Set Connection to: https://mcp.notejoy.com/mcp
  8. Press Create
  9. Press Sign in with Notejoy

ChatGPT Codex

  1. Select Settings - Settings
  2. Select MCP servers
  3. Select + Add server
  4. Set Name to: Notejoy
  5. Select Streamable HTTP
  6. Set URL to: https://mcp.notejoy.com/mcp
  7. Press Save
  8. Press Authenticate

Cursor

  1. Select Gear icon in the top-right corner
  2. Select Tools & MCPs
  3. Select Add Custom MCP
  4. Paste the following into mcp.json:
{
     "mcpServers": {
       "notejoy": {
         "url": "https://mcp.notejoy.com/mcp"
       }
     }
}
  1. Close mcp.json
  2. Select Connect

VS Code / GitHub Copilot

  1. Select View - Command Palette...
  2. Type MCP: Add Server...
  3. Select HTTP
  4. Enter URL: https://mcp.notejoy.com/mcp
  5. Authenticate to Notejoy

Google Antigravity

  1. Select the ... menu in the agent sidebar
  2. Select MCP Servers
  3. Select Manage MCP Servers
  4. Select View raw config
  5. Paste the following into mcp_config.json:
{
     "mcpServers": {
       "notejoy": {
         "command": "npx",
         "args": [
           "mcp-remote",
           "https://mcp.notejoy.com/mcp"
         ]
       }
     }
}
  1. Close mcp_config.json
  2. You'll be prompted in your browser to authenticate with Notejoy

Google Antigravity CLI

  1. Open ~/.gemini/config/mcp_config.json
  2. Paste the following and save
{
     "mcpServers": {
       "notejoy": {
         "command": "npx",
         "args": [
           "mcp-remote",
           "https://mcp.notejoy.com/mcp"
         ]
       }
     }
}
  1. Run agy
  2. Type /mcp
  3. Select Notejoy to authenticate

Other Tools

The Notejoy MCP server is broadly supported by a variety of MCP clients even beyond the ones listed above. You'll need the following information to configure Notejoy's MCP server in your custom client: