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:App setup
Claude Code
Run this command in your terminal:Claude Desktop
Go to Settings → Connectors → Add custom connector. Enter a name for the connector, and the URLhttps://mcp.api.fabric.so/mcp and follow the OAuth prompts.
Cursor
Go to Cursor Settings → MCP → Add new MCP Server. Set the type to “URL” and enterhttps://mcp.api.fabric.so/mcp.
Windsurf
Follow Windsurf’s MCP configuration guide. Add a new server with URLhttps://mcp.api.fabric.so/mcp.
Codex
Run this command in your terminal:VS Code / Copilot
Add to your MCP settings (.vscode/mcp.json or user settings):
ChatGPT
Go to Settings → Connectors → Add Connector. Enter the URLhttps://mcp.api.fabric.so/mcp, give it a name, and save. Then start a new conversation, click More → Add 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 URLhttps://mcp.api.fabric.so/mcp. The client will discover the OAuth configuration automatically via the .well-known/oauth-authorization-server metadata endpoint.
Available tools
| Tool | Description |
|---|---|
| create-fabric-bookmark | Create a bookmark in Fabric |
| create-fabric-note | Creates a Fabric note |
| find-fabric-items | Search your saved links, files and notes by keyword and semantic similarity |