Skip to main content

Overview

Fabric’s MCP server lets AI coding assistants and other tools access your saved links, files, and notes. It supports the standard Model Context Protocol with OAuth authentication — just add the server URL and your tool handles the rest.

Use Fabric directly from ChatGPT, Claude and other MCP-compatible tools.

Fabric now has MCP support to perform the following actions:
  • Item search
  • Note creation
  • Bookmark creation

Getting started

Add this server URL to your MCP client:
https://mcp.api.fabric.so/mcp
Most MCP clients support “remote” or “URL-based” servers. Add the URL above, and the client will handle OAuth authentication automatically — you’ll be prompted to authorize through your browser the first time you connect.

App setup

Claude Code

Run this command in your terminal:
claude mcp add fabric --transport http https://mcp.api.fabric.so/mcp
Then restart Claude Code. You’ll be prompted to authorize through your browser on first use.

Claude Desktop

Go to SettingsConnectorsAdd custom connector. Enter a name for the connector, and the URL https://mcp.api.fabric.so/mcp and follow the OAuth prompts.

Cursor

Go to Cursor SettingsMCPAdd new MCP Server. Set the type to “URL” and enter https://mcp.api.fabric.so/mcp.

Windsurf

Follow Windsurf’s MCP configuration guide. Add a new server with URL https://mcp.api.fabric.so/mcp.

Codex

Run this command in your terminal:
codex mcp add fabric --url https://mcp.api.fabric.so/mcp

VS Code / Copilot

Add to your MCP settings (.vscode/mcp.json or user settings):
{
  "servers": {
    "fabric": {
      "type": "http",
      "url": "https://mcp.api.fabric.so/mcp"
    }
  }
}

ChatGPT

Go to SettingsConnectorsAdd Connector. Enter the URL https://mcp.api.fabric.so/mcp, give it a name, and save. Then start a new conversation, click MoreAdd Connectors, and select Fabric. You’ll be prompted to authorize on first use.

Other MCP clients

Any MCP client that supports remote/HTTP servers can connect. Use the server URL https://mcp.api.fabric.so/mcp. The client will discover the OAuth configuration automatically via the .well-known/oauth-authorization-server metadata endpoint.

Available tools

ToolDescription
create-fabric-bookmarkCreate a bookmark in Fabric
create-fabric-noteCreates a Fabric note
find-fabric-itemsSearch your saved links, files and notes by keyword and semantic similarity